/* ####################### start of double menu code ####################### */

//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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Menus with Text Descriptions","MenuDescriptions.htm");
options[2]=new Option("JavaScript triple drop down menu","tripleMenu.htm");
options[3]=new Option("How to do JavaScript - contents","index.html");
options[4]=new Option("Double Drop Down Menu","Doublemenu.htm");
options[5]=new Option("Writing to a new pager after loading and keeping the original","docWrite3.htm");
options[6]=new Option("Confirm Message Boxes","alertConfirm.htm");
options[7]=new Option("A confirm box with two locations","alertConfirm2Locs.htm");
options[8]=new Option("Onload and OnUnload Alerts","alertOnLoad.htm");
options[9]=new Option("Prompts for Input","alertPrompts.htm");
options[10]=new Option("Alerts","alerts.htm");
options[11]=new Option("Creating image buttons","alertsImages.htm");
options[12]=new Option("Text Alerts","alertsText.htm");
options[13]=new Option("Menus with Text Descriptions","ArrayText.htm");
options[14]=new Option("Menus with Text Descriptions","ArrayText2.htm");
options[15]=new Option("Image Descriptions","ArrayTextImage.htm");
options[16]=new Option("Using an array to write your table of contents","ArrayToContents.htm");
options[17]=new Option("Back and Forward Buttons","BackForward.htm");
options[18]=new Option("Back Forward Buttons 2","BackForwardNew.htm");
options[19]=new Option("Back and forward using simple code","BackForwardSimple.htm");
options[20]=new Option("Table of Contents - produced on the fly by JavaScript","contentsByJavaScript.htm");
options[21]=new Option("How to use cookies in JavaScript","cookie1.htm");
options[22]=new Option("More on setting JavaScript cookies","cookie2.htm");
options[23]=new Option("Getting information from JavaScript cookies","cookie3.htm");
options[24]=new Option("Using cookies to remember the user's name","cookie4.htm");
options[25]=new Option("Allowing the user to change the name stored in cookies","cookie5.htm");
options[26]=new Option("Telling users how many times they have visited the page.","cookie6.htm");
options[27]=new Option("Writing with Java Script","documentWrite.htm");
options[28]=new Option("Writing where you like","documentWrite2.htm");
options[29]=new Option("Writing new text to a page when it loads","docWrite1.htm");
options[30]=new Option("Writing to a new pager after loading (Document.write 2)","docWrite2.htm");
options[31]=new Option("Adding text to a new pager and keeping the original","docWrite3.htm");
options[32]=new Option("Adding the contents of a scrolling text box to the page","docWrite4.htm");
options[33]=new Option("Writing to a page with a drop-down menu using document.write","docWrite5.htm");
options[34]=new Option("Text Alerts","doing_it_without_a_button.htm");
options[35]=new Option("Hyperlinks in Frames","frameHyperlinks.htm");
options[36]=new Option("Loading orphan frames in their proper parent.","frames_onLoad.htm");
options[37]=new Option("Hyperlinks in Frames - More","FramesHyperlinks2.htm");
options[38]=new Option("free java script editor to help create code.","freeEditor.htm");
options[39]=new Option("Forward and Backwards, using history buttons","history.htm");
options[40]=new Option("Hover Buttons","HoverButtons.htm");
options[41]=new Option("Image Slide Show using JavaScriptImage","imageSlideShow.htm");
options[42]=new Option("Welcome to TCJM","info.htm");
options[43]=new Option("Table of Contents and JavaScript Menu Builder TCJM","intro.htm");
options[44]=new Option("Javascript Tutorial - Ken Ward's Guide","javascript_tutorial.htm");
options[45]=new Option("Javascript Tutorial - Ken Ward's Guide","javascript_tutorial2.htm");
options[46]=new Option("Download the JavaScript Tutorial now ...","jsDownload.htm");
options[47]=new Option("Frames in Java Script","jsFrames.htm");
options[48]=new Option("Welcome to the JavaScript Editor","jshelpLight.htm");
options[49]=new Option("Code Page","jsView.htm");
options[50]=new Option("Jump Function","jumpfunction.htm");
options[51]=new Option("Ken Double-menu","kenDoubleMenu.htm");
options[52]=new Option("Drop-Down Menu usings iffs","menu_iffs.htm");
options[53]=new Option("A Simple Drop Down Menu","menu1.htm");
options[54]=new Option("Menus from Arrays","menuArray.htm");
options[55]=new Option("Menus with Text Descriptions 2","MenuDescriptions.htm");
options[56]=new Option("New Image Every Time You Visit the Page - nearly!","newImage.htm");
options[57]=new Option("Recommended books and software","recommended_books_and_software.htm");
options[58]=new Option("A JavaScript Search Engine","searchEngine.htm");
options[59]=new Option("The Slide Show - Introduction","slide_show_intro.htm");
options[60]=new Option("A JavaScript slide show using frames","slideShow.htm");
options[61]=new Option("Arrays and HTML Code Slide Show using Frames - 1","slideshow1.htm");
options[62]=new Option("Slide Show using Frames - 2","slideshow2.htm");
options[63]=new Option("Slide Show using Frames - 3","slideshow3.htm");
options[64]=new Option("Slide Show using Frames - 4","slideshow4.htm");
options[65]=new Option("The mystery of time","time1.htm");
options[66]=new Option("JavaScript: Time: the days of the week","time2.htm");
options[67]=new Option("JavaScript: Time: the months","time3.htm");
options[68]=new Option("JavaScript: Time: Days to Christmas","time4.htm");
options[69]=new Option("User Information","userInfo.htm");
options[70]=new Option("Simple Window Example","win0.htm");
options[71]=new Option("Creating New Windows","WindowNew.htm");
options[72]=new Option("How to create new windows","WindowNew2.htm");
options[73]=new Option("Creating Windows in Java Script","WindowNewControl.htm");
options[74]=new Option("Creating Windows in Java Script","WindowNewEx1.htm");
options[75]=new Option("How to use hyperlinks in new windows","WindowNewHyperlinks.htm");
options[76]=new Option("Windows closing automatically on exit","WindowOnLoadEx.htm");
options[77]=new Option("How to do Java Script - javascript tutorial","index.html");
options[0].selected=true


}
/*Netscape likes a refresh, but Microsoft doesn't
 if (navigator.appName.indexOf("Netscape")>-1)
history.go(0) */
}

