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