function debug (text){
  debug = window.open("debug.html","debug","scrollbars,menubar,HEIGHT=200, WIDTH=200");
  debug.document.write(text); 
}