function InsertMap()
{
document.write('<object type="application/x-shockwave-flash" data="/images/map.swf" width="232" height="190" id="myFlashObject">\n');
document.write('<param name="movie" value="/images/map.swf" />\n');
document.write('<img src="/images/blank.gif"  width="232" height="190" alt="" />\n');
document.write('</object>\n');
}
