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