function selectaplace(form) {var appname= navigator.appName;var appversion=parseInt(navigator.appVersion);if (appname == "Netscape" && appversion >= 3) {var formindex=form.select1.selectedIndex;var storage=form.select1.options[formindex].text;if (form.select1.options[formindex].value != "none") {var msg=storage+"You are now being transferred to the -> "+storage;for (var spot=0;spot<msg.length-storage.length;spot++) {var x=msg.substring(spot,msg.length);form.select1.options[formindex].text=x;for(var d=0;d<150;d++) { };}window.location=form.select1.options[formindex].value;form.select1[formindex].text=storage;} else  {form.select1[formindex].text="Not a real option!";for(var d=0;d<1250;d++) { };form.select1[formindex].text=storage;   }}else {var formindex=form.select1.selectedIndex;window.location=form.select1.options[formindex].value;   }}function makeMyMenu() {document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');document.write ('<option value=candy.htm><-----Category List----->');document.write ('<option value=../events/candy.htm>Events');document.write ('<option value=../itt/candy.htm>Tickets');document.write ('<option value=../news/candy.htm>What&#146;s New');document.write ('<option value=../resources/candy.htm>Resources');document.write ('<option value=../resources/info.htm>- MWR Information');document.write ('<option value=../movies/candy.htm>Movies');document.write ('<option value=../outdoor/candy.htm>Outdoor Recreation');document.write ('<option value=../fitness/candy.htm>Fitness &#38; Sports');document.write ('<option value=../liberty/candy.htm>LIBERTY');document.write ('<option value=../golf/candy.htm>Golf');document.write ('<option value=../rest/candy.htm>Restaurants &#38; Clubs');document.write ('<option value=../catering/candy.htm>Catering');document.write ('<option value=../bowling/candy.htm>Bowling');document.write ('<option value=../marinas/candy.htm>Marinas');document.write ('<option value=../lodging/candy.htm>Lodging &#38; Storage');document.write ('<option value=../hobbies/candy.htm>Hobbies &#38; Crafts');document.write ('<option value=../youth/candy.htm>Youth &#38; Child Care');document.write ('<option value=../Sandiego/job_oppor.htm>Job Opportunities');document.write ('<option value=../resources/info.htm>MWR Information');document.write ('</select>');document.write ('</form>');}makeMyMenu();