function insertFlashMenu(GTLD,theHOST)
{
    //document.write('<object type="application/x-shockwave-flash" data="http://matos.photoalto.com/www/flash/'+theHOST+'/MenuBar_'+GTLD+'.swf" width="660" height="75">\n');
    //document.write('<param name="movie" quality="high" salign="RT" bgcolor="#FFFFFF" value="http://matos.photoalto.com/www/flash/'+theHOST+'/MenuBar_'+GTLD+'.swf" />\n');
    //document.write('</object>\n');
    
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="660" height="75" id="MenuBar_com" align="">\n');
document.write('<param name="SRC" value="/flash/MenuBar_'+GTLD+'.swf">\n');
document.write('<param name="movie" value="MenuBar_com.swf">\n');
document.write('<embed src="/flash/MenuBar_'+GTLD+'.swf" quality="high" width="660" height="75" name="MenuBar_com.swf" align="" type="application/x-shockwave-flash" plug inspage="http://www.macromedia.com/go/getflashplayer"> \n');
document.write('</object>\n');    
    
}