function ShowControl(ElementID){
 document.getElementById(ElementID).style.display="block";
}

function HideControl(ElementID){
 document.getElementById(ElementID).style.display="none";
}

function InsertFlash(Flash,Width,Height,ID){
 document.write("<object type=\"application/x-shockwave-flash\" data=\"" + Flash + "\" width=\""+ Width +"\" height=\""+ Height +"\">");
 document.write("<param name=\"movie\" value=\"" + Flash + "\" />"); 
 document.write("<param name=\"wmode\" value=\"transparent\">");
 document.write("<param name=\"wmode\" value=\"opaque\" />");
 document.write("<embed wmode=\"opaque\"></embed>");
 document.write("</object>");
}



//µ÷ÓÃ·½·¨
//<script type="text/javascript"> InsertFlash("flash/indexFlash.swf",800,600,"indexFlash");</script>

