function largeImage(image) {
	props=window.open('/large_image.php?image='+image, 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=600, height=400, left = 100, top = 100');
}

function sizePop() {
	props=window.open('sizes.html', 'poppage1', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=182, left = 100, top = 100');
}

function size2Pop() {
	props=window.open('sizes2.html', 'poppage1', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=165, left = 100, top = 100');
}

function size3Pop() {
	props=window.open('sizes3.html', 'poppage1', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=165, left = 100, top = 100');
}

function size4Pop() {
	props=window.open('sizes4.html', 'poppage1', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=244, left = 100, top = 100');
}

function cuts1Pop() {
	props=window.open('cuts1.html', 'poppage2', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=275, left = 100, top = 100');
}

function cuts2Pop() {
	props=window.open('cuts2.html', 'poppage2', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=391, left = 100, top = 100');
}

function cuts3Pop() {
	props=window.open('cuts3.html', 'poppage2', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=323, left = 100, top = 100');
}

function cuts4Pop() {
	props=window.open('cuts4.html', 'poppage2', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=182, left = 100, top = 100');
}

function cuts5Pop() {
	props=window.open('cuts5.html', 'poppage2', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=182, left = 100, top = 100');
}


function tannagesPop() {
	props=window.open('tannages.html', 'poppage3', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=272, left = 100, top = 100');
}

function tannages2Pop() {
	props=window.open('tannages2.html', 'poppage3', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=272, left = 100, top = 100');
}

function finishesPop() {
	props=window.open('finishes.html', 'poppage5', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=361, left = 100, top = 100');
}

function finishes2Pop() {
	props=window.open('finishes2.html', 'poppage5', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=165, left = 100, top = 100');
}

function showPop(image, width, height) {
	props=window.open('large_image.php?image='+image, 'poppageCust', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=' + width + ', height=' + height + ', left = 100, top = 100');
}

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);
