var introwidth ="375" ; // Width of template
var introheight = "383"; // Height of template



embedstring = '<EMBED src=intro.swf quality=high scale="exactfit"  bgcolor=#FFFFFF WIDTH=' + introwidth + ' HEIGHT='+introheight +' NAME="OzsoyIntro" 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="Ozsoy" width=' + introwidth + ' height=' + introheight + ' ALIGN="center" VALIGN="MIDDLE" > \n');
document.write('<PARAM NAME=movie VALUE="intro.swf"> \n');
document.write('<PARAM NAME=quality VALUE=high> \n');
document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF> \n');
document.write('<param name="menu" value="false"> \n');
document.write(embedstring + '\n');
document.write('</OBJECT> \n');
document.write('</DIV> \n');
		





