var objFlash;
//alert (objFlash);<iframe src="flashs.html" width="484" height="130" frameborder="0" scrolling="no"></iframe> 

objFlash="<table width=\"484\" border=0 cellpadding=0 cellspacing=0><tr><td width=484 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=484 HEIGHT=130 id=home ALIGN=\"\"><PARAM NAME=movie VALUE=\"images/flash.swf\">";
objFlash += "<PARAM NAME=wmode VALUE=transparent><PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#52555a> <EMBED wmode=transparent src=\"images/flash.swf\" quality=high bgcolor=#52555a  WIDTH=\"484\" HEIGHT=\"130\" 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/slides.jpg' width=484 height=130></td></tr></table>";

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