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