// JavaScript Document

function highlight() {
	if (typeof(mapName) != "undefined") {
	map1  = document.getElementById( mapName );
	map1.className = 'selitem';
	}
	}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function validate_form()
	{
	if (document.form1.agree.checked == false) {
	alert("You must agree to the shipping and return policy before continuing.");
	document.form1.agree.focus();
	return false;
	}
	return true;
	}
