function loadStage(stageNumber) {
	$('#fullMap').hide();
	$('#mapDetail').show();
	$('#mapContent').empty();
	$('#mapContent').load('/cms/wp-content/themes/thereef/loadStageHTML.php?stage=' + stageNumber,function() {
	fleXenv.fleXcrollMain("mapDetail");
	document.getElementById("mapDetail").fleXcroll.setScrollPos(false,0);
	});
	
	
	$('#mapFlash').empty();
	$('#mapFlash').flash({
		src: '/cms/wp-content/themes/thereef/swf/stage' + stageNumber + '.swf',
		width: 720,
		height: 450,
		wmode: 'transparent'
	});
	$('#mapFlash').css('position','relative');
	$('#mapFlash').css('top','20px');
	
	
}
function closeStage() {
	$('#mapDetail').hide();
	$('#fullMap').show();
	$('#mapFlash').empty();
	$('#mapFlash').flash({
		src: '/cms/wp-content/themes/thereef/swf/map.swf',
		width: 720,
		height: 450,
		wmode: 'transparent'
	});
	$('#mapFlash').css('position','relative');
	$('#mapFlash').css('top','20px');
}

function highlightrow(lot) {
	//$('#lot' + lot + ' td').css('border-top','1px #03536e solid');
	//$('#lot' + lot + ' td').css('border-bottom','1px #03536e solid');
	//$('#lot' + lot + ' td').css('font-weight','bold');
	$('#mapContent').scrollTo('#lot' + lot);
	fleXenv.scrollTo('lot' + lot);
}

function highlightoff(lot) {
	//$('#lot' + lot + ' td').css('border-top','0px');
	//$('#lot' + lot + ' td').css('border-bottom','0px');
	//$('#lot' + lot + ' td').css('font-weight','normal');
}

/*

#mapLeft
#fullMap
.mapRight
#mapDetail
*/