// 2 is HTML

function MySubject2(aMenu){
nullOptions(aMenu)

with (aMenu){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("What's in a name - Anchors","../HTMLGuide/anchors.htm");
options[2]=new Option("Background Images - Ken Ward's HTML Tutorial","../HTMLGuide/background_images.htm");
options[3]=new Option("Formatting - HTML Tutorial","../HTMLGuide/Bold.htm");
options[4]=new Option("Forms: Buttons, Text Area, Action, etc","../HTMLGuide/buttons.htm");
options[5]=new Option("Aligning Table Cells","../HTMLGuide/CellProperties.htm");
options[6]=new Option("HTML Colour names","../HTMLGuide/ColChart.htm");
options[7]=new Option("HTML Colour names","../HTMLGuide/ColChartBeingWorkedOn.htm");
options[8]=new Option("HTML Comments","../HTMLGuide/Comments.htm");
options[9]=new Option("Contents of HTML Tutorial.","../HTMLGuide/Contents.htm");
options[10]=new Option("Example Page (Part of Frame)","../HTMLGuide/DefaultTarget.htm");
options[11]=new Option("{Part of Frame}","../HTMLGuide/DefaultTargetArea.htm");
options[12]=new Option("Second Page (Part of Frame)","../HTMLGuide/DefaultTargetArea2.htm");
options[13]=new Option("Default Target Code","../HTMLGuide/DefaultTargetCode.htm");
options[14]=new Option("Example Targets in Frames","../HTMLGuide/DefaultTargetFrame.htm");
options[15]=new Option("My Home Page","../HTMLGuide/Ex1.htm");
options[16]=new Option("My Home Page with a heading","../HTMLGuide/Ex2.htm");
options[17]=new Option("Headings Examples","../HTMLGuide/ExHeadings1.htm");
options[18]=new Option("Example of Page Colour","../HTMLGuide/ExPageColour.htm");
options[19]=new Option("Paragraphs - the P Tag!","../HTMLGuide/ExParagraph.htm");
options[20]=new Option("The Font Tag","../HTMLGuide/font.htm");
options[21]=new Option("Foreground Colour (Example Page)","../HTMLGuide/forground_colour.htm");
options[22]=new Option("Posting a form","../HTMLGuide/form-post.htm");
options[23]=new Option("Forms","../HTMLGuide/forms.htm");
options[24]=new Option("Menus in Forms","../HTMLGuide/FormSelect.htm");
options[25]=new Option("Many Frames Example","../HTMLGuide/frameComplex.htm");
options[26]=new Option("Page Testing Special Targets","../HTMLGuide/frameIndx.htm");
options[27]=new Option("Frame Header Page for Special Targets","../HTMLGuide/FrameParentTest.htm");
options[28]=new Option("Frame Testing Special Targets","../HTMLGuide/FrameParenttype.htm");
options[29]=new Option("Let's Get Framed HTML Tutorial","../HTMLGuide/frames1.htm");
options[30]=new Option("HTML Tutorial - Frames Code","../HTMLGuide/frames2.htm");
options[31]=new Option("Frame Page Split in Two Columns","../HTMLGuide/frames2colls.htm");
options[32]=new Option("HTML Code for 2 Columns","../HTMLGuide/frames2collsCode.htm");
options[33]=new Option("2 Columns Example","../HTMLGuide/frames2colTop.htm");
options[34]=new Option("Basic HTML Frames Code","../HTMLGuide/frames2frameCode.htm");
options[35]=new Option("2 Rows Example","../HTMLGuide/frames2Frames.htm");
options[36]=new Option("Frame Split in Two Rows","../HTMLGuide/frames2rows.htm");
options[37]=new Option("Caught in frames","../HTMLGuide/framesCaught.htm");
options[38]=new Option("Frames Dividing into Columns First","../HTMLGuide/framesColFirst.htm");
options[39]=new Option("Rows and Columns Frame Page","../HTMLGuide/framesFColsRows.htm");
options[40]=new Option("No Frames Frame Page","../HTMLGuide/framesFNoFrames.htm");
options[41]=new Option("HTML Tutorial Frames - Intro","../HTMLGuide/framesFrame.htm");
options[42]=new Option("Frames The Columns First","../HTMLGuide/framesFrame1.htm");
options[43]=new Option("Frames Hyperlinks","../HTMLGuide/framesHyperlinks.htm");
options[44]=new Option("Frameset","../HTMLGuide/frames-simple1.htm");
options[45]=new Option("The frames in a frameset","../HTMLGuide/frames-simple2.htm");
options[46]=new Option("HTML Frames: Columns in Rows","../HTMLGuide/frames-simple3.htm");
options[47]=new Option("My Page","../HTMLGuide/GoldBlack.htm");
options[48]=new Option("Headings","../HTMLGuide/Headings.htm");
options[49]=new Option("Horizontal Rules","../HTMLGuide/horizontal_rules.htm");
options[50]=new Option("Hypertext Links","../HTMLGuide/hypertext_links.htm");
options[51]=new Option("Iframes","../HTMLGuide/iframes.htm");
options[52]=new Option("Image Alignment","../HTMLGuide/ImageAlignment.htm");
options[53]=new Option("Image Maps","../HTMLGuide/imageArea.htm");
options[54]=new Option("Images with Links","../HTMLGuide/ImageHyperlink.htm");
options[55]=new Option("HTML Tutorial In-line Images","../HTMLGuide/images.htm");
options[56]=new Option("HTML Tutorial Contents - many pages!","../HTMLGuide/index.html");
options[57]=new Option("How to Make Web Pages Using HTML","../HTMLGuide/introHTML.htm");
options[58]=new Option("Lists in HTML","../HTMLGuide/Lists.htm");
options[59]=new Option("Page to Return you to Meta Tags","../HTMLGuide/metaRefresh.htm");
options[60]=new Option("Meta Tags","../HTMLGuide/metaTags.htm");
options[61]=new Option("MyMenuPage","../HTMLGuide/MyMenuPage.htm");
options[62]=new Option("Navigation in HTML Pages","../HTMLGuide/navigation.htm");
options[63]=new Option("No Frames Code for Basic Frame Page","../HTMLGuide/noframes.htm");
options[64]=new Option("No Frames Tag","../HTMLGuide/noframesSeen.htm");
options[65]=new Option("Page Colour","../HTMLGuide/PageColour.htm");
options[66]=new Option("Useful Resources","../HTMLGuide/resources.htm");
options[67]=new Option("Table Illustrating Colspan and Rowspan","../HTMLGuide/RowAnd ColSpans.htm");
options[68]=new Option("Table Illustrating Colspan and Rowspan","../HTMLGuide/RowAndColSpans.htm");
options[69]=new Option("Search Engine Problems","../HTMLGuide/SearchEngines.htm");
options[70]=new Option("Tables as seen by Search Engines","../HTMLGuide/SearchEngineSees.htm");
options[71]=new Option("Special Characters","../HTMLGuide/specialCharacters.htm");
options[72]=new Option("Special Characters 2","../HTMLGuide/specialCharacters2.htm");
options[73]=new Option("Special Characters 3","../HTMLGuide/specialcharacters3.htm");
options[74]=new Option("Special Characters 8000 numbers","../HTMLGuide/specialcharacters8000.htm");
options[75]=new Option("Doing it with Style!&gt;","../HTMLGuide/Style.htm");
options[76]=new Option("Table Code","../HTMLGuide/table_code.htm");
options[77]=new Option("Table Cell Padding","../HTMLGuide/TableCellPadding.htm");
options[78]=new Option("HTML Tables","../HTMLGuide/tables.htm");
options[79]=new Option("More HTML Table Properties","../HTMLGuide/tables2.htm");
options[80]=new Option("Uniform Resource Locators, URLs","../HTMLGuide/urls.htm");
options[81]=new Option("Making Headings, Titles, and Subheads clear","../HTMLGuide/Writing.htm");
options[0].selected=true


}
//Netscape likes a refresh, but Microsoft doesn't

/* if (navigator.appName.indexOf("Netscape")>-1)
history.go(0) */
}
//3 is CSS
function MySubject3(aMenu){
nullOptions(aMenu)

with (aMenu){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Alignment in Cascading Style Sheets","../StyleSheets/alignment.htm");
options[2]=new Option("Anchors in Cascading Style Sheets","../StyleSheets/anchors.htm");
options[3]=new Option("Bullets","../StyleSheets/bullets.htm");
options[4]=new Option("Class Selectors","../StyleSheets/class.htm");
options[5]=new Option("Creating Style Sheet Files","../StyleSheets/CreatingStyleSheetFiles.htm");
options[6]=new Option("Declarations","../StyleSheets/declarations.htm");
options[7]=new Option("FONT selector","../StyleSheets/fonts.htm");
options[8]=new Option("Copy of the style sheet","../StyleSheets/h1.htm");
options[9]=new Option("Headings","../StyleSheets/headings.htm");
options[10]=new Option("index","../StyleSheets/index.html");
options[11]=new Option("Inheritance","../StyleSheets/inheritance.htm");
options[12]=new Option("More on Selectors","../StyleSheets/more_on_selectors.htm");
options[13]=new Option("Selectors","../StyleSheets/selectors.htm");
options[14]=new Option("What's the use of style sheets?","../StyleSheets/WhatUse.htm");
options[0].selected=true


}
/*//Netscape likes a refresh, but Microsoft doesn't
if (navigator.appName.indexOf("Netscape")>-1)
history.go(0)*/
}






