/* »ç¿ë¿¹
<script language="JavaScript" src="<?=$g4['path']?>/extend/flash.js"></script>
<comment id="__flash01__">
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="770" height="106">
						<param name="movie" value="<?=$g4['path']?>/images/menu.swf" />
						<param name="quality" value="high" />
						<param name="wmode" value="transparent" />
						<embed src="<?=$g4['path']?>/images/menu.swf" width="770" height="106" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
			  </object>
		</comment>
		<script>WriteElement(__flash01__);</script>

*/
function WriteElement(element_id)
{
document.write(element_id.innerHTML);
}
function cf(flashsrc,flashwidth,flashheight,flashlink,br){ 
document.write("<table width="+flashwidth+" height="+flashheight+" border=1 cellpadding=0 cellspacing=0><tr><td>"); 
document.write("<div style=\"position:relative\">"); 
document.write("<embed style=\"position:absolute;z-index:0\" src="+flashsrc+" quality=\"high\" width="+flashwidth+" height="+flashheight+" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" wmode=\"transparent\"></embed>"); 
document.write("<div style=\"position:relative;filter:alpha(opacity=0);-moz-opacity:0;z-index:10;left:0;top:0;background:transparent !important;background:#cdeaf6;width:"+flashwidth+";height:"+flashheight+"px;\">"); 
document.write("<a href=javascript:"+flashlink+";void(0); style=\"cursor:pointer;display:block;width:"+flashwidth+";height:"+flashheight+"px;\"></a>"); 
document.write("</div>"); 
document.write("</div>"); 
document.write("</td></tr></table>"); 
if (br=="1") { 
document.write("<br>"); 
} 
} 
function cf1(flashsrc,flashwidth,flashheight,br){ 
document.write("<embed src=\""+flashsrc+"\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width="+flashwidth+" height="+flashheight+" align=center></embed>"); 
if (br=="1") { 
document.write("<br><br>"); 
} 
} 

