function openFlash(flash, width, height){
    var oeTags = '<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="'+height+'" width="'+width+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">'
    + '<param name="movie" value="'+flash+'" />'
    + '<param name="quality" value="high" />'
    + '<param name="wmode" value="transparent" />'
    + '<param name="menu" value="false">'
    + '<embed src="'+flash+'" quality="high" wmode="transparent" width="'+width+'" height="'+height+'" name="makeup" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>'
    + '<\/object>';

    document.write(oeTags);
}
