function fnWriteCode_video(server_path)
{
	var str="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='290' height='293'><param name='movie' value='./video/videoPlayerHome1.swf?serverPath=" + server_path + "' /><param name='quality' value='high' /><param name='wmode' value='transparent'><embed src='./video/videoPlayerHome1.swf?serverPath=" + server_path + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='290' height='293'></embed></object>";
document.write(str);
}

function fnPlayVideo(path)
{
var str1="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='289' height='235'>  <param name='movie' value='./video/YearbookVideoPlayer.swf?videoPath="+path+"'><param name='quality' value='high'><embed src='./video/YearbookVideoPlayer.swf?videoPath="+path+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='289' height='235'></embed></object>";
document.write(str1);
}
