// JavaScript Document
	function navmenuover(id) {
		document.getElementById(id).src='/common/img/public/menu/left-ani.gif';
		document.getElementById(id).style.width='100%';
	}

	function navmenuout(id) {
		document.getElementById(id).src='/common/img/public/menu/left.gif';
		document.getElementById(id).style.width='110px';
	}
