<!--
/*
OPEN NEW POP-UP WINDOW FOR INFORMATION - 600x700
*/
function Info600(InfoURL) 
{
window.open(InfoURL,"Info","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=600,height=700")
}
//-->
