var introwidth ="557px" ; // Width of template
var introheight = "70px"; // Height of template


embedstring = '<EMBED src=../animations/topmenu.swf quality=high scale="exactfit" wmode="transparent"  bgcolor=#000000 WIDTH=' + introwidth + ' HEIGHT='+introheight +' NAME="logo" 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=5,0,42,0" id="logo" width=' + introwidth+ ' height=' + introheight + '> \n');
document.write('<PARAM NAME=movie VALUE=../animations/topmenu.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('<param name="wmode" value="transparent"> \n');                                       
document.write(embedstring + '\n');
document.write('</OBJECT> \n');










