// JavaScript Document
function write_control( text ) {
   document.write(text);
}