/***********************************************
* UniversiTees Main Script
* T.I.S. Group Web Department
* Organized on 7-20-07 by KJ Redesigned: 10-12-08 by KJ
* Last Updated: 11-10-08
***********************************************/

function submitthis(aform) {
	xxx=aform;
	yyy='a' + xxx;
	document.forms[yyy].submit();
}

function stateDisable(val) {
	if (val != 'United States') { 
		document.MemberForm.state.disabled = true; 
	} else { 
		document.MemberForm.state.disabled = false; 
	}
}

function go() {
	var obj = document.selectshipaddr;
	obj.action = "checkoutfinal.cfm";
	obj.submit();
}

/*function cidinfo() {
	prwin=window.open('cvv2cid.cfm','prwin','menubar=0,width=700,height=500,status=1,scrollbars=1');
}*/

function help(url) {
	window.open(url,'win','width=600,height=500,menubar=0,status=0,scrollbars=1,resizable=1');
}