strSWF = 
"<OBJECT id='IntroMovie' codeBase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' height='"+swfHeight+"' width='"+swfWidth+"' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'>"+
"<PARAM NAME='movie' VALUE='"+swfFile+"'>"+
"<PARAM NAME='quality' VALUE='high'>"+
"<PARAM NAME='wmode' VALUE='transparent'>"+
"<embed src='"+swfFile+"' width='"+swfWidth+"' height='"+swfHeight+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent' />"+
"</OBJECT>"
document.write(strSWF);