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