function index_logo(){
html = '<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="378" height="101" >'
html+= '<param name="movie" value="swf/index_logo.swf">'
html+= '<param name="quality" value="high">'
html+= '<param name="WMode" value="Transparent">'
html+= '<param name="wmode" value="opaque">'
html+= '<PARAM   NAME="menu"   VALUE="false">'
html+= '<embed src="swf/index_logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="378" height="101"></embed>'
html+= '</object>';
document.write(html);
}

function index_menu(){
html = '<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="378" height="324" >'
html+= '<param name="movie" value="swf/index_menu.swf">'
html+= '<param name="quality" value="high">'
html+= '<param name="WMode" value="Transparent">'
html+= '<param name="wmode" value="opaque">'
html+= '<PARAM   NAME="menu"   VALUE="false">'
html+= '<embed src="swf/index_menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="378" height="324"></embed>'
html+= '</object>';
document.write(html);
}

function index_fly(){
html = '<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="612" height="312" >'
html+= '<param name="movie" value="swf/index_fly.swf">'
html+= '<param name="quality" value="high">'
html+= '<param name="WMode" value="Transparent">'
html+= '<param name="wmode" value="opaque">'
html+= '<PARAM   NAME="menu"   VALUE="false">'
html+= '<embed src="swf/index_fly.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="612" height="312"></embed>'
html+= '</object>';
document.write(html);
}

function top_menu(){
html = '<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="990" height="200" >'
html+= '<param name="movie" value="swf/top.swf">'
html+= '<param name="quality" value="high">'
html+= '<param name="WMode" value="Transparent">'
html+= '<param name="wmode" value="opaque">'
html+= '<PARAM   NAME="menu"   VALUE="false">'
html+= '<embed src="swf/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="990" height="200"></embed>'
html+= '</object>';
document.write(html);
}
