function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		index_06_over = newImage("images/index_06-over.gif");
		index_07_over = newImage("images/index_07-over.gif");
		index_08_over = newImage("images/index_08-over.gif");
		index_36_over = newImage("images/index_36-over.gif");
		index_38_over = newImage("images/index_38-over.gif");
		index_40_over = newImage("images/index_40-over.gif");
		index_50_over = newImage("images/index_50-over.gif");
		index_52_over = newImage("images/index_52-over.gif");
		index_54_over = newImage("images/index_54-over.gif");
		index_65_over = newImage("images/index_65-over.gif");
		index_66_over = newImage("images/index_66-over.gif");
		index_67_over = newImage("images/index_67-over.gif");
		index_68_over = newImage("images/index_68-over.gif");
		index_69_over = newImage("images/index_69-over.gif");
		preloadFlag = true;
	}
}

var N1a = new Image();
var N2a = new Image();
var N3a = new Image();
var N4a = new Image();
var N1n = new Image();
var N2n = new Image();
var N3n = new Image();
var N4n = new Image();

N1a.src="images/NeonNFLSigns_a.jpg";
N1n.src="images/NeonNFLSigns_n.jpg";
N2a.src="images/NeonBeerStuff_a.jpg";
N2n.src="images/NeonBeerStuff_n.jpg";
N3a.src="images/NeonBusinessSigns_a.jpg";
N3n.src="images/NeonBusinessSigns_n.jpg";
N4a.src="images/NoBreakageA.jpg";
N4n.src="images/NoBreakage.jpg";

function ShippingPopup(){window.open("ShippingPopup.asp","Shipping","width=300,height=300");}
function NeedHelpPopup(){window.open("NeedHelp.asp","Help","width=500,height=500,scrollbars=yes");}
function ContactUsPopup()	{window.open("ContactUsPopup.asp","Shipping","width=300,height=300");}
function AboutUsPopup() {window.open("AboutUsPopup.asp","Shipping","width=500,height=400,scrollbars=yes");}
function NoBreakagePopUp() {window.open("NoBreakagePopup.asp","Shipping","width=400,height=200,scrollbars=yes");}
function windowPopUp(url){
	var aX = document.body.offsetWidth - 30;
	var aY = document.body.offsetHeight - 30;
	window.open(url,"","width="+aX+",height="+aY+",scrollbars=yes,toolbar=yes,resizable=yes,status=yes,location=yes");
	}
function VerifySearch()
{
	if (document.searchform.search.value.length == 0) {alert("Please Enter Search Keywords"); document.searchform.search.focus(); return false;}
	return true;
}
