

var counter = 0;



// Menu One controls :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function CheckMenuOneStatus(){
		 menuProperties = document.getElementById('menuOne').style.height;
		 if(menuProperties == 0 || menuProperties == "0px" || menuProperties == "0pt"){
   			 ShowMenuOne();
		} else {
   				HideMenuOne();
		}
}


function ShowMenuOne(){
		 HideMenuTwo();
		 HideMenuThree();
		 HideMenuFour();
		 HideMenuFive();
		 HideMenuSix();
		 HideMenuSeven();
		 HideMenuEight();
     HideMenuNine();
     HideMenuTen();
		 doAgain = setTimeout('ShowMenuOne()',1);
		 menuList = document.getElementById('menuOne');
		 menuItems = menuList.getElementsByTagName('li');
		 showAllItems = (menuItems.length * 15);
		 menuList.style.height = counter + "px";
		 if(counter < showAllItems){
		 counter += 6;} else {
		 clearTimeout(doAgain);
		 counter = 0;}
}


function HideMenuOne(){
		 menuList = document.getElementById('menuOne');
		 menuList.style.height = 0;		
}




// Menu Two controls ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function CheckMenuTwoStatus(){
		 menuProperties = document.getElementById('menuTwo').style.height;
		 if(menuProperties == 0 || menuProperties == "0px" || menuProperties == "0pt"){
   			 ShowMenuTwo();
		} else {
   				HideMenuTwo();
		}
}


function ShowMenuTwo(){
		 HideMenuOne();
		 HideMenuThree();
		 HideMenuFour();
		 HideMenuFive();
		 HideMenuSix();
		 HideMenuSeven();
		 HideMenuEight();
     HideMenuNine();
     HideMenuTen();
		 doAgain = setTimeout('ShowMenuTwo()',1);
		 menuList = document.getElementById('menuTwo');
		 menuItems = menuList.getElementsByTagName('li');
		 showAllItems = (menuItems.length * 15);
		 menuList.style.height = counter + "px";
		 if(counter < showAllItems){
		 counter += 5;} else {
		 clearTimeout(doAgain);
		 counter = 0;}
}


function HideMenuTwo(){
		 menuList = document.getElementById('menuTwo');
		 menuList.style.height = 0;		
}



// Menu Three controls :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function CheckMenuThreeStatus(){
		 menuProperties = document.getElementById('menuThree').style.height;
		 if(menuProperties == 0 || menuProperties == "0px" || menuProperties == "0pt"){
   			 ShowMenuThree();
		} else {
   				HideMenuThree();
		}
}


function ShowMenuThree(){
		 HideMenuOne();
		 HideMenuTwo();
		 HideMenuFour();
		 HideMenuFive();
		 HideMenuSix();
		 HideMenuSeven();
		 HideMenuEight();
     HideMenuNine();
     HideMenuTen();
		 doAgain = setTimeout('ShowMenuThree()',1);
		 menuList = document.getElementById('menuThree');
		 menuItems = menuList.getElementsByTagName('li');
		 showAllItems = (menuItems.length * 15);
		 menuList.style.height = counter + "px";
		 if(counter < showAllItems){
		 counter += 5;} else {
		 clearTimeout(doAgain);
		 counter = 0;}
}


function HideMenuThree(){
		 menuList = document.getElementById('menuThree');
		 menuList.style.height = 0;		
}



// Menu Four controls :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function CheckMenuFourStatus(){
		 menuProperties = document.getElementById('menuFour').style.height;
		 if(menuProperties == 0 || menuProperties == "0px" || menuProperties == "0pt"){
   			 ShowMenuFour();
		} else {
   				HideMenuFour();
		}
}


function ShowMenuFour(){
		 HideMenuOne();
		 HideMenuTwo();
		 HideMenuThree();
		 HideMenuFive();
		 HideMenuSix();
		 HideMenuSeven();
		 HideMenuEight();
     HideMenuNine();
     HideMenuTen();
		 doAgain = setTimeout('ShowMenuFour()',1);
		 menuList = document.getElementById('menuFour');
		 menuItems = menuList.getElementsByTagName('li');
		 showAllItems = (menuItems.length * 15);
		 menuList.style.height = counter + "px";
		 if(counter < showAllItems){
		 counter += 5;} else {
		 clearTimeout(doAgain);
		 counter = 0;}
}


function HideMenuFour(){
		 menuList = document.getElementById('menuFour');
		 menuList.style.height = 0;		
}



// Menu Five controls :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function CheckMenuFiveStatus(){
		 menuProperties = document.getElementById('menuFive').style.height;
		 if(menuProperties == 0 || menuProperties == "0px" || menuProperties == "0pt"){
   			 ShowMenuFive();
		} else {
   				HideMenuFive();
		}
}


function ShowMenuFive(){
		 HideMenuOne();
		 HideMenuTwo();
		 HideMenuThree();
		 HideMenuFour();
		 HideMenuSix();
		 HideMenuSeven();
		 HideMenuEight();
     HideMenuNine();
     HideMenuTen();
		 doAgain = setTimeout('ShowMenuFive()',1);
		 menuList = document.getElementById('menuFive');
		 menuItems = menuList.getElementsByTagName('li');
		 showAllItems = (menuItems.length * 15);
		 menuList.style.height = counter + "px";
		 if(counter < showAllItems){
		 counter += 5;} else {
		 clearTimeout(doAgain);
		 counter = 0;}
}


function HideMenuFive(){
		 menuList = document.getElementById('menuFive');
		 menuList.style.height = 0;		
}



