function pop(file)
{
helpwindow = window.open(file,"win","width=520, height=500");
helpwindow.focus();
return false;
}


function pop2(file)
{
helpwindow = window.open(file,"win","width=520, height=570");
helpwindow.focus();
return false;
}