// Alumni Sport and Entertainment Javascript Document
// Created on: 5/28/05
// Created By Aniglyphics Media
// Last Modified: ---

<!-- Begin
function popPrint() {
URL = "auction-create-ls-print-popup.php";
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=702,height=700,left = 50,top =50');");
}
// End -->

<!-- Begin
function popSimpleHTML() {
URL = "auction-simple-html-popup.php";
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=552,height=265,left = 365,top = 312');");
}
// End -->

<!-- Begin
function popSecurity() {
URL = "security-popup.php";
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=520,height=560,left = 365,top = 312');");
}
// End -->

<!-- START
function popItUp(target,height) {
	var url = "pops/";
	var suf = ".html";
	var	locate = ""+url+""+target+""+suf+"";
	var	win = window.open(locate,"","width=650,height="+height+",scrollbars=yes,left=0,top=0");
	win.focus();	
}
// END -->

<!-- START
function popShipCalc(){
	url = "shipping-calc.php";
	newwindow=window.open(url,'Shipping','height=522,width=642,left=0,top=0');
	if (window.focus) {
		newwindow.focus();
	}
}
// END -->

<!-- START
function validateCartAdvance(){	
	if (document.cart.ship_method_rates.value == '')
	{
		alert("Please Select A Shipping Method!");
		document.contact.name.focus();
	} else {
		window.location.href = "checkout.php";
	}
}
// END -->

<!-- Submit Form -->
function changeShipMethod()
{
	if (document.cart.ship_method_rates.value == 'Change')
	{
		popShipCalc();
	} else {
		document.cart.submit();
	}
}
<!-- END Submit Form -->