$(document).ready(function()
{
	//slides the element with class "menu_body" when paragraph with class "menu_head" is clicked 
	var lastopenedDiv=mainMenu;
	
	$("#firstpane p.menu_head").click(function()
    {
       //alert(divArray.length);
            if(this.id!="scrubsHead" || this.id!="fitnessHead")
                {
          
              var divId=this.id.substring(0,this.id.length-4);
          
                 if(document.getElementById(divId).style.display=="block")
                    {
                    // Close Menu
                
                      $(this).css({backgroundImage:"url(images/taj_arrow_up.gif)"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
                       
                       if(document.getElementById(mainMenu+"Head").style.backgroundImage.indexOf("taj_arrow_down.gif")!=-1)
                      	document.getElementById(mainMenu+"a").style.color="#0367A2";
                      	else
                      	document.getElementById(mainMenu+"a").style.color="#888888";
                      
                      	if(document.getElementById(divId+"Full")!=null)
                      	{
                      	    $(document.getElementById(divId+"Full")).css({backgroundImage:"url(images/Taj_Spas_inner_14.gif)"})
                      	    $(document.getElementById(divId+"Full")).css({paddingLeft:"3px"})
                      	    $(document.getElementById(divId+"Full")).css({marginBottom:"0px"});
                      	    
                      	                          	 
                      	  }
                      	 
                      	
                    }
                    else
                    {
                  
               
                                  if(document.getElementById(lastopenedDiv+"Full")!=null)
                                  {  
                                         if(lastopenedDiv!=null && document.getElementById(lastopenedDiv).style.display=="block" )
                                         {  
                                         
                                           $(document.getElementById(lastopenedDiv+"Head")).css({backgroundImage:"url(images/taj_arrow_down.gif)"}).next("div.menu_body").slideToggle(500).siblings("div.menu_body").slideUp("slow"); 
                                           document.getElementById(mainMenu+"a").style.color="#0367A2";
                                               if(document.getElementById(lastopenedDiv+"Full")!=null)
                                                   $(document.getElementById(lastopenedDiv+"Full")).css({marginBottom:"1px"})
                                         }
                                 }
                         
                         lastopenedDiv=this.id.substring(0,this.id.length-4)
                            
		                      $(this).css({backgroundImage:"url(images/taj_arrow_down.gif)"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
		                         // alert(document.getElementById(mainMenu+"Head").style.backgroundImage)
		                      if(this.id.indexOf(mainMenu)!=-1)
		                      document.getElementById(mainMenu+"a").style.color="#0367A2";
		                      //new Code
		                      if(document.getElementById(divId+"Full")!=null)
		                      {
							  
		              	        $(document.getElementById(divId+"Full")).css({backgroundImage:"url(images/Taj_Spas_inner_08.gif)"})
		              	        $(document.getElementById(divId+"Full")).css({backgroundRepeat:"repeat-y"})
		              	        $(document.getElementById(divId+"Full")).css({paddingLeft:"3px"})
		              	         $(document.getElementById(divId+"Full")).css({marginBottom:"1px"})
		              	       }  
		              	        // document.getElementById(divId+"Img").src="images/arrow_blue_back.gif";
		                    }  
		                   if(document.getElementById(mainMenu+"Head").style.backgroundImage.indexOf("taj_arrow_down.gif")!=-1)
                      	document.getElementById(mainMenu+"a").style.color="#0367A2"; 
                      	else
                      	document.getElementById(mainMenu+"a").style.color="#888888";  
        	       
    	   
				  
    	        }
    
       
	});
	if(document.getElementById(mainMenu)!=null)
	{
	document.getElementById(mainMenu).style.display="block";
	document.getElementById(mainMenu+"a").style.color="#0367A2";
	}
  if(subMenu!="" && subMenu !="Innerpage")
  
	document.getElementById(subMenu).style.fontWeight="bold";

	if(subMenu !="Innerpage")
	{
	            if((document.getElementById(mainMenu)) != null && (subMenu =="")  ) {

            document.getElementById(mainMenu+"a").removeAttribute("href");

                                               
            document.getElementById(mainMenu+"a").style.cursor="auto";
			
        }
	}
	

  

if((mainMenu=="fitness" || mainMenu=="scrubs" || mainMenu=="philosophy" ||  mainMenu=="rituals")&& subMenu !="Innerpage")
{
	
	document.getElementById(mainMenu+"a").removeAttribute("href");
    document.getElementById(mainMenu+"a").style.cursor="auto";
 }
if(subMenu !=""){
if(document.getElementById(subMenu)!=null)
  {
	document.getElementById(subMenu).style.fontWeight="bold";
    document.getElementById(subMenu).removeAttribute("href");
	document.getElementById(subMenu).style.cursor="auto";
  }
}
var sub=subMenu.substring(8,0);

if(sub=="Overview"){
document.getElementById(subMenu).style.fontWeight="bold";
if(document.getElementById(mainMenu+"a") != null)
{
document.getElementById(mainMenu+"a").removeAttribute("href");
document.getElementById(mainMenu+"a").style.cursor="auto";
}
}

if(mainMenu!="fitness" && mainMenu!="scrubs")
$(document.getElementById(mainMenu+"Head")).css({backgroundImage:"url(images/taj_arrow_down.gif)"})
 $(document.getElementById(mainMenu+"Full")).css({backgroundImage:"url(images/Taj_Spas_inner_08.gif)"})



	//slides the element with class "menu_body" when click the paragraph
	
	
});
