/* ####################### start of triple menu code in the HEAD ####################### */

//new Option("text","value")
//this code changes menus



function nullOptions(aMenu){
var tot=aMenu.options.length
for (i=0;i<tot;i++)
{
aMenu.options[i]=null
}
aMenu.options.length=0;
}

/* ####################### start of files for main option 1 computer stuff
####################### */

function MySubject1(aMenu){
nullOptions(aMenu)

with (aMenu){

//Accordion
options[0]=new Option("Please select a musician.","none");
options[1]=new Option("Rodger French","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/accordion/rodger-french/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}

function MySubject2(aMenu){
nullOptions(aMenu)

with (aMenu){

//Bagpipe
options[0]=new Option("Please select a musician.","none");
options[1]=new Option("Henry Frantz","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/bagpipes/henry-frantz/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject3(aMenu){
nullOptions(aMenu)

with (aMenu){

//Banjos
options[0]=new Option("Please select a musician.","none");
options[1]=new Option("Steve Dwiggins","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/banjo/steve-dwiggins/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject4(aMenu){

aMenu.options.length=0;
with (aMenu){

//Barbershop
options[0]=new Option("Please select a musician.","none");
options[1]=new Option("Please call for artists: 404-315-6765","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/barbershop/");
options[0].selected=true
}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject5(aMenu){
nullOptions(aMenu)

with (aMenu){

//Carolers
options[0]=new Option("Please select a musician.","none");
options[1]=new Option("Please call for artists: 404-315-6765","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/carolers/");
options[0].selected=true

}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject6(aMenu){

aMenu.options.length=0;
with (aMenu){

//Guitarists
options[0]=new Option("Please select a musician.","none");
options[1]=new Option("Danny Shoemaker","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/guitarists/danny-shoemaker/");
options[2]=new Option("Eric Larkins","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/guitarists/eric-larkins/");
options[0].selected=true
}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject7(aMenu){
nullOptions(aMenu)

with (aMenu){

//Harpists
options[0]=new Option("Please select a musician.","none");
options[1]=new Option("Catherine Rogers","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/harpists/catherine-rogers/");
options[2]=new Option("Susan Ottzen","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/harpists/susan-ottzen/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject8(aMenu){
nullOptions(aMenu)

with (aMenu){

//One Man Bands
options[0]=new Option("Please select a musician.","none");
options[1]=new Option("Larry Trammell","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/one-man-bands/larry-trammell/");
options[2]=new Option("Andrew Leanza","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/one-man-bands/andrew-leanza/");
options[3]=new Option("Baatin","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/one-man-bands/baatin/");
options[4]=new Option("Bob Nowicki","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/one-man-bands/bob-nowicki/");
options[5]=new Option("Ray Shaw","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/one-man-bands/ray-shaw/");
options[6]=new Option("Steve Dwiggins","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/one-man-bands/steve-dwiggins/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject9(aMenu){
nullOptions(aMenu)

with (aMenu){

//Pianists
options[0]=new Option("Please select a musician.","none");
options[1]=new Option("Larry Trammell","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/pianists/larry-trammell/");
options[2]=new Option("Steve Jade","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/pianists/steve-jade/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject10(aMenu){
nullOptions(aMenu)

with (aMenu){

//String Musicians
options[0]=new Option("Please select a musician.","none");
options[1]=new Option("Amati Chamber Musicians","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/string-musicians/amati-chamber/");
options[2]=new Option("The Renaissance String Quartet","http://www.all-star-entertainment.com/bands/solo-musicians-and-string-ensembles/string-musicians/renaissance-string-quartet/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}

/* ####################### end of files for option 1 computer stuff
####################### */

/* ####################### start of list of files for option 2 self development
####################### */
function MySubject1a(aMenu){
nullOptions(aMenu)

with (aMenu){

//Variety Dance Bands
options[0]=new Option("Please select a band.","none");
options[1]=new Option("Trammell, the Superband","http://www.all-star-entertainment.com/bands/variety-dance-bands/trammell-the-superband/");
options[2]=new Option("Music In Motion","http://www.all-star-entertainment.com/bands/variety-dance-bands/music-in-motion/");
options[3]=new Option("Synergy","http://www.all-star-entertainment.com/bands/variety-dance-bands/synergy/");
options[4]=new Option("The Paragons","http://www.all-star-entertainment.com/bands/variety-dance-bands/paragons/");
options[5]=new Option("Shimmer","http://www.all-star-entertainment.com/bands/variety-dance-bands/shimmer/");
options[6]=new Option("Power Play","http://www.all-star-entertainment.com/bands/variety-dance-bands/powerplay/");
options[7]=new Option("Interactive","http://www.all-star-entertainment.com/bands/variety-dance-bands/interactive/");
options[8]=new Option("Freeflight","http://www.all-star-entertainment.com/bands/variety-dance-bands/freeflight/");
options[9]=new Option("Equation","http://www.all-star-entertainment.com/bands/variety-dance-bands/equation/");
options[10]=new Option("Daddy-O-Strut","http://www.all-star-entertainment.com/bands/variety-dance-bands/daddy-o-strut/");
options[11]=new Option("Complete Desire","http://www.all-star-entertainment.com/bands/variety-dance-bands/complete-desire/");
options[12]=new Option("Uptown Entertainment Band","http://www.all-star-entertainment.com/bands/variety-dance-bands/uptown-entertainment-band/");
options[13]=new Option("Society Express","http://www.all-star-entertainment.com/bands/variety-dance-bands/society-express/");
options[14]=new Option("Cross Plains","http://www.all-star-entertainment.com/bands/variety-dance-bands/cross-plains");
options[15]=new Option("Inquiring Minds","http://www.all-star-entertainment.com/bands/variety-dance-bands/inquiring-minds/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject2a(aMenu){
nullOptions(aMenu)

with (aMenu){

//Jazz Bands
options[0]=new Option("Please select a band.","none");
options[1]=new Option("Jazz-O-Ra-Ma","http://www.all-star-entertainment.com/bands/jazz-bands/jazz-o-ra-ma/");
options[2]=new Option("The Jim Pearce Band","http://www.all-star-entertainment.com/bands/jazz-bands/jim-pearce/");
options[3]=new Option("Marea Alta","http://www.all-star-entertainment.com/bands/jazz-bands/marea-alta/");
options[4]=new Option("Night Wind","http://www.all-star-entertainment.com/bands/jazz-bands/night-wind/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject3a(aMenu){
nullOptions(aMenu)

with (aMenu){

//Big Band Orchestras
options[0]=new Option("Please call for bands: 404-315-6765","none");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject4a(aMenu){
nullOptions(aMenu)

with (aMenu){

//Bluegrass & Dixieland Bands
options[0]=new Option("Please select a band.","none");
options[1]=new Option("Hotlanta Dixieland & Swing","http://www.all-star-entertainment.com/bands/dixieland-bands/hotlanta/");
options[2]=new Option("The Dixiegrass Company","http://www.all-star-entertainment.com/bands/dixieland-bands/dixiegrass/")
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject5a(aMenu){
nullOptions(aMenu)

with (aMenu){

//Celtic Bands
options[0]=new Option("Please select a band.","none");
options[1]=new Option("Mickle-a-do","http://www.all-star-entertainment.com/bands/celtic-bands/mickle-a-do/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject6a(aMenu){
nullOptions(aMenu)

with (aMenu){

//80's Bands
options[0]=new Option("Please call for bands: 404-315-6765","none");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject7a(aMenu){
nullOptions(aMenu)

with (aMenu){

//Country Bands
options[0]=new Option("Please call for bands: 404-315-6765","none");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject8a(aMenu){
nullOptions(aMenu)

with (aMenu){

//Reggae Bands
options[0]=new Option("Please call for bands: 404-315-6765","none");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject9a(aMenu){
nullOptions(aMenu)

with (aMenu){

//Latin & Salsa Bands
options[0]=new Option("Please select a band.","none");
options[1]=new Option("World Mambo Mission","http://www.all-star-entertainment.com/bands/latin-salsa-bands/world-mambo-mission/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject10a(aMenu){
nullOptions(aMenu)

with (aMenu){

//Mariachi Bands
options[0]=new Option("Please select a band.","none");
options[1]=new Option("Mariachi Bands","http://www.all-star-entertainment.com/bands/mariachi-bands/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject11a(aMenu){
nullOptions(aMenu)

with (aMenu){

//Kid Bands
options[0]=new Option("Please select a band.","none");
options[1]=new Option("The Jammers","http://www.all-star-entertainment.com/bands/kid-bands/jammers/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject12a(aMenu){
nullOptions(aMenu)

with (aMenu){

//Gospel Choirs
options[0]=new Option("Please call for Gospel Choirs: 404-315-6765","none");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject13a(aMenu){
nullOptions(aMenu)

with (aMenu){

//German Polka Bands
options[0]=new Option("Please select a band.","none");
options[1]=new Option("German Polka Bands","http://www.all-star-entertainment.com/bands/german-bands/");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}

/* ####################### lists of files for option 3 computer software
####################### */
function MySubject1b(aMenu){
nullOptions(aMenu)

with (aMenu){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Alerts Wizard","../jsEditorTutorial/alertWiz.htm");
options[2]=new Option("jsEditor - Alerts wizard","../jsEditorTutorial/alertwizpopup.htm");
options[3]=new Option("jsEditor - cookie message wizard","../jsEditorTutorial/cookiemessagewizard.htm");
options[4]=new Option("jsEditor - dummy link wizard","../jsEditorTutorial/dummylinkwizardpopup.htm");
options[5]=new Option("Frequently asked questions","../jsEditorTutorial/faq.htm");
options[6]=new Option("Find Titles Keywords and Descriptions","../jsEditorTutorial/findTitle.htm");
options[7]=new Option("Doing frames - an example of using the Editor","../jsEditorTutorial/framesExample.htm");
options[8]=new Option("A more complex frame","../jsEditorTutorial/framesExampleComplex.htm");
options[9]=new Option("A simple frame","../jsEditorTutorial/frameSimpleExample.htm");
options[10]=new Option("jsEditor - function wizard","../jsEditorTutorial/functionpopup.htm");
options[11]=new Option("HTML Menu of the Editor","../jsEditorTutorial/HTML.htm");
options[12]=new Option("JavaScript Editor full of features and utilities","../jsEditorTutorial/index.html");
options[13]=new Option("JavaScript Menu","../jsEditorTutorial/javascript.htm");
options[14]=new Option("jsEditor Knowledge Base","../jsEditorTutorial/jseditor_knowledge_base.htm");
options[15]=new Option("jsEditorPreview2","../jsEditorTutorial/jsEditorPreview2.htm");
options[16]=new Option("jsEditor Questionnaire","../jsEditorTutorial/jsEditorQuestionnaire.htm");
options[17]=new Option("jsEditor - Screen Shot","../jsEditorTutorial/jseditorSC.htm");
options[18]=new Option("Welcome to the JavaScript Editor","../jsEditorTutorial/jshelp.htm");
options[19]=new Option("Preview Mode","../jsEditorTutorial/preview.htm");
options[20]=new Option("Search Generator","../jsEditorTutorial/searchGenerator.htm");
options[21]=new Option("Register jsEditor","../jsEditorTutorial/sell.htm");
options[22]=new Option("The side bar","../jsEditorTutorial/sideMenu.htm");
options[23]=new Option("jsEditor - table wizard","../jsEditorTutorial/tablepopupwiz.htm");
options[24]=new Option("Ken Ward's jsEditor Tutorial - top Menu","../jsEditorTutorial/topmenu.htm");
options[25]=new Option("Why the jsEditor","../jsEditorTutorial/why.htm");
options[26]=new Option("jsEditor - New Windows wizard","../jsEditorTutorial/winwizpopup.htm");
options[27]=new Option("Writing with the jsEditor","../jsEditorTutorial/writingScript.htm");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject2b(aMenu){
nullOptions(aMenu)

with (aMenu){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Add a text link","../jsNewWindows/addLink.htm");
options[2]=new Option("Register jsNewWindows online and download it immediately","../jsNewWindows/buy.htm");
options[3]=new Option("jsNewWindows Demo","../jsNewWindows/demonew.htm");
options[4]=new Option("Welcome to the New Window Wizard","../jsNewWindows/index.html");
options[5]=new Option("Code screen in editor","../jsNewWindows/newcode.htm");
options[6]=new Option("Screen Shot of Editor on Load","../jsNewWindows/newopen.htm");
options[7]=new Option("Preview of the code","../jsNewWindows/newpreview.htm");
options[8]=new Option("Welcome screen of the new windows wizard","../jsNewWindows/welcomenew.htm");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject3b(aMenu){
nullOptions(aMenu)

with (aMenu){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Accesssing and applying the data","../search-engine-positioning/accessing.htm");
options[2]=new Option("Analysis","../search-engine-positioning/analysis.htm");
options[3]=new Option("Analysis of an anomaly","../search-engine-positioning/anomaly197.htm");
options[4]=new Option("Find Special: search engine software","../search-engine-positioning/findSpecial.htm");
options[5]=new Option("Screen Shot of Find Special","../search-engine-positioning/FindSpecialScreenShot.htm");
options[6]=new Option("The most important parts of the page for search engine positioning","../search-engine-positioning/important-parts-search-engine-positioning.htm");
options[7]=new Option("Search engine positioning/ ranking - optimise your pages with Find Special","../search-engine-positioning/index.html");
options[8]=new Option("Keyword Density and Search Engine Positioning","../search-engine-positioning/keywordDensity.htm");
options[9]=new Option("More Data","../search-engine-positioning/moreData.htm");
options[10]=new Option("The numbers game","../search-engine-positioning/numbers.htm");
options[11]=new Option("screenshot","../search-engine-positioning/screenshot.htm");
options[12]=new Option("Register Find Special","../search-engine-positioning/sell.htm");
options[13]=new Option("Spreadsheet","../search-engine-positioning/tableAltaVista.htm");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}

function MySubject4b(aMenu){
nullOptions(aMenu)

with (aMenu){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("How to create a TOC (or menu) with 1 click!","TOC/1click.htm");
options[2]=new Option("My Drop-Down Menu","../TOC/1menu.htm");
options[3]=new Option("3 step wizard -tcjm","../TOC/3stepWizard.htm");
options[4]=new Option("Contents of the TCJM Tutorial","../TOC/contents.htm");
options[5]=new Option("Open Directory Page for TCJM Screen Shot","../TOC/directory.htm");
options[6]=new Option("Create a JavaScript Drop-Down Menu","../TOC/drop-down-menu1.htm");
options[7]=new Option("Organising your files with the TCJM","../TOC/drop-down-menu2.htm");
options[8]=new Option("The bottom editor in the TCJM","../TOC/drop-down-menu3.htm");
options[9]=new Option("Creating the javascript menu with the TCJM","../TOC/drop-down-menu4.htm");
options[10]=new Option("Saving Your Project in the TCJM","../TOC/drop-down-menu5.htm");
options[11]=new Option("Screen Shot of Editor - TCJM","../TOC/editor.htm");
options[12]=new Option("TCJM Tutorial - Home Page","../TOC/index.html");
options[13]=new Option("How to use your menu in a different directory","../TOC/MenuToOtherDirectory.htm");
options[14]=new Option("Purchase TCJM","../TOC/tcjmSell.htm");
options[15]=new Option("Screen Shot of the TCJM","../TOC/TOC.htm");
options[16]=new Option("Making a TOC for downloaded pages","../TOC/usingTCJM1.htm");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject5b(aMenu){
nullOptions(aMenu)

with (aMenu){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("------------------------------------","none");
options[2]=new Option("Credits","top10/credits.htm");
options[3]=new Option("Top 10 Plus - the easiest way to JavaScript enable your web site.","../top10/index.html");
options[4]=new Option("Register jTop 10 Plus","top10/sell.htm");
options[5]=new Option("Top 10 Plus - the easiest way to JavaScript enable your web site.","../top10/top10help.htm");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MySubject6b(aMenu){
nullOptions(aMenu)

with (aMenu){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Double drop down menu - add files 1","../DoubleMenu/Files1.htm");
options[2]=new Option("Double drop down menu - add files 2","../DoubleMenu/Files2.htm");
options[3]=new Option("Double drop down menu - first screen","../DoubleMenu/firstScreen.htm");
options[4]=new Option("Double Drop Down Menu Builder","../DoubleMenu/index.html");
options[5]=new Option("Double drop down menu code","../DoubleMenu/newMenu.htm");
options[6]=new Option("Double drop down menu example.","../DoubleMenu/newMenu2.htm");
options[7]=new Option("Register Double Menu Builder","../DoubleMenu/sell.htm");
options[8]=new Option("Add Subjects for the new menu","../DoubleMenu/Subjects.htm");
options[9]=new Option("Double Drop Down Menu Tutorial","../DoubleMenu/tutorial.htm");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}


/* ####################### myTopics ####################### */
function MyTopics1(aMenu){

nullOptions(aMenu);
with (aMenu){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Accordion","");
options[2]=new Option("Bagpipes","");
options[3]=new Option("Banjo","");
options[4]=new Option("Barbershop","");
options[5]=new Option("Carolers","");
options[6]=new Option("Guitarists","");
options[7]=new Option("Harpists","");
options[8]=new Option("One Man Bands","");
options[9]=new Option("Pianists","");
options[10]=new Option("String Musicians","");
options[0].selected=true
}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MyTopics2(aMenu){

nullOptions(aMenu);
with (aMenu){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Variety Dance Bands","");
options[2]=new Option("Jazz Bands","");
options[3]=new Option("Big Band Orchestras","");
options[4]=new Option("Bluegrass & Dixieland Bands","");
options[5]=new Option("Celtic Bands","");
options[6]=new Option("80's Bands","");
options[7]=new Option("Country Bands","");
options[8]=new Option("Reggae Bands","");
options[9]=new Option("Latin & Salsa Bands","");
options[10]=new Option("Mariachi Bands","");
options[11]=new Option("Kid Bands","");
options[12]=new Option("Gospel Choirs","");
options[13]=new Option("German Bands","");



options[0].selected=true



}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}
function MyTopics3(aMenu){
//Software
nullOptions(aMenu);
with (aMenu){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("JavaScript Editor","");
options[2]=new Option("New Windows","");
options[3]=new Option("Search Engine Positioning","");
options[4]=new Option("JavaScript TOC and Menus Builder","");
options[5]=new Option("Top 10 - Easy JavaScript","");
options[6]=new Option("Double Drop Down Menu Builder","");
options[0].selected=true
}
//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)
}


/* ####################### go() ####################### */

function go(aMenu){
if (aMenu.options.value!="none")
{
location=aMenu.options[aMenu.selectedIndex].value
} 
else
aMenu.options[0].selected=true;

}

/* ####################### setUp ####################### */

function setUp(){
if (navigator.appName.indexOf("Microsoft")>-1)
{
document.formTripleMenu.menuTopics.options[0].selected=true;
document.formTripleMenu.menuSubjects.options[0].selected=true;
document.formTripleMenu.menuFiles.options[0].selected=true;

/* ####################### 
with (document.formTripleMenu) {
if (menuSubjects.selectedIndex==0){
menuSubjects.options[0].selected=true
menuFiles.options[0].selected=true
}

if (menuSubjects.selectedIndex==1)
MySubject1(menuFiles)
if (menuSubjects.selectedIndex==2)
MySubject2(menuFiles)
if (menuSubjects.selectedIndex==3)
MySubject3(menuFiles)
if (menuSubjects.selectedIndex==4)
MySubject4(menuFiles)

}
####################### */
}
}

/* ####################### end of setup ####################### */



/* ####################### change Subjects ####################### */
function changeSubjects(){
aMenu=document.formTripleMenu.menuSubjects
aMenu2=document.formTripleMenu.menuFiles
aMenu3=document.formTripleMenu.menuTopics
with (aMenu3){

switch (selectedIndex) {
case 0:
nullOptions(aMenu)
nullOptions(aMenu2)
aMenu.options[0]=
new Option("Pages appear here","none")
aMenu.options[0].selected=true;
history.go(0)
break 
case 1: 
//Solo Musicians & String Ensembles
nullOptions(aMenu)
nullOptions(aMenu2)
aMenu2.options[0]=
new Option("Pages appear here","none")
aMenu2.options[0].selected=true;
MyTopics1(aMenu) 
break 
case 2: 
//Bands & Orchestras
nullOptions(aMenu)
nullOptions(aMenu2)
aMenu2.options[0]=
new Option("Pages appear here","none")
aMenu2.options[0].selected=true;
MyTopics2(aMenu) 
break 
case 3: 
//computer software
nullOptions(aMenu)
nullOptions(aMenu2)
aMenu2.options[0]=
new Option("Pages appear here","none")
aMenu2.options[0].selected=true;
MyTopics3(aMenu) 
break; 


}
}

}

/* ####################### end of change Subjects ####################### */



/* ####################### changeFiles ####################### */

function changeFiles(){
aMenu=document.formTripleMenu.menuSubjects
aMenu2=document.formTripleMenu.menuFiles
aMenu3=document.formTripleMenu.menuTopics;

/* ####################### set of files for option 1 (JavaScript) ####################### */

if (aMenu3.selectedIndex==1)
{
with (aMenu){

switch (selectedIndex) {
case 0:
aMenu2.options.length=0;
aMenu2.options[0]=
new Option("Select an artist.","none")
aMenu2.options[0].selected=true;
history.go(0)
break 
//Description 
case 1: 
MySubject1(aMenu2) 
//Accordion
break 
case 2: 
MySubject2(aMenu2) 
//Bagpipe
break 
case 3: 
MySubject3(aMenu2) 
//Banjo
break; 
case 4:
MySubject4(aMenu2) 
//Barbershop
break 
case 5: 
MySubject5(aMenu2) 
//Carolers
break 
case 6: 
MySubject6(aMenu2) 
//Guitarists
break 
case 7: 
MySubject7(aMenu2) 
//Harpists
break 
case 8:
MySubject8(aMenu2) 
//One Man Bands
break 
case 9:
MySubject9(aMenu2) 
//Pianists
break 
case 10:
MySubject10(aMenu2) 
//String Musicians
break
}
}
}

/* ####################### set of files for option 2 Self Development ####################### */
if (aMenu3.selectedIndex==2)
{
with (aMenu){

switch (selectedIndex) {
case 0:
aMenu2.options.length=0;
aMenu2.options[0]=
new Option("Select a band.","none")
aMenu2.options[0].selected=true;
history.go(0)
break 
case 1: 
MySubject1a(aMenu2)
//Variety Dance Bands 
break 
case 2: 
MySubject2a(aMenu2)
//Jazz Bands 
break 
case 3: 
MySubject3a(aMenu2)
//Big Band Orchestras
break; 
case 4:
MySubject4a(aMenu2)
//Bluegrass & Dixieland Bands
break 
case 5:
MySubject5a(aMenu2)
//Celtic Bands
break 
case 6:
MySubject6a(aMenu2)
//80's Bands 
break 
case 7:
MySubject7a(aMenu2)
//Country Bands 
break 
case 8:
MySubject8a(aMenu2)
//Reggae Bands 
break 
case 9:
MySubject9a(aMenu2)
//Latin & Salsa Bands 
break 
case 10:
MySubject10a(aMenu2)
//Mariachi Bands
break 
case 11:
MySubject11a(aMenu2)
//Kid Bands
break 
case 12:
MySubject12a(aMenu2)
//Gospel Choirs
break
case 13:
MySubject13a(aMenu2)
//German Bands
break 
}
}
}

/* ####################### third set of files for option 3 ####################### */

if (aMenu3.selectedIndex==3)
{
with (aMenu){

switch (selectedIndex) {
case 0:
aMenu2.options.length=0;
aMenu2.options[0]=
new Option("Pages appear here","none")
aMenu2.options[0].selected=true;
history.go(0)
break 
case 1: 
MySubject1b(aMenu2) 
break 
case 2: 
MySubject2b(aMenu2) 
break 
case 3: 
MySubject3b(aMenu2) 
break; 
case 4:
MySubject4b(aMenu2) 
break 
case 5:
MySubject5b(aMenu2) 
break 
case 6:
MySubject6b(aMenu2) 
break 
}
}
}






}


/* ####################### end of triple menu code in the HEAD ####################### */
