//Flash加载
function ShowFlash(fDir,fname,fwidth,fheight) {
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\""+fwidth+"\" height=\""+fheight+"\" id=\""+fname+"swf\" align=\"middle\">");
	document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
	document.write("<param name=\"movie\" value=\""+fDir+fname+".swf\" /><param name=\"menu\" value=\"false\" /><param name=\"quality\" value=\"high\" /><param name=\"wmode\" value=\"transparent\" /><param name=\"bgcolor\" value=\"#3c0968\" /><embed src=\"flash/"+fname+".swf\" menu=\"false\" quality=\"high\" wmode=\"transparent\" bgcolor=\"#3c0968\" width=\""+fwidth+"\" height=\""+fheight+"\" name=\""+fname+"swf\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
	document.write("</object>");
}

// 翻页
function FP_jumpMenu(el,frm,sel) {//v1.0
	var href=el.options[el.selectedIndex].value; if(sel) el.selectedIndex=0;
	if('_new'==frm) open(href); else eval(frm+".location='"+href+"'");
}

//背景变换
function test(obj){ 
	obj.style.backgroundColor=obj.style.backgroundColor.toLowerCase()=='#e9d7bc'?"":"#e9d7bc" 
}
