	//alert(static_n);
					if(static_n!=0)
					{
						    for(i=1; i <= 3; i++){
				        if (i==static_n){
				         if(static_n==4)
				         {
				         	document.getElementById("menuId"+static_n).className="nobg currentnav";
				         }else{
				            document.getElementById("menuId"+static_n).className="currentnav";
				            }
				        }else{
				        if(i==4){
				        document.getElementById("menuId"+i).className="nobg";
				        }else{
				            document.getElementById("menuId"+i).className="";
				            }
				        }
				
				    }
					}