var introwidth ="770" ; // Width of template
var introheight = "430"; // Height of template


embedstring = '<embed src="intro.swf" quality=high scale="exactfit"  bgcolor="#000000" width=' + introwidth + ' heigth='+introheight +' name="StarTec Flash Intro" 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="StarTec Flash Intro" width=' + introwidth+ ' height=' + introheight + '> \n');
document.write('<param name=movie value=intro.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');