function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		home_over = newImage("images/nav/home_over.gif");
		about_over = newImage("images/nav/about_over.gif");
		plans_over = newImage("images/nav/plans_over.gif");
		neighbors_over = newImage("images/nav/neighbors_over.gif");
		webcam_over = newImage("images/nav/webcam_over.gif");
		getting_over = newImage("images/nav/getting_over.gif");
		gallery_over = newImage("images/nav/gallery_over.gif");
		contact_over = newImage("images/nav/contact_over.gif");
		register_over = newImage("images/nav/register_over.gif");
		preloadFlag = true;
	}
}

function win1600w_101n() {
msg=window.open("directions_list.html","","height=600,width=560,left=150,top=20,scrollbars=yes,toolbar=no,status=yes,location=no,resizable=yes")
}

function win1600w_101s() {
msg=window.open("directions_list.html#101s","","height=600,width=560,left=150,top=20,scrollbars=yes,toolbar=no,status=yes,location=no,resizable=yes")
}

function win1600w_280n() {
msg=window.open("directions_list.html#280n","","height=600,width=560,left=150,top=20,scrollbars=yes,toolbar=no,status=yes,location=no,resizable=yes")
}

function win1600w_80w() {
msg=window.open("directions_list.html#80w","","height=600,width=560,left=150,top=20,scrollbars=yes,toolbar=no,status=yes,location=no,resizable=yes")
}

function wincam_1600() {
msg=window.open("http://66.120.9.25","","height=590,width=685,left=150,top=20,scrollbars=no,toolbar=no,status=yes,location=no,resizable=yes")
}


