/* the script is used to workaround the IE "click to activate and use this control" KB912945 patch */		
 function write_control( text ) {
   document.write(text);
 }
