<!--
//-----------------选择此栏目所需的Flash-----------------------------
function selectFlash(menuName){
	reval ="";
	reval += "<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=\"760\" height=\"100\">";
	reval += "    <param name=\"movie\" value=\"/flash/" + menuName + ".swf\" />";
	reval += "    <param name=\"quality\" value=\"high\" /><param name=\"SCALE\" value=\"exactfit\" />";
	reval += "    <embed src=\"/flash/" + menuName + ".swf\" width=\"760\" height=\"100\" quality=\"high\" menu=\"false\"  menu=\"false\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" scale=\"exactfit\"></embed>";
	reval += "</object>";
	document.getElementById("theFlash").innerHTML=reval;
	loadQuickLink();
}
//the QuickLink at the buttom
function loadQuickLink(){
	var theQuickLink;

	for(var i=0 ; i < 4 ; i++){
		theQuickLink = eval("document.getElementById(\"quickLink_" + i+"\")");
		//theQuickLink.innerHTML="<embed src=\"/flash/link_" + i + ".swf\" width=\"180\" height=\"50\" menu=\"false\"></embed>";
	}
}
//large banner
function selectFlashBig(menuName){
	document.getElementById("theFlash").innerHTML="<embed src=\"/flash/" + menuName + ".swf\" width=\"760\" height=\"200\"  menu=\"false\"></embed>";
	loadQuickLink();
}
//-->
