var objFlash;
//alert (objFlash);<iframe src="mlogo.html" width="94" height="82" frameborder="0" scrolling="no"></iframe>

objFlash="<table width=\"94\" border=0 cellpadding=0 cellspacing=0><tr><td width=94 valign=top>";
if (FlashEnabled)
{
objFlash += "<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"";
objFlash += "WIDTH=94 HEIGHT=82 id=home ALIGN=\"\"><PARAM NAME=movie VALUE=\"images/logoanimation.swf\">";
objFlash += "<PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#383B40> <EMBED src=\"images/logoanimation.swf\" quality=high bgcolor=#383B40  WIDTH=\"94\" HEIGHT=\"82\" NAME=\"home\" ALIGN=\"\"";
objFlash += "TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"../../www.adobe.com/shockwave/download/downloaddbe9.html\"></EMBED></object>";
}
else
{
//objFlash += "<img src='images/gallerycontent1.jpg' border=0 align=middle>";

objFlash += "<table width='100%' border=0 cellpadding=0 cellspacing=0><tr><td><img src='images/logo.jpg' width=76 height=75></td></tr></table>";

}
objFlash += "</td></tr></table>";
document.write (objFlash);
