// JavaScript Document
function flashObject(objhtml) { 
    document.write(objhtml); 
} 

/* Top ¸Þ´º */
function flashTopObject() {  
    document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="958" height="60">');
    document.write ('<param name="movie" value="/Img/Flash/menu.swf">');
    document.write ('<param name="quality" value="high">');
    document.write ('<param name="wmode" value="opaque">');
    document.write ('<embed src="/Img/Flash/menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="958" height="60">');
    document.write ('</embed>');
    document.write ('</object>');
}

/* Footer ¸Þ´º */
function flashFooterObject() {    
    document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="950px" height="42">');
    document.write ('<param name="movie" value="/Img/Flash/sitelink.swf">  <param name="quality" value="high">');
    document.write ('<embed src="/Img/Flash/sitelink.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="957" height="42">');
    document.write ('</embed> </object>');
} 

/* Index Left ¸Þ´º */
function flashIndexObject() {    
    document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="193" height="257">'); 
    document.write ('<param name="movie" value="/Img/Flash/le01.swf"> <param name="quality" value="high">'); 
    document.write ('<embed src="/Img/Flash/le01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="193" height="257">');
    document.write ('</embed> </object>');
}
/* Main Flash   opaque / transparent */
function flashMainObject(){    
    document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="734" height="269">');
    document.write('<param name="movie" value="/Img/Flash/mainimg.swf">');
    document.write('<param name="quality" value="high">');
    document.write('<param name="wmode" value="opaque">');
    document.write('<embed src="/Img/Flash/mainimg.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="734" height="269">');
    document.write ('</embed> </object>');
}