$(document).ready(function() {
	//google code prettyfier
    prettyPrint();

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

});

