			root = './';
			
			// Form validation
			function submitter(){
				if(forgotPassForm.email.value == ""){
					alert("Please enter an email address");
					return false;
				}
			}
			// Forgot password
			function forgotPassword(){
				if(forgotPass == "yes"){
					alert("Your username and password have been sent to your email address");
				}else if(forgotPass == "no"){
					alert("Your email address does not match our records, please contact Western Concepts for further assistance");
				}
			}	
			
			// Rollover Image Function
			function funSwapImages(objImage, objNewImage) {
				objImage.src = objNewImage.src;
			}
			
			
			
			// Popup Product Window
			function funPopupSize() {
				winPopup = window.open(root+"sizing.php", "_blank", "width=0,height=0,top=1200,left=1600,screenY=1200,screenX=1600,location=no,menubar=yes,resizable=no,scrollbars=yes,status=no,toolbar=no");
			}
			
			function funPopupClearance() {
				winPopup = window.open(root+"clearance_list.php", "", "width=690,height=400,top=20,left=20,screenY=20,screenX=20,location=no,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
			}
			
			function funPopupRetail() {
				winPopup = window.open(root+"retail_price_list.php", "", "width=690,height=400,top=20,left=20,screenY=20,screenX=20,location=no,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
			}
			
			function funPopupDistributor() {
				winPopup = window.open(root+"distributor_price_list.php", "", "width=690,height=400,top=20,left=20,screenY=20,screenX=20,location=no,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
			}
			
			function funPopupSpecials() {
				winPopup = window.open(root+"specials_price_list.php", "", "width=690,height=400,top=20,left=20,screenY=20,screenX=20,location=no,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
			}
			
			function funPopupPpac() {
				winPopup = window.open(root+"ppac_price_list.php", "", "width=690,height=400,top=20,left=20,screenY=20,screenX=20,location=no,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
			}
			
			function funPopupNew() {
				winPopup = window.open(root+"new_price_list.php", "", "width=690,height=400,top=20,left=20,screenY=20,screenX=20,location=no,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
			}
			
			function funPopupScreen() {
				winPopup = window.open(root+"screen_price_list.php", "", "width=690,height=400,top=20,left=20,screenY=20,screenX=20,location=no,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
			}
			
			function funPopupUmbrella() {
				winPopup = window.open(root+"umbrella_price_list.php", "", "width=690,height=400,top=20,left=20,screenY=20,screenX=20,location=no,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
			}
			
			function funPopupPad() {
				winPopup = window.open(root+"pad_price_list.php", "", "width=690,height=400,top=20,left=20,screenY=20,screenX=20,location=no,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
			}
			
			function funPopupEbroidery() {
				winPopup = window.open(root+"embroidery_price_list.php", "", "width=690,height=400,top=20,left=20,screenY=20,screenX=20,location=no,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
			}
			
			
			// Popup Product Window
function funPopupProduct(strExtStock, strFormat) {
	if(window.winPopup) {
		window.winPopup.close();
	}
	if(strFormat == "v") {
		window.winPopup = window.open(root+"popup.php?idxStockExt=" + strExtStock, "", "width=684,height=590,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
	}
	if(strFormat == "h") {
		window.winPopup = window.open(root+"popup.php?idxStockExt=" + strExtStock, "", "width=684,height=590,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
	}
}