/**
 * Javascript File
 * Component: MenuLeft
 * 
 * @author Jan Byška <www.svofrcomputers.cz>
 * @copyright All right reserved
 * @version 1.0
 */

function mover(li){	
	li.className = 'light-gray';
}
function mout(li){
	li.className = 'white';
}
