function mgInsertControl(objectname,codebasetouse,urlparms) 
{ 
document.write('<OBJECT'); 
document.write(' ID="' +objectname+ '"');    
document.write(' WIDTH="100%"'); 
document.write(' HEIGHT="75%"'); 
document.write(' CLASSID="CLSID:62789780-B744-11D0-986B-00609731A21D"'); 
document.write(' CODEBASE="'+codebasetouse+'"'); 
document.write('>');      
document.write('<PARAM'); 
document.write(' NAME="url"'); 
document.write(' VALUE="' +urlparms+ '"'); 
document.write(  '>');       
document.write('</OBJECT>');   
}    

