// JavaScript Document

function winOpen(url, w, h)
{
  newWin=window.open(url,'','scrollbars=no,width='+w+',height='+h+'');
}
