<!--
function on(message)
  {window.status = message;}

function off()
  {window.status="";}

function new_window(theURL,winName,features)
{window.open(theURL,winName,features);}
//-->
