		function navswitch(id,image){
			var obj = document.getElementById(id);
			obj.src = 'images/nav/' + image;
		}
		