function WinOpen2(subhtm,w,h)
{
subWin=window.open(subhtm,"subWin",'left=0,top=0,resizable=1,scrollbars=yes,width='+w+',height='+h+'');
subWin.focus();
}

