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