var newwindow;
var newwindowsm;
function pophelp(url)
{
 newwindow=window.open(url,'helpwno','height=235,width=300,left=200,top=250,resizable=no,scrollbars=no,toolbar=no,status=no');

 if (window.focus) {newwindow.focus()}
 
}
function pophelp1(url)
{
 newwindow=window.open(url,'helpwno','height=550,width=700,left=200,top=50,resizable=yes,scrollbars=yes,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()}
 
}

