sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


function jumpPage(newLoc) {
	newPage = newLoc.options[newLoc.selectedIndex].value

	if (newPage != "") {
		window.location.href = newPage
	}
}

function writeConfirmation()	{
	document.getElementById("cartConfirm").innerHTML = "Item added to Cart";
}


function writeConfirmation1()	{
	document.getElementById("cartConfirm1").innerHTML = "Item added to Cart";
}


function writeConfirmation2()	{
	document.getElementById("cartConfirm2").innerHTML = "Item added to Cart";
}

function writeConfirmation3()	{
	document.getElementById("cartConfirm3").innerHTML = "Item added to Cart";
}

function writeConfirmation4()	{
	document.getElementById("cartConfirm4").innerHTML = "Item added to Cart";
}

function writeConfirmation5()	{
	document.getElementById("cartConfirm5").innerHTML = "Item added to Cart";
}

function writeConfirmation6()	{
	document.getElementById("cartConfirm6").innerHTML = "Item added to Cart";
}

function writeConfirmation7()	{
	document.getElementById("cartConfirm7").innerHTML = "Item added to Cart";
}

function writeConfirmation8()	{
	document.getElementById("cartConfirm8").innerHTML = "Item added to Cart";
}
