var gallery1 = new Image();
gallery1.src = "images/gallery/gallery1.jpg";

var gallery2 = new Image();
gallery2.src = "images/gallery/gallery2.jpg";

var gallery3 = new Image();
gallery3.src = "images/gallery/gallery3.jpg";

var gallery4 = new Image();
gallery4.src = "images/gallery/gallery4.jpg";

var gallery5 = new Image();
gallery5.src = "images/gallery/gallery5.jpg";

var gallery6 = new Image();
gallery6.src = "images/gallery/gallery6.jpg";

var gallery7 = new Image();
gallery7.src = "images/gallery/gallery7.jpg";

var gallery8 = new Image();
gallery8.src = "images/gallery/gallery8.jpg";

var gallery9 = new Image();
gallery9.src = "images/gallery/gallery9.jpg";

var gallery10 = new Image();
gallery10.src = "images/gallery/gallery10.jpg";

var gallery11 = new Image();
gallery11.src = "images/gallery/gallery11.jpg";



function closeWindow(){}
function galleryJump(){}



function closeWindow()
{
if(this.window && !this.window.closed){this.window.close()}
}



function openGallery(){
	winGallery=open("gallery.php","windowGallery","toolbar=no,scrollbars=no,width=500,height=395,left='+leftPos+',top=0,left=0")
}



function openLarge(theLarge){
	winLarge=open(theLarge,"windowLarge","toolbar=no,scrollbars=yes,resizable=yes,width=530,height=395,left='+leftPos+',top=0,left=0")
}



function openMap(MapURL){
	winMap=window.open("map.php","windowLink","scrollbars=no,toolbar=no,width=500,height=396,left='+leftPos+',top=0,left=0")
}



function openGo(goURL){
	winGo=window.open(goURL,"windowDesigners","toolbar=yes,scrollbars=yes,resizable=yes,width=750,height=400,left='+leftPos+',top=0,left=0")
}



function chgImg(imgField,newImg){
	if (document.images){
		document[imgField].src=eval (newImg + ".src")
	}
}
