function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
  void(0);
}

function okno(p,s,w) { 
  ok=open('','','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,fullscreen=no,channelmode=no,scrollbars=no, width='+s+',height='+w); 
  ok.document.write('<html><head><title>'+p+'</title></head>');
  ok.document.write('<body background = "'+p+'">');
  ok.document.write('</body></html>');  
  ok.document.close(); 
} 

