function pop(file)
{
helpwindow = window.open(file,"pophelp","width=580,height=650,top=150,left=360,scrollbars=yes,resizable=no");
helpwindow.focus();
return false;
}