if (document.images){
homewhite = new Image
homeblack = new Image
gallerywhite = new Image
galleryblack = new Image
awardswhite = new Image
awardsblack = new Image
aboutuswhite = new Image
aboutusblack = new Image
contactwhite = new Image
contactblack = new Image

homewhite.src = "images/home.gif"
homeblack.src = "images/home black.gif"
gallerywhite.src = "images/gallery.gif"
galleryblack.src = "images/gallery black.gif"
awardswhite.src = "images/awards.gif"
awardsblack.src = "images/awards black.gif"
aboutuswhite.src = "images/about us.gif"
aboutusblack.src = "images/about us black.gif"
contactwhite.src = "images/contact.gif"
contactblack.src = "images/contact black.gif"
}

function stoprightmouse(e) {
	if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
	else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("© Alan Thompson Photography");
	return false;
	}
	return true
	n;}
	document.onmousedown=stoprightmouse;
	if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=stoprightmouse;


function openwindow(pic){
	picWindow=window.open(pic, "newwin", "toolbar=no, Menubar=no, location=no, width=550, height=550, border=1 ")
	picWindow.focus()
}
