function logo_index(){
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="img/logo_index.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="img/logo_index.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 dh_index(){
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="img/dh_index.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="img/dh_index.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 blad_index(){
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="img/blad_index.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="img/blad_index.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 dh_main(){
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="img/dh_main.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="img/dh_main.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);
}