function winopen(URL,WinName,h,w)
{
 window.top.open(
   URL,
   WinName,
   "toolbar=no,location=no,resizable=no,scrollbars=no,height="+h+",width="+w);
}

