/* The list of modules for WebTOP.  Uses Mike Hall's menu system. */

//*************
if(self.name=="home"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("index.html","WebTOP<br>TutorialDev Home",hilite));
//*************
if(self.name=="editingscripts"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("editingscripts.html","Editing Scripts",hilite));
//*************
if(self.name=="webtophtmltags"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("webtophtmltags.html","WebTOP html Tags",hilite));
//*************
if(self.name=="vrmllist"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("vrmllist.html","VRML File List",hilite));
//*************
if(self.name=="classlist"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("classlist.html","Jars & Classes",hilite));
//*************
if(self.name=="webTOPimages"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("webTOPimages.html","WebTOP Images",hilite));
//*************
if(self.name=="tutorialstructure"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("tutorialstructure.html","Guided Tutorial (GT)",hilite));
//*************
if(self.name=="requiredfiles"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("requiredfiles.html","GT-Required Files",hilite));
//*************
if(self.name=="explanation"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("explanation.html","GT-Explanation and/or<br>Theory Pages",hilite));
//*************
if(self.name=="MultipleChoice"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("MultipleChoice.html","GT-Multiple Choice",hilite));
//*************
if(self.name=="SelectionList"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("SelectionList.html","GT-Selection List",hilite));
//*************
if(self.name=="numerical"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("numerical.html","GT-Numerical",hilite));
//*************
if(self.name=="pop"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("pop.html","GT-Multiple Windows",hilite));
//*************
if(self.name=="inpage"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("inpage.html","GT-One Window",hilite));
//*************
if(self.name=="helpfiles"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("helpfiles.html","GT-Help Files",hilite));
//*************
if(self.name=="multiplequestions"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("multiplequestions.html","GT-Multipart<br>Questions",hilite));
//*************
if(self.name=="workingexample"){hilite=true;}
else{hilite=false;}
document.write(moduleVerticalPageButton("workingexample.html","Working Examples",hilite));
//*************

