function embedMov() {
document.write('<OBJECT width="'+movWidth+'" height="'+movHeight+'"> '); 
document.write('<PARAM name="SRC" VALUE="'+movURL+'">');
document.write('<EMBED SRC="'+movURL+'" WIDTH="'+movWidth+'" HEIGHT="'+movHeight+'" >'); 
document.write('</EMBED>'); 
document.write('</OBJECT>'); 
}
