$(function(){
var menuID;
var subID ;
var current = 1;
for(i=1;i<=7;i++){
$("#astrology_big_subMenu"+i).hide();
$("#astrology_samll_subMenu_nm"+i).hide();
$("#astrology_samll_subMenu_nm"+current).show();
$("#astrology_samll_subMenu_td"+i).hide();
$("#astrology_samll_subMenu_td"+current).show();
$("#astrology_samll_subMenu_tm"+current).show();
$("#astrology_samll_subMenu_wk"+current).show();
$("#astrology_samll_subMenu_nw"+current).show();
$("#astro_home_down_left_tab03_subMenu"+current).show();
$("#astrology_big_subMenu"+current).show();
$("#tab_span_p_en"+current).show();
$("#astrology_samll_menu_nm"+current).addClass("current3"); 
$("#astrology_samll_menu_td1").addClass("current3"); 
$("#astrology_samll_menu_tm1").addClass("current3"); 
$("#astrology_samll_menu_wk1").addClass("current3"); 
$("#astrology_samll_menu_nw1").addClass("current3"); 
$(".astro_home_down_left_tab03_span:first").addClass("current4"); 
$(".tab_span:first").addClass("current1"); 
$("#astrology_samll_menu_nm"+i).mousemove(function(){
   astrology_samll_menu_nmID = this.id;
   delete current;
   subID = astrology_samll_menu_nmID.charAt(23);
   current = subID;
   for(i=1;i<=7;i++){
     $("#astrology_samll_subMenu_nm"+i).hide();
	 $("#astrology_samll_menu_nm"+i).removeClass("current3");
   }
   $("#astrology_samll_subMenu_nm"+current).show(); 
   $("#astrology_samll_menu_nm"+current).addClass("current3"); 
   })
$("#astrology_samll_menu_td"+i).mousemove(function(){
   astrology_samll_menu_tdID = this.id;
   delete current;
   subID = astrology_samll_menu_tdID.charAt(23);
   current = subID;
   for(i=1;i<=7;i++){
     $("#astrology_samll_subMenu_td"+i).hide();
	 $("#astrology_samll_menu_td"+i).removeClass("current3");
   }
   $("#astrology_samll_subMenu_td"+current).show(); 
   $("#astrology_samll_menu_td"+current).addClass("current3"); 
   })
$("#astrology_samll_menu_tm"+i).mousemove(function(){
   astrology_samll_menu_tmID = this.id;
   delete current;
   subID = astrology_samll_menu_tmID.charAt(23);
   current = subID;
   for(i=1;i<=7;i++){
     $("#astrology_samll_subMenu_tm"+i).hide();
	 $("#astrology_samll_menu_tm"+i).removeClass("current3");
   }
   $("#astrology_samll_subMenu_tm"+current).show(); 
   $("#astrology_samll_menu_tm"+current).addClass("current3"); 
   })
$("#astrology_samll_menu_wk"+i).mousemove(function(){
   astrology_samll_menu_wkID = this.id;
   delete current;
   subID = astrology_samll_menu_wkID.charAt(23);
   current = subID;
   for(i=1;i<=7;i++){
     $("#astrology_samll_subMenu_wk"+i).hide();
	 $("#astrology_samll_menu_wk"+i).removeClass("current3");
   }
   $("#astrology_samll_subMenu_wk"+current).show(); 
   $("#astrology_samll_menu_wk"+current).addClass("current3"); 
   })
$("#astrology_samll_menu_nw"+i).mousemove(function(){
   astrology_samll_menu_nwID = this.id;
   delete current;
   subID = astrology_samll_menu_nwID.charAt(23);
   current = subID;
   for(i=1;i<=7;i++){
     $("#astrology_samll_subMenu_nw"+i).hide();
	 $("#astrology_samll_menu_nw"+i).removeClass("current3");
   }
   $("#astrology_samll_subMenu_nw"+current).show(); 
   $("#astrology_samll_menu_nw"+current).addClass("current3");
   })
$("#astro_home_down_left_tab03_menu"+i).mousemove(function(){
	$(".astro_home_down_left_tab03_span").removeClass("current4"); 
    $(this).addClass("current4");
    astro_home_down_left_tab03_menuID = this.id;
   delete current;
   subID = astro_home_down_left_tab03_menuID.charAt(31);
   current = subID;
   for(i=1;i<=7;i++){
     $("#astro_home_down_left_tab03_subMenu"+i).hide();
   }
   $("#astro_home_down_left_tab03_subMenu"+current).show(); 
   })
$(".astrology_green_p").click(function(){
   astrology_samll_brID = this.id;
   delete current;
   delete current1;
   subID = astrology_samll_brID.substring(18,22);
   current = subID;
   current1 = subID.substring(0,3);
   for(i=1;i<=7;i++){
     $("#astrology_samll_subMenu"+current1+i).hide();
	 $("#astrology_samll_menu"+current1+i).removeClass("current3");
   }
   $("#astrology_samll_subMenu"+current).show(); 
   $("#astrology_samll_menu"+current).addClass("current3"); 
   })
$(".astrology_green_p1").click(function(){
   astrology_samll_brID = this.id;
   delete current;
   delete current1;
   subID = astrology_samll_brID.substring(18,22);
   current = subID;
   current1 = subID.substring(0,3);
   for(i=1;i<=7;i++){
     $("#astrology_samll_subMenu"+current1+i).hide();
	 $("#astrology_samll_menu"+current1+i).removeClass("current3");
   }
   $("#astrology_samll_subMenu"+current).show(); 
   $("#astrology_samll_menu"+current).addClass("current3"); 
   })
$("#astrology_big_menu"+i).click(function(){
	$(".tab_span").removeClass("current1"); 
    $(this).addClass("current1");
    astrology_big_menuID = this.id;
   delete current;
   subID = astrology_big_menuID.charAt(18);
   current = subID;
   for(i=1;i<=7;i++){
     $("#astrology_big_subMenu"+i).hide();
	 $("#tab_span_p_en"+i).hide();
   }
   $("#astrology_big_subMenu"+current).show(); 
   $("#tab_span_p_en"+current).show(); 
   })
   };
})


