function videoBlue(){
	str="<object type='application/x-shockwave-flash' data='video/FLVPlayer.swf' width='320' height='240'>";
	str+="<param name='allowFullScreen' value='true'></param>";
	str+="<param name='movie' value='video/FLVPlayer.swf'></param>";
	str+="<param name='quality' value='best'></param>";
	str+="<param name='FlashVars' value='configxml=video/flv_config_multi_blue.xml'></param>";
	str+="<embed src='video/FLVPlayer.swf' FlashVars='video/flv_config_multi_blue.xml' quality='best' scale='noscale' width='100%' height='100%' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' />";
	str+="</object>";
	document.write(str);
}
function videoGreen(){
	str="<object type='application/x-shockwave-flash' data='video/FLVPlayer.swf' width='320' height='240'>";
	str+="<param name='allowFullScreen' value='true'></param>";
	str+="<param name='movie' value='video/FLVPlayer.swf'></param>";
	str+="<param name='quality' value='best'></param>";
	str+="<param name='FlashVars' value='configxml=video/flv_config_multi_green.xml'></param>";
	str+="<embed src='video/FLVPlayer.swf' FlashVars='video/flv_config_multi_green.xml' quality='best' scale='noscale' width='100%' height='100%' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' />";
	str+="</object>";
	document.write(str);
}
