var newwindow;
var newwindowsm;
function pophelp(url)
{
 newwindow=window.open(url,'helpwno','height=500,width=660,left=100,top=50,resizable=no,scrollbars=no,toolbar=yes,status=yes');

 if (window.focus) {newwindow.focus()}
 
}
function pophelp_small(url)
{
 newwindowsm=window.open(url,'helpwno','height=220,width=600,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,status=yes');

 if (window.focus) {newwindowsm.focus()}
 
}

function popmat(url)
{
 newwindow=window.open(url,'helpwno','height=500,width=700,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,status=yes');

 if (window.focus) {newwindow.focus()}
 
}