/* ####################### 
4 is search engine positioning
####################### */

function MySubject4(aMenu){

aMenu.options.length=0;
with (aMenu){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Search engine positioning","../search-engine-positioning/index.html");
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("Important parts for search engine positioning","../search-engine-positioning/important-parts-search-engine-positioning.htm");
options[7]=new Option("Keyword Density and Search Engine Positioning","../search-engine-positioning/keywordDensity.htm");
options[8]=new Option("More Data","../search-engine-positioning/moreData.htm");
options[9]=new Option("The numbers game","../search-engine-positioning/numbers.htm");
options[10]=new Option("screenshot","../search-engine-positioning/search-engine-software.htm");
options[11]=new Option("Register Find Special","../search-engine-positioning/sell.htm");
options[12]=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)*/
}

/* ####################### 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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Personal Development Site Contents","../Contents.htm");
options[2]=new Option("1st Free the Mind: Self Development Contents","../index.html");
options[3]=new Option("General Semantics - notes on the system","../KenGenSemantics.htm");
options[4]=new Option("Philosophy and personal development","../philosContents.htm");
options[5]=new Option("Self development books","../self_development_books.htm");
options[6]=new Option("Importance","../1stSelfDevelopment/000107.htm");
options[7]=new Option("Intuition","../1stSelfDevelopment/000114.htm");
options[8]=new Option("What Karma are you creating now?","../1stSelfDevelopment/000120.htm");
options[9]=new Option("Learning from negative reactions","../1stSelfDevelopment/000201.htm");
options[10]=new Option("Retrieving that which was lost.","../1stSelfDevelopment/990506.htm");
options[11]=new Option("Being at cause","../1stSelfDevelopment/990611.htm");
options[12]=new Option("Pure Action","../1stSelfDevelopment/990618.htm");
options[13]=new Option("Emotional Mr Men and Ms Ladies","../1stSelfDevelopment/990626.htm");
options[14]=new Option("Disagreement","../1stSelfDevelopment/990817.htm");
options[15]=new Option("Soul Mates","../1stSelfDevelopment/990820.htm");
options[16]=new Option("Responsibility","../1stSelfDevelopment/990827.htm");
options[17]=new Option("Rumpelstiltskin and Synchronicity","../1stSelfDevelopment/990830.htm");
options[18]=new Option("You can have anything  but not everything!","../1stSelfDevelopment/990906.htm");
options[19]=new Option("Words, words, and more words","../1stSelfDevelopment/990913.htm");
options[20]=new Option("Our Four Selves","../1stSelfDevelopment/990930.htm");
options[21]=new Option("Being Honest for a Change","../1stSelfDevelopment/991003.htm");
options[22]=new Option("Musing on Mind-Body Healing","../1stSelfDevelopment/991004.htm");
options[23]=new Option("Mirroring, Etc","../1stSelfDevelopment/991011.htm");
options[24]=new Option("Strong Emotions","../1stSelfDevelopment/991012.htm");
options[25]=new Option("Rapport and Truth","../1stSelfDevelopment/991020.htm");
options[26]=new Option("It's so unfair!","../1stSelfDevelopment/991026.htm");
options[27]=new Option("I believe in the God Power!","../1stSelfDevelopment/991108.htm");
options[28]=new Option("Monkey Tricks","../1stSelfDevelopment/991109.htm");
options[29]=new Option("Stages of Learning -","../1stSelfDevelopment/991109comments.htm");
options[30]=new Option("How we are programmed","../1stSelfDevelopment/991121.htm");
options[31]=new Option("How Much Choice do We Really Have?","../1stSelfDevelopment/991130.htm");
options[32]=new Option("Games","../1stSelfDevelopment/991215.htm");
options[33]=new Option("Good Games","../1stSelfDevelopment/991215_2.htm");
options[34]=new Option("A bit of alchemy","../1stSelfDevelopment/A bit of alchemy.htm");
options[35]=new Option("Are you open-minded","../1stSelfDevelopment/Are you open minded.htm");
options[36]=new Option("Are you open-minded?","../1stSelfDevelopment/Are you open mindedComments.htm");
options[37]=new Option("Being agreeable","../1stSelfDevelopment/BeingAgreeable.htm");
options[38]=new Option("NoTitleFound","../1stSelfDevelopment/bullets.htm");
options[39]=new Option("Creating Demons","../1stSelfDevelopment/Creating demons!.htm");
options[40]=new Option("Dark Night of the Soul","../1stSelfDevelopment/DarkNight.htm");
options[41]=new Option("Fly into a good mood!","../1stSelfDevelopment/Fly.htm");
options[42]=new Option("See-saw Thinking","../1stSelfDevelopment/grandiosity.htm");
options[43]=new Option("How does my problem help me?","../1stSelfDevelopment/HowDoesMyProblemHelpMe.htm");
options[44]=new Option("I feel so guilty","../1stSelfDevelopment/I feel so guilty.htm");
options[45]=new Option("1stSelfDevelopment","../1stSelfDevelopment/index.html");
options[46]=new Option("Learning from negative reactions","../1stSelfDevelopment/learning_from_phobia.htm");
options[47]=new Option("Let's read some minds","../1stSelfDevelopment/Let's read some minds..htm");
options[48]=new Option("Are we limited by success?","../1stSelfDevelopment/limitations.htm");
options[49]=new Option("What is love?","../1stSelfDevelopment/love.htm");
options[50]=new Option("Is true knowledge valuable?","../1stSelfDevelopment/Magic.htm");
options[51]=new Option("What really gets us going?","../1stSelfDevelopment/Motives.htm");
options[52]=new Option("Self Development articles and techniques","../1stSelfDevelopment/PastMail.htm");
options[53]=new Option("Polarity","../1stSelfDevelopment/Polarity.htm");
options[54]=new Option("Polarity Integration","../1stSelfDevelopment/PolarityIntegration.htm");
options[55]=new Option("Would you like to know a secret","../1stSelfDevelopment/secret.htm");
options[56]=new Option("Six Step Reframing","../1stSelfDevelopment/SixStepReframing.html");
options[57]=new Option("NoTitleFound","../1stSelfDevelopment/SixStepReframingLadyOfLove.htm");
options[58]=new Option("NoTitleFound","../1stSelfDevelopment/SixStepReframingMonika.htm");
options[59]=new Option("Something Strange is Happening","../1stSelfDevelopment/Something Strange is happening.htm");
options[60]=new Option("What's Your Viewpoint?","../1stSelfDevelopment/Viewpoints.htm");
options[61]=new Option("Wake up","../1stSelfDevelopment/Wake up.htm");
options[62]=new Option("Welcome to 1stSelfDevelopment","../1stSelfDevelopment/welcome.htm");
options[63]=new Option("What is really real?","../1stSelfDevelopment/What is really real!.htm");
options[64]=new Option("What is 1stSelfDevelopment?","../1stSelfDevelopment/WhatIs.htm");
options[65]=new Option("What might have been","../1stSelfDevelopment/WhatMightHaveBeen.htm");
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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Persuasion through enlightenment 2","../1stCommunicationSkil/000101.htm");
options[2]=new Option("Persuasion through enlightenment 3","../1stCommunicationSkil/000107.htm");
options[3]=new Option("Secret Art of Listening","../1stCommunicationSkil/000229.htm");
options[4]=new Option("Persuasion through enlightenment 1","../1stCommunicationSkil/1temp.htm");
options[5]=new Option("The Process of Believing","../1stCommunicationSkil/990611.htm");
options[6]=new Option("Meaning, Significance and things ...","../1stCommunicationSkil/990913.htm");
options[7]=new Option("Personal Equality","../1stCommunicationSkil/990917.htm");
options[8]=new Option("Redefining Motives","../1stCommunicationSkil/990929.htm");
options[9]=new Option("Redefining Motives - Comments","../1stCommunicationSkil/990930comments.htm");
options[10]=new Option("The Situation is Hopeless, but not important","../1stCommunicationSkil/991108.htm");
options[11]=new Option("Building Rapport","../1stCommunicationSkil/991113.htm");
options[12]=new Option("Using voice patterns to build rapport","../1stCommunicationSkil/991215.htm");
options[13]=new Option("Persuasion through enlightenment 1","../1stCommunicationSkil/991223.htm");
options[14]=new Option("About what?","../1stCommunicationSkil/About what.htm");
options[15]=new Option("Comments on reframing","../1stCommunicationSkil/An example of consequent reframes.htm");
options[16]=new Option("Body Rapport","../1stCommunicationSkil/bodyRapport.htm");
options[17]=new Option("Conversational Hypnosis","../1stCommunicationSkil/Conversational Hypnosis.htm");
options[18]=new Option("Embedded Commands","../1stCommunicationSkil/EmbeddedCommands.htm");
options[19]=new Option("Everybody's Doing it!","../1stCommunicationSkil/Everbody'sDoingIt.htm");
options[20]=new Option("Folks Usually do it","../1stCommunicationSkil/Folks usually do it, you know!.htm");
options[21]=new Option("Folks Usually do it Comments","../1stCommunicationSkil/Folks usually do it, you know!Comments.htm");
options[22]=new Option("Forbidden Fruit","../1stCommunicationSkil/Forbidden Fruit.htm");
options[23]=new Option("How exactly did he hurt you?","../1stCommunicationSkil/How exactly did he hurt you.htm");
options[24]=new Option("How to X","../1stCommunicationSkil/HowToX.htm");
options[25]=new Option("Postings to 1stCommunicationSkil","../1stCommunicationSkil/index.html");
options[26]=new Option("Is someone reading your mind?","../1stCommunicationSkil/Mind Reading.htm");
options[27]=new Option("Pacing Belief","../1stCommunicationSkil/pacing.htm");
options[28]=new Option("Everything has a positive intention","../1stCommunicationSkil/PositiveIntentions.htm");
options[29]=new Option("Postings to 1stCommunicationSkil","../1stCommunicationSkil/Postings.htm");
options[30]=new Option("How to persuade","../1stCommunicationSkil/Process of Believing.htm");
options[31]=new Option("Discovering Value","../1stCommunicationSkil/Quantity.htm");
options[32]=new Option("To be or not to be?","../1stCommunicationSkil/ToBe.htm");
options[33]=new Option("What does it mean? Redefining meaning.","../1stCommunicationSkil/whatDoesItMean.htm");
options[34]=new Option("Which doctors, specifically?","../1stCommunicationSkil/Which doctors, specifically.htm");
options[35]=new Option("Why the Being Specific Model is So Powerful","../1stCommunicationSkil/WhyItIsSoPowerful.htm");
options[36]=new Option("How does your saying that make it a fact?","../1stCommunicationSkil/Words that Act.htm");
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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Dealing with emotion calm your eyes.","../FeelingGood/CalmEyes.html");
options[2]=new Option("How to feel good.","../FeelingGood/FeelingGood.html");
options[3]=new Option("How to feel good.","../FeelingGood/index.html");
options[4]=new Option("Laughing at it all in the future now!","../FeelingGood/larfindx.html");
options[5]=new Option("The rules of successful living","../FeelingGood/Rules.html");
options[6]=new Option("Six Step Reframing","../FeelingGood/SixStepReframing.html");
options[7]=new Option("The soap opera - feeling good","../FeelingGood/SoapOpera.html");
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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Voyage from Flatland","../Flatland/voyage_from_flatland.htm");
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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("General Semantics","../GeneralSemantics/index.html");
options[2]=new Option("E Prime - English without the verb to be","../GeneralSemantics/KensEPrime.htm");
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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Courses: develop mind and spirit","http://www.trans4mind.com/new_life_course/index.html");
options[2]=new Option("Solve your problems, feel good, and master communication?","http://www.trans4mind.com/new_life_course/index.html");
options[3]=new Option("Present Timing","http://www.trans4mind.com/new_life_course/index.html");
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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Do we have extrasensory knowledge?","../Philos/apriori.htm");
options[2]=new Option("Basic Phil Template","../Philos/BasicPhil.htm");
options[3]=new Option("Aristotle's Categories","../Philos/catAristotle.htm");
options[4]=new Option("Categories","../Philos/categories.htm");
options[5]=new Option("Indian Categories","../Philos/catIndian.htm");
options[6]=new Option("Knowledge","../Philos/HowCanWeKnow.htm");
options[7]=new Option("Home Page","../Philos/Idealism.htm");
options[8]=new Option("That's Impossible!","../Philos/impossible.htm");
options[9]=new Option("It's against my principles!","../Philos/ImpossPrinciple.htm");
options[10]=new Option("Philosophy","../Philos/index.html");
options[11]=new Option("Philosophy","../Philos/indexPhilos.html");
options[12]=new Option("Home Page","../Philos/indexReality.html");
options[13]=new Option("Materialism","../Philos/Materialism.htm");
options[14]=new Option("Mind and Matter","../Philos/MindMatter.htm");
options[15]=new Option("What's in a name?","../Philos/nominalism.htm");
options[16]=new Option("Why is my world the way it is?","../Philos/QuestionsAboutIdealism.htm");
options[17]=new Option("Subjective and Objective","../Philos/subjective.htm");
options[18]=new Option("What is true?","../Philos/True.htm");
options[19]=new Option("What is Knowledge?","../Philos/WhatIsKnowledge.htm");
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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Sales Index","../sales/IndxSell.html");
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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("After Death States - what happens?","../Spiritual/afterDeathStates.htm");
options[2]=new Option("Chakras","../Spiritual/chakras.htm");
options[3]=new Option("Extra sensory phenomenon","../Spiritual/extra-sensory-perception.htm");
options[4]=new Option("Free your mind and free your life","../Spiritual/FreeYourMind.htm");
options[5]=new Option("Spiritual - contents page","../Spiritual/index.html");
options[6]=new Option("What is Kama?","../Spiritual/karma.htm");
options[7]=new Option("Life is a video game","../Spiritual/life_is_a_video_game.htm");
options[8]=new Option("Meditation to contact spirits","../Spiritual/meditation_to_contact_spirits.htm");
options[9]=new Option("Out-of-the-body experiences (OOBEs)","../Spiritual/obe.htm");
options[10]=new Option("What is spiritual?","../Spiritual/spiritual.htm");
options[11]=new Option("template","../Spiritual/template.htm");
options[12]=new Option("Types of Spiritual Experience","../Spiritual/Types Of Spiritual Experience.htm");
options[13]=new Option("What happens when we die","../Spiritual/When_we_die.htm");
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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("The refusal to accept Barker the Bone","../Theory/Barker.htm");
options[2]=new Option("Darwin's Despondency","../Theory/darwin.htm");
options[3]=new Option("Effectiveness","../Theory/Effectiveness.htm");
options[4]=new Option("Excommunication in Science","../Theory/excommunication.htm");
options[5]=new Option("Grants are stopped","../Theory/grants_are_stopped.htm");
options[6]=new Option("Homeopathy","../Theory/homeopathy.htm");
options[7]=new Option("Theory of Personal Development","../Theory/index.html");
options[8]=new Option("Theory of Personal Development","../Theory/indexTheory.html");
options[9]=new Option("Wellbeing, Ability and Effectiveness","../Theory/Interrelationships.htm");
options[10]=new Option("Locke","../Theory/lockePractical.htm");
options[11]=new Option("What does Locke Mean by Reason","../Theory/LockeReason.htm");
options[12]=new Option("Modern Man","../Theory/modernMan'sReligion.htm");
options[13]=new Option("Morals","../Theory/morals.htm");
options[14]=new Option("Nazrudin's Lost Key","../Theory/Nazrudin.htm");
options[15]=new Option("Personal Development","../Theory/PersonalDevelopment.htm");
options[16]=new Option("Irrational Science?","../Theory/ScienceAndReligion.htm");
options[17]=new Option("Introduction to PD articles","../Theory/TheoryIntro.htm");
options[18]=new Option("The three parts","../Theory/TheThreeParts.htm");
options[19]=new Option("Understanding","../Theory/Understanding.htm");
options[20]=new Option("Personal Wellbeing","../Theory/WellBeing.htm");
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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Anchoring thoughts emotions and states","../Vignettes/Anchoring.htm");
options[2]=new Option("The Magical Authority Voice","../Vignettes/AuthorityVoice.htm");
options[3]=new Option("Can I Really be Lucky?","../Vignettes/BeingLucky.htm");
options[4]=new Option("How to talk so people listen","../Vignettes/Beneficial.htm");
options[5]=new Option("Breath and Develop Power","../Vignettes/Breath.htm");
options[6]=new Option("How to be calm and stress free","../Vignettes/calmConditions.htm");
options[7]=new Option("Tips on beating stress and feeling good","../Vignettes/Contents.htm");
options[8]=new Option("Find their magic words of influence","../Vignettes/criteria.htm");
options[9]=new Option("How to deal with criticism","../Vignettes/Criticism1.htm");
options[10]=new Option("You must become a Cybernaut","../Vignettes/Cybernaut.htm");
options[11]=new Option("How to know if a technique has worked.","../Vignettes/EndPoints.htm");
options[12]=new Option("How to Set Your Goals -","../Vignettes/Goals1.htm");
options[13]=new Option("How to attain your goals","../Vignettes/Goals2.htm");
options[14]=new Option("Motivate yourself within 24 seconds!","../Vignettes/Goals3.htm");
options[15]=new Option("Influence Unknowingly","../Vignettes/HiddenEmphasis.htm");
options[16]=new Option("30 + techniques - contents","../Vignettes/index.html");
options[17]=new Option("Instant replay to win every time!","../Vignettes/InstantReplay.htm");
options[18]=new Option("Learn new ideas to make a difference","../Vignettes/Learning.htm");
options[19]=new Option("The secret of the magic touch","../Vignettes/MagicTouch.htm");
options[20]=new Option("Have the Universe in Your Hand!","../Vignettes/MasterOfUniverse.htm");
options[21]=new Option("Metaphors that wreck lives!","../Vignettes/Metaphors.htm");
options[22]=new Option("Getting into Rapport Quickly","../Vignettes/Mirroring1.htm");
options[23]=new Option("Open and Closed Questions","../Vignettes/OpenAndClosed.htm");
options[24]=new Option("How to get 100% agreement","../Vignettes/pacing.htm");
options[25]=new Option("100% Agreement Every Time","../Vignettes/PacingStatement.htm");
options[26]=new Option("Personal Development - achieving what?","../Vignettes/PersonalDevelopment.htm");
options[27]=new Option("Solve your concerns","../Vignettes/PictureFrame.htm");
options[28]=new Option("The Picture Swop Way to feel Good","../Vignettes/PictureSwop.htm");
options[29]=new Option("Bored? Not me! Never!","../Vignettes/PresentTime.htm");
options[30]=new Option("Pretending your way to Mastery","../Vignettes/pretending.htm");
options[31]=new Option("How to gain mastery of a new skill","../Vignettes/Repetition.htm");
options[32]=new Option("rightbar","../Vignettes/rightbar.htm");
options[33]=new Option("Find the other's secret place","../Vignettes/SecretPlace.htm");
options[34]=new Option("Seven More Powerful Motivators","../Vignettes/SevenMoreMotivators.htm");
options[35]=new Option("Seven Powerful Motivators","../Vignettes/SevenPowerfulMotivators.htm");
options[36]=new Option("Smile With Your Eyes!","../Vignettes/SmilingEyes.htm");
options[37]=new Option("Drawing straight lines with your mind","../Vignettes/StraightLine.htm");
options[38]=new Option("Suggestions that instantly change.","../Vignettes/suggestion.htm");
options[39]=new Option("Multiply your power with critical mass!","../Vignettes/synergy.htm");
options[40]=new Option("Solve Your Problems Now","../Vignettes/ThinkingAboutFuture.htm");
options[41]=new Option("Eliminate anxiety","../Vignettes/TimeMachine1.htm");
options[42]=new Option("Eliminate Regret","../Vignettes/TimeMachine2.htm");
options[43]=new Option("Something you should Know about ability","../Vignettes/UnconsciousAbility.htm");
options[44]=new Option("Using what you have to get what you want!","../Vignettes/Utilisation.htm");
options[45]=new Option("Who am I","../Vignettes/WhoAmI.htm");
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){

//Rewrites the text and values
options[0]=new Option("Select a page","none");
options[1]=new Option("Awareness of awareness","../kabbalah/awarenessofAwareness.htm");
options[2]=new Option("Psychological aspects of awreness","../kabbalah/awarenessPsych.htm");
options[3]=new Option("Creation and Destruction","../kabbalah/creationAndDestruction.htm");
options[4]=new Option("Form and Energy-Matter","../kabbalah/formAndenergy.htm");
options[5]=new Option("Kabbala Contents","../kabbalah/index.html");
options[6]=new Option("Lightning Flash","../kabbalah/intro.htm");
options[7]=new Option("The Kabbala","../kabbalah/kabbala.htm");
options[8]=new Option("How to remember the quabbalah","../kabbalah/kabbalahRemember.htm");
options[9]=new Option("Lightning Flash","../kabbalah/lightning.htm");
options[10]=new Option("Three Pillars","../kabbalah/threePillars.htm");
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/index.html");
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","../products.htm");
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("JavaScript","");
options[2]=new Option("HTML","");
options[3]=new Option("CSS","");
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("Self Development","");
options[2]=new Option("Communication","");
options[3]=new Option("Creative Memory","");
options[4]=new Option("Feeling Good","");
options[5]=new Option("Flatland","");
options[6]=new Option("General Semantics","");
options[7]=new Option("New Life Course","");
options[8]=new Option("Philosophy","");
options[9]=new Option("Sales","");
options[10]=new Option("Spiritual","");
options[11]=new Option("Kabbala","");
options[12]=new Option("Theory of PD","");
options[13]=new Option("30 Plus Techniques","");



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.formDoubleMenu.menuTopics.options[0].selected=true;
document.formDoubleMenu.menuSubjects.options[0].selected=true;
document.formDoubleMenu.menuFiles.options[0].selected=true;


}
}

/* ####################### end of setup ####################### */



