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

