        		function changeMenuPic(n,b){						
						//document.getElementById("itmPic"+n).style.display = b;
						var strTemp = b=="block"?"_over":"";
						document.getElementById("item"+n).className = "item"+n+strTemp;
				}