/* The following are comments:
This script contains arrays which are then read by functios onto a page. So in the head of a given html document this script is called. Then in the body inside various containers, the list writing function(s) is/are called with the argument of array name. 
The arrays are written is such a way as they create hyperlinks, so it is important that they are edited following the following rules:
The first value shall not be used and will contain "blank_for_the_zero",. It is zero, and for easy logic, it is more convenient to start with one.
The first used value (arrayname[odd] and every other value after that shall be an http URL, alternating (arrayname[even]) with it's text definition. 
The arrays here are:
MainMenu
clients_n_descriptions
speakers
cables
thelinks
This is the end of comments
*/
MainMenu = new Array
(
"blank_for_the_zero",
"index.php",
"Home",
"clientlist.html",
"Client List" ,
"contactinfo.html",
"Contact Info",
"designservices.html",
"Design Services",
"installservices.html",
"Installation Services",
"browsable/index.php",
"Jobs and Events",
"links.html",
"Links",
"rentals.html",
"Rentals",
"Boys/theboys.html",
"The Boys",
"calendar.html",
"Calendar",
"http://cgi6.ebay.com/ws/eBayISAPI.dll?ViewSellersOtherItems&userid=sonix_pro_audio&completed=0&sort=3&since=-1",
"Our eBay stuff"
)

clients = new Array
(
"blank_for_the_zero",
"both",
"jobs/academy_of_music/academy.html", 
"Academy of Music ",
"Northampton, MA - consultant, installation",
"job",
"jobs/amherst/Amherstcollege.htm",
"Amherst College Kirby Theater",
" - install new sound and inter-comm. systems ",
"event",
"",
"American Friends Service Committee",
" - MLK Day presentations 1993 - 1997 ",
"job",
"jobs/bethany_aog/bethany_aog.htm",
"Bethany Assembly of GOD",
" - design and install a 32 channel sound system  and EAW speakers",
"job",
"",
"Bowl New England",
"- design and install paging and dance music system in three bowling centers "
)

clients_n_descriptions = new Array
(
"blank_for_the_zero",
"jobs/academy_of_music/academy.html",
"Academy of Music Northampton, MA",
"jobs/amherst/Amherstcollege.htm" ,
"Amherst College Kirby Theater",
"",
"American Friends Service Committee",
"",
"Andiamos Restaurant",
"",
"Berkshire Museum Theater",
"jobs/bethany_aog/bethany_aog.htm",
"Bethany Assembly of GOD"
)

speakers = new Array
(
"blank_for_the_zero",
"http://www.bagend.com" ,
"Bag End",
"http://www.renkus-heinz.com",
"Renkus  Heinz",
"http://www.cgmmusic.com/",
"CGM Music ",
"http://www.galaxyaudio.com" ,
"Galaxy Audio",
"http://www.tannoy.com" ,
"Tannoy",
"http://www.mccauley.com/",
"McCauley"
)
 
cables = new Array
(
"blank_for_the_zero",
"http://www.rapco.com" ,
"Rapco  Cables",
"http://www.conquestsound.com" ,
"Conquest Sound",
"http://www.horizonmusic.com" ,
"Horizon Music",
"http://www.whirlwindusa.com" ,
"Whirlwind Music"
)

thelinks = new Array
(
"Zoom signal processing",
"http://www.akg-acoustics.com/",
"AKG Acoustics US",
"http://www.procosound.com",
"ProCo Sound Company",
"http://www.anchoraudio.com",
"Anchor Audio",
"http://www.rdlnet.com",
"Radio Design Labs",
"http://www.autopatch.com" ,
"Auto-Patch Xn Technologies",
"http://www.rapco.com" ,
"Rapco  Cables",
"http://www.audio-technica.com",
"Audio-Technica",
"http://www.raxxess.com",
"Raxxess",
"http://www.bagend.com" ,
"Bag End",
"http://www.renkus-heinz.com",
"Renkus  Heinz",
"http://www.behringer.com/index.cfm?lang=eng" ,
"Behringer",
"http://www.rolls.com" ,
"Rolls",
"http://www.biamp.com" ,
"Biamp Systems",
"http://www.sabineinc.com", 
"Sabine",
"http://www.cgmmusic.com/",
"CGM Music speakers",
"http://www.samsontech.com",
"Samson audio and wireless",
"http://www.conquestsound.com" ,
"Conquest Sound",
"http://www.soundcraft.com" ,
"Soundcraft service",
"http://www.furmansound.com" ,
"Furman  Sound",
"http://www.sysdevgrp.com" ,
"Systems Development Group",
"http://www.galaxyaudio.com" ,
"Galaxy Audio",
"http://www.symetrixaudio.com" ,
"Symetrix",
"http://www.horizonmusic.com" ,
"Horizon Music",
"http://www.tannoy.com" ,
"Tannoy",
"http://www.mccauley.com/",
"McCauley speakers",
"http://www.ultimatesupport.com" ,
"Ultimate Support Systems",
"http://www.moderncase.com/" ,
"Modern  Case Co.",
"http://www.whirlwindusa.com" ,
"Whirlwind Music",
"http://www.omnimount.com" ,
"OmniMount Systems",
"http://www.whiteinstruments.com" ,
"White Instruments",
"http://www.onstagestands.com/oss2.htm" ,
"On Stage Stands",
"http://www.williamssound.com" ,
"Williams Sound",
"http://www.penn-fabrication.com/",
"Penn Fabrications",
"http://go2audio.com/",
"Go2Audio, links to lots more"
)