// Menu Six controls :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function CheckMenuSixStatus(){
		 menuProperties = document.getElementById('menuSix').style.height;
		 if(menuProperties == 0 || menuProperties == "0px" || menuProperties == "0pt"){
   			 ShowMenuSix();
		} else {
   				HideMenuSix();
		}
}


function ShowMenuSix(){
		 HideMenuOne();
		 HideMenuTwo();
		 HideMenuThree();
		 HideMenuFour();
		 HideMenuFive();
		 HideMenuSeven();
		 HideMenuEight();
     HideMenuNine();
     HideMenuTen();
		 doAgain = setTimeout('ShowMenuSix()',1);
		 menuList = document.getElementById('menuSix');
		 menuItems = menuList.getElementsByTagName('li');
		 showAllItems = (menuItems.length * 15);
		 menuList.style.height = counter + "px";
		 if(counter < showAllItems){
		 counter += 5;} else {
		 clearTimeout(doAgain);
		 counter = 0;}
}


function HideMenuSix(){
		 menuList = document.getElementById('menuSix');
		 menuList.style.height = 0;		
}



// Menu Seven controls :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function CheckMenuSevenStatus(){
		 menuProperties = document.getElementById('menuSeven').style.height;
		 if(menuProperties == 0 || menuProperties == "0px" || menuProperties == "0pt"){
   			 ShowMenuSeven();
		} else {
   				HideMenuSeven();
		}
}


function ShowMenuSeven(){
		 HideMenuOne();
		 HideMenuTwo();
		 HideMenuThree();
		 HideMenuFour();
		 HideMenuFive();
		 HideMenuSix();
		 HideMenuEight();
     HideMenuNine();
     HideMenuTen();
		 doAgain = setTimeout('ShowMenuSeven()',1);
		 menuList = document.getElementById('menuSeven');
		 menuItems = menuList.getElementsByTagName('li');
		 showAllItems = (menuItems.length * 15);
		 menuList.style.height = counter + "px";
		 if(counter < showAllItems){
		 counter += 5;} else {
		 clearTimeout(doAgain);
		 counter = 0;}
}


function HideMenuSeven(){
		 menuList = document.getElementById('menuSeven');
		 menuList.style.height = 0;		
}



// Menu Eight controls :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function CheckMenuEightStatus(){
		 menuProperties = document.getElementById('menuEight').style.height;
		 if(menuProperties == 0 || menuProperties == "0px" || menuProperties == "0pt"){
   			 ShowMenuEight();
		} else {
   				HideMenuEight();
		}
}


function ShowMenuEight(){
		 HideMenuOne();
		 HideMenuTwo();
		 HideMenuThree();
		 HideMenuFour();
		 HideMenuFive();
		 HideMenuSix();
		 HideMenuSeven();
     HideMenuNine();
     HideMenuTen();
		 doAgain = setTimeout('ShowMenuEight()',1);
		 menuList = document.getElementById('menuEight');
		 menuItems = menuList.getElementsByTagName('li');
		 showAllItems = (menuItems.length * 15);
		 menuList.style.height = counter + "px";
		 if(counter < showAllItems){
		 counter += 5;} else {
		 clearTimeout(doAgain);
		 counter = 0;}
}


function HideMenuEight(){
		 menuList = document.getElementById('menuEight');
		 menuList.style.height = 0;
}




// Menu Nine controls :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function CheckMenuNineStatus(){
		 menuProperties = document.getElementById('menuNine').style.height;
		 if(menuProperties == 0 || menuProperties == "0px" || menuProperties == "0pt"){
   			 ShowMenuNine();
		} else {
   				HideMenuNine();
		}
}


function ShowMenuNine(){
		 HideMenuOne();
		 HideMenuTwo();
		 HideMenuThree();
		 HideMenuFour();
		 HideMenuFive();
		 HideMenuSix();
		 HideMenuSeven();
     HideMenuEight();
     HideMenuTen();
		 doAgain = setTimeout('ShowMenuNine()',1);
		 menuList = document.getElementById('menuNine');
		 menuItems = menuList.getElementsByTagName('li');
		 showAllItems = (menuItems.length * 15);
		 menuList.style.height = counter + "px";
		 if(counter < showAllItems){
		 counter += 5;} else {
		 clearTimeout(doAgain);
		 counter = 0;}
}


function HideMenuNine(){
		 menuList = document.getElementById('menuNine');
		 menuList.style.height = 0;	
}




// Menu Ten controls :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

function CheckMenuTenStatus(){
		 menuProperties = document.getElementById('menuTen').style.height;
		 if(menuProperties == 0 || menuProperties == "0px" || menuProperties == "0pt"){
   			 ShowMenuTen();
		} else {
   				HideMenuTen();
		}
}


function ShowMenuTen(){
		 HideMenuOne();
		 HideMenuTwo();
		 HideMenuThree();
		 HideMenuFour();
		 HideMenuFive();
		 HideMenuSix();
		 HideMenuSeven();
     HideMenuEight();
     HideMenuNine();
		 doAgain = setTimeout('ShowMenuTen()',1);
		 menuList = document.getElementById('menuTen');
		 menuItems = menuList.getElementsByTagName('li');
		 showAllItems = (menuItems.length * 15);
		 menuList.style.height = counter + "px";
		 if(counter < showAllItems){
		 counter += 5;} else {
		 clearTimeout(doAgain);
		 counter = 0;}
}


function HideMenuTen(){
		 menuList = document.getElementById('menuTen');
		 menuList.style.height = 0;	
}





var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-20114092-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();









