window.onload = function(){
	speed = 20;
	if(document.getElementById('x') != null){
		x = document.getElementById('x').value * 1;
	}
}
function Init() {
	//***CONTENT TABS***//
	setSelected('search',0);
	setFunction('map',0);
	setFunction('info',0);
	setFunction('lift',0);
	setFunction('business',0);
	//***/CONTENT TABS***//
}