
	var imghome = new Image();
	var imglogin = new Image();
	var imgabout = new Image();
	var imgcont = new Image();
	var imgelite = new Image();
	var imgwed = new Image();
	var imgpart = new Image();
	var imgkids = new Image();
	var imgcom = new Image();
	var imgvend = new Image();
	var ohome = new Image();
	var ologin = new Image();
	var oabout = new Image();
	var ocont = new Image();
	var oelite = new Image();
	var owed = new Image();
	var opart = new Image();
	var okids = new Image();
	var ocom = new Image();
	var ovend = new Image();

	ohome.src = "http://www.southbend.dj/layout/home_on.gif"; 
	ologin.src = "http://www.southbend.dj/layout/login_on.gif"; 
	oabout.src = "http://www.southbend.dj/layout/about_on.gif"; 
	ocont.src = "http://www.southbend.dj/layout/cont_on.gif"; 
	oelite.src = "http://www.southbend.dj/layout/elite_on.gif"; 
	owed.src = "http://www.southbend.dj/layout/wed_on.gif"; 
	opart.src = "http://www.southbend.dj/layout/part_on.gif"; 
	okids.src = "http://www.southbend.dj/layout/kids_on.gif"; 
	ocom.src = "http://www.southbend.dj/layout/com_on.gif"; 
	ovend.src = "http://www.southbend.dj/layout/vend_on.gif"; 
	imghome.src = "http://www.southbend.dj/layout/home_off.gif"; 
	imglogin.src = "http://www.southbend.dj/layout/login_off.gif"; 
	imgabout.src = "http://www.southbend.dj/layout/about_off.gif"; 
	imgcont.src = "http://www.southbend.dj/layout/cont_off.gif"; 
	imgelite.src = "http://www.southbend.dj/layout/elite_off.gif"; 
	imgwed.src = "http://www.southbend.dj/layout/wed_off.gif"; 
	imgpart.src = "http://www.southbend.dj/layout/part_off.gif"; 
	imgkids.src = "http://www.southbend.dj/layout/kids_off.gif"; 
	imgcom.src = "http://www.southbend.dj/layout/com_off.gif"; 
	imgvend.src = "http://www.southbend.dj/layout/vend_off.gif"; 

	function interAct(number,picimage) {
	document.images[number].src=picimage;
	}

	function interOff(number,picimage) {
	document.images[number].src=picimage;
	}
	