function FixAX(strSRC,w,h)
{
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 WIDTH="+w+" HEIGHT="+h+" id=searc>")
document.write("<PARAM NAME=movie VALUE="+strSRC)
document.write("><PARAM NAME=WMODE VALUE=transparent><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src="+strSRC+" WIDTH="+w+" HEIGHT="+h+" NAME=searc ALIGN= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT>")
}