<!--This is the script that opens the new window with no controls to to display the page refereced between the () when called. The left, top, screenx and screeny specify the position of the window when opened. the first two are for IE, the latter for netscape browsers-->



function
crossref(sourcepage)
{
window.open(sourcepage,'_blank','width=700,height=200,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes,left=0,top=500,screenX=0,screenY=500')
}
