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

