﻿var baseURI=location.protocol+"//"+location.hostname+"/";var baseDir=baseURI+"ui/menu/";$("body").ready(function(){var menuIndex=0;$("#menu a img").hover(function(){menuIndex=$("#menu a img").index(this);$(this).attr("src",baseDir+"over"+(menuIndex+1)+".gif");},function(){menuIndex=$("#menu a img").index(this);$(this).attr("src",baseDir+"bt"+(menuIndex+1)+".gif");});var nowURL=location.href;var comp=false;nowURL=nowURL.replace(baseURI,"");nowURLArray=nowURL.split("/");for(i=0;i<$("#menu a").length;i++){var str=$("#menu a:eq("+i+")").attr("href");if(str!=""){str=str+"/";}while(str.indexOf(".")>-1){str=str.replace(".","");};while(str.indexOf("/")>-1){str=str.replace("/","");};if(nowURLArray[0]==str){$("#menu a:eq("+i+")").addClass("now");$("#menu a:eq("+i+") img").attr("src",baseDir+"now"+(i+1)+".gif");break;};};$("#menu a.now img").unbind();});
