function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=589,height=294');");
}

// Nannette Thacker http://www.shiningstar.net | ALERT
function confirmSubmit()
{
var agree=confirm("To insure the security of your payment you are being  redirected to our online registration site. If paying by means other than Visa or MasterCard (Amex, check, company p.o.,  training voucher/authorization, please call  651-688-1182\n\
\n\
REGISTRATION STEPS:\n\
1.  Enter one of the main words from the course title into the Course Name  box and click 'Go'.\n\
2.  Click 'Add to Cart' next to your choice.\n\
3.  Sign In - (if you have previously created a Student Profile for  registration)\n\
     OR Create New Student  Profile.\n\
4.  Check out.");
if (agree)
	return true ;
else
	return false ;
}