var menu1={divclass:'anylinkmenu', inlinestyle:'width:100px; background:#fdd271', linktarget:''} //First menu variable. Make sure "menu1" is a unique name! menu1.items=[ ["July 2008", "./2010News-July08.pdf"], ["May 2009", "./2010News-May09.pdf"], ["April 2010", "./2010News-April10.pdf"] // no comma following last entry! ] var menu2={divclass:'anylinkmenu', inlinestyle:'width:100px; background:#fdd271', linktarget:''} //First menu variable. Make sure "menu2" is a unique name! menu2.items=[ ["Raffle Prizes", "./PhotoGallery/raffle/rafflepics.html"], ["London 2008", "./PhotoGallery/London08/gallery.html"], ["Montreal '06", "./PhotoGallery/Montreal06/montrealpics.html"] // no comma following last entry! ] // four sets of menus for leader profiles var menu3={divclass:'anylinkmenu', inlinestyle:'width:100px; background:#fdd271', linktarget:'new'} //First menu variable. Make sure "menu3" is a unique name! menu3.items=[ ["Word file", "./leaders/caller-profile.doc"], ["pdf file", "./leaders/caller-profile.pdf"] // no comma following last entry! ] var menu4={divclass:'anylinkmenu', inlinestyle:'width:100px; background:#fdd271', linktarget:'new'} //First menu variable. Make sure "menu4" is a unique name! menu4.items=[ ["Word file", "./leaders/cuer-profile.doc"], ["pdf file", "./leaders/cuer-profile.pdf"] // no comma following last entry! ] var menu5={divclass:'anylinkmenu', inlinestyle:'width:100px; background:#fdd271', linktarget:'new'} //First menu variable. Make sure "menu5" is a unique name! menu5.items=[ ["Word file", "./leaders/prompter-profile.doc"], ["pdf file", "./leaders/prompter-profile.pdf"] // no comma following last entry! ] var menu6={divclass:'anylinkmenu', inlinestyle:'width:100px; background:#fdd271', linktarget:'new'} //First menu variable. Make sure "menu6" is a unique name! menu6.items=[ ["Word file", "./leaders/clogger-profile.doc"], ["pdf file", "./leaders/clogger-profile.pdf"] // no comma following last entry! ] // end of menus for leader profiles var menu7={divclass:'anylinkmenu', inlinestyle:'width:110px; background:#fdd271', linktarget:'new'} //First menu variable. Make sure "menu7" is a unique name! menu7.items=[ ["Halifax", "./hfx-tour.html"], ["Newfoundland", "./newfie-tour.pdf"] // no comma following last entry! ] var menu8={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#fdd271', linktarget:'new'} //First menu variable. Make sure "menu8" is a unique name! menu8.items=[ ["Overview", "./schedule.html"], ["Squares, Panels, Shops", "./squares.pdf"], ["Rounds, Clogging, Displays", "./rounds.pdf"] // no comma following last entry! ] var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:100px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution. anylinkmenu2.items=[ ["July 2008", "./2010News-July08.pdf"], ["May 2009", "./2010News-May09.pdf"] //no comma following last entry! ] var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution. anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc" anylinkmenu3.items=[ ["Dynamic Drive", "http://www.dynamicdrive.com/"], ["CSS Drive", "http://www.cssdrive.com/"], ["JavaScript Kit", "http://www.javascriptkit.com/"], ["Coding Forums", "http://www.codingforums.com/"], ["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"], ["CNN", "http://www.cnn.com/"], ["MSNBC", "http://www.msnbc.com/"], ["Google", "http://www.google.com/"], ["BBC News", "http://news.bbc.co.uk", "efc"], ["News.com", "http://www.news.com/"], ["SlashDot", "http://www.slashdot.com/"], ["Digg", "http://www.digg.com/"], ["Tech Crunch", "http://techcrunch.com"] //no comma following last entry! ] var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution. anylinkmenu4.items=[ ["CNN", "http://www.cnn.com/"], ["MSNBC", "http://www.msnbc.com/"], ["Google", "http://www.google.com/"], ["BBC News", "http://news.bbc.co.uk"] //no comma following last entry! ]