function WmpLoad(id,path,width,height){
//document.write('<Div Style="Position:Absolute; Top:0px;">');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'" id="'+id+'" align="middle">');
document.write('<param name="movie" value="'+path+'">');
document.write('<param name="quality" value="high">');
document.write('<param name="bgcolor" value="#000000">');
document.write('<embed src="'+path+'" quality="high" bgcolor="#000000" width="'+width+'" height="'+height+'" name="'+id+'" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</embed>');
document.write('</object>');
//document.write('/<Div>');
}