<!--
function plink()
{
 feature="";
 if (screen.height >= 768) {w=1016; h=670;}
 else{w=790; h=520;}
 if (document.all)
 {

feature="scrollbars=1,resizable=1,toolbar=0,location=0,status=1,menubar=0,width="+w+",height="+h+",left=0,top=32";

 }else{
  if (window.screen)
  {
   var b = outerWidth -16;
   var h = outerHeight - screen.availTop - 30;

feature="scrollbars=1,resizable=1,toolbar=0,location=0,status=1,menubar=0,width="+b+",height="+h+",left="+
screen.availLeft +",top=" + screen.availTop;
  }
 }
 channel =
window.open("http://www.on-res.com/index.php?org=BB","channel",feature);

 if (channel.focus != null && channel.focus != '') channel.focus(); } //-->