function popup(file, width, height)
{
helpwindow = window.open(file,"popup","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width="+width+", height="+height);
helpwindow.focus();
return false;
}