function pop(file)
{
helpwindow = window.open(file,"pophelp","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=520,height=530,top=80,left=200");
helpwindow.focus();
return false;
}
