
function pop(file)
{
helpwindow = window.open(file,"pophelp","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=620, height=440, top=120, left=10");
helpwindow.focus();
return false;
}


