// Menu tree
//  MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//  For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

//Menu3=new Array("TextToShow","Link","BgImage",NoOfSubs,Height,Width,BgColor,BgHiColor,FontColor,FontHiColor,BorderColor);

//***************************************** MENU 1 *************************************************
Menu1=new         Array("news",                            "news.php",                          "",0,25,60);
//***************************************** MENU 2 *************************************************
Menu2=new         Array("facilities",                      "facilities.htm",                    "",0,25,80);
//***************************************** MENU 3 **********************************************
Menu3=new         Array("services",                        "services.htm",                      "",4,25,80);
  Menu3_1=new     Array("singer / songwriters",            "services-singersongwriters.htm",    "",0,20,200);
  Menu3_2=new     Array("cover versions (vocal sessions)", "services-coverversions.htm",        "",0,20,200);
  Menu3_3=new     Array("live bands",                      "services-livebands.htm",            "",0,20,197);
  Menu3_4=new     Array("mastering",                       "services-mastering.htm",            "",0,20,200);
//***************************************** MENU 4 ************************************************
Menu4=new         Array("staff",                           "staff.htm",                        "",0,25,75);
//***************************************** MENU 5 ************************************************
Menu5=new         Array("reviews",                         "reviews.htm",                      "",0,25,90);
//***************************************** MENU 6 ************************************************
Menu6=new         Array("client audio examples",           "audioclips-main.htm",               "",3,25,130);
  Menu6_1=new     Array("singer / songwriters",            "audioclips-singersongwriters.htm",  "",0,20,200);
  Menu6_2=new     Array("cover versions (vocal sessions)", "audioclips-coverversions.htm",      "",0,20,200);
  Menu6_3=new     Array("live bands",                      "audioclips-livebands.htm",          "",0,20,200);
//**************************************** MENU 7 ***************************************************
Menu7=new         Array("gallery",                         "gallery.htm",            "",0,25,80,"","","","","");
//**************************************** MENU 8 ************************************************
Menu8=new         Array("prices",                          "prices.htm",                       "",4,25,80);
  Menu8_1=new     Array("recording original songs",        "prices-originalsongs.htm",          "",0,20,200);
  Menu8_2=new     Array("cover versions (vocal sessions)", "prices-coverversions.htm",          "",0,20,200);
  Menu8_3=new     Array("recording experience vouchers",   "prices-recordingexperience.htm",    "",0,20,200);
  Menu8_4=new     Array("mastering",                       "prices-mastering.htm",              "",0,20,200);
  //************************************** MENU 9 ***************************************************
Menu9=new         Array("contact",                         "contact.htm",            "",0,25,70,"","","","","");