/* ####################### change Subjects ####################### */
function changeSubjects(){
aMenu=document.formDoubleMenu.menuSubjects
aMenu2=document.formDoubleMenu.menuFiles
aMenu3=document.formDoubleMenu.menuTopics
with  (aMenu3){

switch (selectedIndex) {
case 0:
nullOptions(aMenu)
nullOptions(aMenu2)
aMenu.options[0]=
new Option("Pages appear here","none")
aMenu3.options[0].selected=true;
history.go(0)
break    
case 1:  
//computer stuff
nullOptions(aMenu)
nullOptions(aMenu2)
aMenu2.options[0]=
new Option("Pages appear here","none")
aMenu2.options[0].selected=true;
MyTopics1(aMenu) 

break       
case 2:  
//self development
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.formDoubleMenu.menuSubjects
aMenu2=document.formDoubleMenu.menuFiles
aMenu3=document.formDoubleMenu.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("Pages appear here","none")
aMenu2.options[0].selected=true;
history.go(0)
break   
//Description 
case 1:  
MySubject1(aMenu2)  
//JavaScript
break       
case 2:  
MySubject2(aMenu2)  
//HTML
break       
case 3:  
MySubject3(aMenu2)  
//CSS
break;       
case 4:
MySubject4(aMenu2)  
//Search engine positioning
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("Pages appear here","none")
aMenu2.options[0].selected=true;
history.go(0)
break    
case 1:  
MySubject1a(aMenu2)  
break       
case 2:  
MySubject2a(aMenu2)  
break       
case 3:  
MySubject3a(aMenu2)  
break;       
case 4:
MySubject4a(aMenu2)  
break      
case 5:
MySubject5a(aMenu2)  
break  
case 6:
MySubject6a(aMenu2)  
break   
case 7:
MySubject7a(aMenu2)  
break   
case 8:
MySubject8a(aMenu2)  
break   
case 9:
MySubject9a(aMenu2)  
break   
case 10:
MySubject10a(aMenu2)  
break   
case 11:
MySubject13a(aMenu2)  
break   
case 12:
MySubject11a(aMenu2)  
break    
case 13:
MySubject12a(aMenu2)  
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 doublemenu code ####################### */