if (document.images) {
	n1on = new Image();    n1on.src = "images/nav-home-on.gif";
	n2on = new Image();    n2on.src = "images/nav-about-on.gif";
	n3on = new Image();    n3on.src = "images/nav-products-on.gif";
	n4on = new Image();    n4on.src = "images/nav-portfolio-on.gif";
	n5on = new Image();    n5on.src = "images/nav-quick-quote-on.gif";
	n6on = new Image();    n6on.src = "images/nav-contact-us-on.gif";
}

function imgOn(imgName) {
	if (document.images) {
		oSrc=document[imgName].src;
		document[imgName].src = eval(imgName + "on.src");
	}
}

function imgOff(imgName) {
	if(oSrc){
		document[imgName].src = oSrc;
	}
}

function openPhoto(path,image_width, image_height) {
	image_width+=40;
	image_height+=30;
	window.open(path,'_blank','width='+image_width+',height='+image_height+', scrollbars = yes, resizable = yes ');
	return false;
}
