<!--		
		function repositionMenu1(){
		var newLeft;
		if(getWindowWidth()>838) newLeft = getWindowWidth() / 2 + 20 + 0; else newLeft= 437 + 0;
		the_menu_01.container.style ? the_menu_01.container.style.left = newLeft + "px" : the_menu_01.container.left = newLeft;
		}
		
		function repositionMenu2(){
		var newLeft;
		if(getWindowWidth()>838) newLeft = getWindowWidth() / 2 + 20 + 92; else newLeft= 437 + 92;
		the_menu_02.container.style ? the_menu_02.container.style.left = newLeft + "px" : the_menu_02.container.left = newLeft;
		}
		
		function repositionMenu3(){
		var newLeft;
		if(getWindowWidth()>838) newLeft = getWindowWidth() / 2 + 20 + 186; else newLeft= 437 + 186;
		the_menu_03.container.style ? the_menu_03.container.style.left = newLeft + "px" : the_menu_03.container.left = newLeft;
		}
		
		function repositionMenu4(){
		var newLeft;
		if(getWindowWidth()>838) newLeft = getWindowWidth() / 2 + 20 + 291; else newLeft= 437 + 291;
		the_menu_04.container.style ? the_menu_04.container.style.left = newLeft + "px" : the_menu_04.container.left = newLeft;
		}											
		 
		function getWindowWidth(){ return document.body.offsetWidth; }
//-->