
	$(document).ready(function() {
		//google code prettyfier
		//prettyPrint();
		//ascensor
	$('#house').ascensor({
		AscensorName:'house',
		WindowsFocus:true,
		WindowsOn:0,
		
		NavigationDirection:'xy',
		Direction: 'y',
		Navig:true,
		Link:true,
		ReturnURL:true,
		PrevNext:false,
		CSSstyles:false,
		
		KeyArrow:false,
		keySwitch:false,
		ReturnCode:false,
		
		ChocolateAscensor:true,
		AscensorMap: '2|2',
		//ContentCoord: '1|1 & 1|2 & 1|3 & 1|4 & 2|4 & 3|4 & 3|3 & 3|2 & 3|1 & 4|1'
		ContentCoord: '1|1 & 1|2 & 2|2 & 2|1'
		//ContentCoord: '1|1 & 2|2 & 1|2 & 3|4 & 1|3 & 3|1 & 2|3'
	});
	
	});

