$(document).ready(function() {
	
	$("body").delegate('.event_button','mouseover',function() {
		activate(this);
		});
	$("body").delegate('.event_button','mouseout',function() {
		deactivate(this);
		});
	
	$("body").delegate('.event_location','mouseover',function() {
		activate(this);
		});
	$("body").delegate('.event_location','mouseout',function() {
		deactivate(this);
		});
	
	
	
	
	
	
	
	
	function activate(element) {
		var theId = element.id;
		var number = parseInt(theId.split(':')[1]);
		switch(number) {
		case 1:
			var button = document.getElementById("button:"+number);
			button.src='images/2012exhibitoptions/finalcampusmap/orange/images/N12FloorMapO_01.gif';
			var location = document.getElementById("location:"+number);
			location.src='images/2012exhibitoptions/finalcampusmap2/orange/N12FloorMapO_05.png';
			var other = document.getElementById("other:"+number);
			other.src='images/2012exhibitoptions/finalcampusmap2/orange/N12FloorMapO_06.png';
			break;
		case 2:
			var button = document.getElementById("button:"+number);
			button.src='images/2012exhibitoptions/finalcampusmap/orange/images/N12FloorMapO_02.gif';
			var location = document.getElementById("location:"+number);
			location.src='images/2012exhibitoptions/finalcampusmap2/orange/N12FloorMapO_18.png';
			break;
		case 3:
			var button = document.getElementById("button:"+number);
			button.src='images/2012exhibitoptions/finalcampusmap/orange/images/N12FloorMapO_03.gif';
			var location = document.getElementById("location:"+number);
			location.src='images/2012exhibitoptions/finalcampusmap2/orange/N12FloorMapO_14.png';
			break;
		case 4:
			var button = document.getElementById("button:"+number);
			button.src='images/2012exhibitoptions/finalcampusmap/orange/images/N12FloorMapO_04.gif';
			var location = document.getElementById("location:"+number);
			location.src='images/2012exhibitoptions/finalcampusmap2/orange/N12FloorMapO_17.png';
			break;
		case 5:
			var button = document.getElementById("button:"+number);
			button.src='images/2012exhibitoptions/finalcampusmap/orange/images/N12FloorMapO_05.gif';
			var location = document.getElementById("location:"+number);
			location.src='images/2012exhibitoptions/finalcampusmap2/orange/N12FloorMapO_11.png';
			break;
		case 6:
			var button = document.getElementById("button:"+number);
			button.src='images/2012exhibitoptions/finalcampusmap/orange/images/N12FloorMapO_06.gif';
			var location = document.getElementById("location:"+number);
			location.src='images/2012exhibitoptions/finalcampusmap2/orange/N12FloorMapO_21.png';
			break;
		case 7:
			var button = document.getElementById("button:"+number);
			button.src='images/2012exhibitoptions/finalcampusmap/orange/images/N12FloorMapO_07.gif';
			var location = document.getElementById("location:"+number);
			location.src='images/2012exhibitoptions/finalcampusmap2/orange/N12FloorMapO_09.png';
			break;
		case 8:
			var button = document.getElementById("button:"+number);
			button.src='images/2012exhibitoptions/finalcampusmap/orange/images/N12FloorMapO_08.gif';
			var location = document.getElementById("location:"+number);
			location.src='images/2012exhibitoptions/finalcampusmap2/orange/N12FloorMapO_27.png';
			break;
		}
	}
	function deactivate(element) {
		var theId = element.id;
		var number = parseInt(theId.split(':')[1]);
		switch(number) {
			case 1:
				var button = document.getElementById("button:"+number);
				button.src='images/2012exhibitoptions/finalcampusmap/green/images/N12FloorMapG_01.gif';
				var location = document.getElementById("location:"+number);
				location.src='images/2012exhibitoptions/finalcampusmap2/green/N12FloorMapG_05.png';
				var other = document.getElementById("other:"+number);
				other.src='images/2012exhibitoptions/finalcampusmap2/green/N12FloorMapG_06.png';
				break;
			case 2:
				var button = document.getElementById("button:"+number);
				button.src='images/2012exhibitoptions/finalcampusmap/green/images/N12FloorMapG_02.gif';
				var location = document.getElementById("location:"+number);
				location.src='images/2012exhibitoptions/finalcampusmap2/green/N12FloorMapG_18.png';
				break;
			case 3:
				var button = document.getElementById("button:"+number);
				button.src='images/2012exhibitoptions/finalcampusmap/green/images/N12FloorMapG_03.gif';
				var location = document.getElementById("location:"+number);
				location.src='images/2012exhibitoptions/finalcampusmap2/green/N12FloorMapG_14.png';
				break;
			case 4:
				var button = document.getElementById("button:"+number);
				button.src='images/2012exhibitoptions/finalcampusmap/green/images/N12FloorMapG_04.gif';
				var location = document.getElementById("location:"+number);
				location.src='images/2012exhibitoptions/finalcampusmap2/green/N12FloorMapG_17.png';
				break;
			case 5:
				var button = document.getElementById("button:"+number);
				button.src='images/2012exhibitoptions/finalcampusmap/green/images/N12FloorMapG_05.gif';
				var location = document.getElementById("location:"+number);
				location.src='images/2012exhibitoptions/finalcampusmap2/green/N12FloorMapG_11.png';
				break;
			case 6:
				var button = document.getElementById("button:"+number);
				button.src='images/2012exhibitoptions/finalcampusmap/green/images/N12FloorMapG_06.gif';
				var location = document.getElementById("location:"+number);
				location.src='images/2012exhibitoptions/finalcampusmap2/green/N12FloorMapG_21.png';
				break;
			case 7:
				var button = document.getElementById("button:"+number);
				button.src='images/2012exhibitoptions/finalcampusmap/green/images/N12FloorMapG_07.gif';
				var location = document.getElementById("location:"+number);
				location.src='images/2012exhibitoptions/finalcampusmap2/green/N12FloorMapG_09.png';
				break;
			case 8:
				var button = document.getElementById("button:"+number);
				button.src='images/2012exhibitoptions/finalcampusmap/green/images/N12FloorMapG_08.gif';
				var location = document.getElementById("location:"+number);
				location.src='images/2012exhibitoptions/finalcampusmap2/green/N12FloorMapG_27.png';
				break;
		}
	}
	
	
	
	
	
	
	
	


	
});//(document).ready

