function show_home_flash() {
document.write('<object data="top_flash.swf" type="application/x-shockwave-flash"  width="489" height="118">');
document.write('<param name="movie" value="top_flash.swf">')
document.write('<param name="quality" value="high">')
document.write('<param name="menu" value="false">')
document.write('<param name="loop" value="true">')
document.write('<param name="wmode" value="transparent">')
document.write('</object>')
}

function show_map_flash() {
document.write('<object data="map_small.swf" type="application/x-shockwave-flash" width="259" height="259" >');
document.write('<param name="movie" value="map_small.swf">')
document.write('<param name="quality" value="high">')
document.write('<param name="menu" value="false">')
document.write('<param name="loop" value="true">')
document.write('<param name="wmode" value="transparent">')
document.write('</object>')
}

