﻿function Navigate(){me=location.pathname;text = new Array ("Home", "Who We Are", "Meet Our Clergy", "Meet Our Staff", "Rabbi's Archived Messages", "President's Archived Messages","Religious School", "Mailing List", "The Scroll (Newsletter)", "CSI News" ,"Archived CSI Slide Shows" ,"New Membership Information", "Family Programs", "Calendar of Events", "Board of Directors", "Men's Club", "Sisterhood\/Events", "Seniors Programs", "Fund Raising","CSI Press Releases", "Israel/World","Holidays at CSI", "Directions", "Gates of Zion Cemetery",  "Helpful Links");link = new Array ("index.html", "who_we_are.htm", "meet_the_clergy.htm", "meet_the_staff.htm","rabbi's_message.htm", "president.htm","Religious_School.htm", "mailing_list.htm",  "csi_scroll.htm", "csi_news.htm","Archived.htm","new_membership.htm", "family_programs.htm", "calendar_of_events.htm", "board.htm", "mensclub.htm", "sisterhood.htm", "adults.htm", "fund_raising.htm","Press_Release.htm","israel.htm", "Holidays.htm", "directions.htm", "cemetery.htm", "helpful_links.htm"); for(i=0;i<text.length;i++) {  a='<a href="#" class="here">';  b='<a href="' + link[i] + '" class="nav">';  if ((me == "\/" + link[i]) || (me == "\/" && i==0))     {      line = a + text[i];     }  else     {     line = b + text[i];     }  line += '<\/a><br><br>';  document.writeln(line); }}
