
//var sitewidth ="800" ; // Width of template
//var siteheight = "447"; // Height of template

if ((screen.width>=1024) && (screen.height>=768))
{
sitewidth ="994";
siteheight = "556";
}
else
{
sitewidth ="800";
siteheight = "447";
}



embedstring = '<EMBED src=site.swf quality=high scale="exactfit"  bgcolor=#000000 WIDTH=' + sitewidth + ' HEIGHT='+siteheight +' NAME="TRENDYFLASH SITE" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>'

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" id="TRENDYFLASH SITE" width=' + sitewidth+ ' height=' + siteheight + '> \n');
document.write('<PARAM NAME=movie VALUE=site.swf> \n');
document.write('<param name="SCALE" value="exactfit">\n');
document.write('<PARAM name=quality value=high> \n');
document.write('<PARAM name=menu value="false"> \n');
document.write(embedstring + '\n');
document.write('</OBJECT> \n');
document.write('</DIV> \n');
		






