
menuData = new Array()
for (i=0; i < 10; i++)
{
	menuData[i] = new Array(40);
	for (j=0; j < 20; j++)
	{
		menuData[i][j] = new Array(2);
	}
}

// information
menuData[1][0][0]="About Us";
menuData[1][0][1]="http://www.essentialtherapy.com/index.php/information/index";
menuData[1][1][0]="Spa Tour";
menuData[1][1][1]="http://www.essentialtherapy.com/index.php/information/spa_tour";
menuData[1][2][0]="Share Your Experience";
menuData[1][2][1]="http://www.essentialtherapy.com/index.php/information/share_your_experience";
menuData[1][3][0]="Customer Service";
menuData[1][3][1]="http://www.essentialtherapy.com/index.php/information/customer_service";
menuData[1][4][0]="Contact Us";
menuData[1][4][1]="http://www.essentialtherapy.com/index.php/information/contact_us";
menuData[1][5][0]="Helpful Hints";
menuData[1][5][1]="http://www.essentialtherapy.com/index.php/information/helpful_hints";
menuData[1][6][0]="Spa Notes";
menuData[1][6][1]="http://www.essentialtherapy.com/index.php/spa-notes";

// services
menuData[2][0][0]="Spa Treatments";
menuData[2][0][1]="http://www.essentialtherapy.com/index.php/services/spa_treatments";
menuData[2][1][0]="Therapeutic Massage";
menuData[2][1][1]="http://www.essentialtherapy.com/index.php/services/therapeutic_massage";
menuData[2][2][0]="Skin Care";
menuData[2][2][1]="http://www.essentialtherapy.com/index.php/services/skincare";
menuData[2][3][0]="Therapeutic Soaks";
menuData[2][3][1]="http://www.essentialtherapy.com/index.php/services/therapeutic_soaks";
menuData[2][4][0]="Nail Services";
menuData[2][4][1]="http://www.essentialtherapy.com/index.php/services/nail_services";
menuData[2][5][0]="Spa Packages";
menuData[2][5][1]="http://www.essentialtherapy.com/index.php/services/spa_packages";
menuData[2][6][0]="Waxing";
menuData[2][6][1]="http://www.essentialtherapy.com/index.php/services/waxing";
// products
menuData[3][0][0]="Accessories";
menuData[3][0][1]="http://www.essentialtherapy.com/cgi-pm/search_bycategory.pl?category=Accessories";
menuData[3][1][0]="Bath & Body";
menuData[3][1][1]="http://www.essentialtherapy.com/cgi-pm/search_bycategory.pl?category=Bath+And+Body";
menuData[3][2][0]="Candles";
menuData[3][2][1]="http://www.essentialtherapy.com/cgi-pm/search_bycategory.pl?category=Candles";
menuData[3][3][0]="Essential Oils";
menuData[3][3][1]="http://www.essentialtherapy.com/cgi-pm/search_bycategory.pl?category=Essential+Oils";
menuData[3][4][0]="Hair Care";
menuData[3][4][1]="http://www.essentialtherapy.com/cgi-pm/search_bycategory.pl?category=Hair+Care";
menuData[3][5][0]="Just For Men";
menuData[3][5][1]="http://www.essentialtherapy.com/cgi-pm/search_bycategory.pl?category=Just+For+Men";
menuData[3][6][0]="Massage";
menuData[3][6][1]="http://www.essentialtherapy.com/cgi-pm/search_bycategory.pl?category=Massage";
menuData[3][7][0]="Skin Care";
menuData[3][7][1]="http://www.essentialtherapy.com/cgi-pm/search_bycategory.pl?category=Skin+Care";
menuData[3][8][0]="Solar Care";
menuData[3][8][1]="http://www.essentialtherapy.com/cgi-pm/search_bycategory.pl?category=Solar+Care";
