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