function popUpL1() {
			shutdown();
			popUp("L1",true);
		}
		
		function popUpL2() {
			shutdown();
			popUp("L2",true);
		}
		
		function popUpL3() {
			shutdown();
			popUp("L3",true);
		}
		
		function moveLayers() {
			setleft('L1',105);
			settop('L1',165);
			setleft('L2',105);
			settop('L2',165);
			setleft('L3',105);
			settop('L3',165);
		}
		
		function shutdown() {
			popUp('L1',false);
			popUp('L2',false);
			popUp('L3',false);
		}  
