function WinOpen2(subhtm,w,h)
{
subWin=window.open(subhtm,"",'scrollbars=no,width='+w+',height='+h+'');
}
