

      //Link[nr] = "position [0 is menu/1 is item],Link name,url,target (blank|top|frame_name)"
  var Link = new Array();

  i = 0;

  Link[i] = "0|Main Page";
  i = i + 1;
  Link[i] = "1|Main Page|http://www.tristatesinglesinc.com/index.asp|";
  i = i + 1;


  Link[i] = "0|About Us";
  i = i + 1;
  Link[i] = "1|About Us|http://www.tristatesinglesinc.com/aboutus.asp|";
  i = i + 1;
  Link[i] = "1|Board Members|http://www.tristatesinglesinc.com/aboutus.asp#board|";
  i = i + 1;
  Link[i] = "1|Community Service |http://www.tristatesinglesinc.com/aboutus.asp#community|";
  i = i + 1;
  Link[i] = "1|Contact Us |http://www.tristatesinglesinc.com/contactus.asp|";
  i = i + 1;

  Link[i] = "0|Events";
  i = i + 1;
  Link[i] = "1|Upcoming Events|http://www.tristatesinglesinc.com/events.asp|";
  i = i + 1;
  Link[i] = "1|Attire|http://www.tristatesinglesinc.com/attire.asp|";
  i = i + 1;
  Link[i] = "1|Directions To Events|http://www.tristatesinglesinc.com/directions.asp|";
  i = i + 1;



  Link[i] = "0|Membership";
  i = i + 1;
  Link[i] = "1|Membership Info|http://www.tristatesinglesinc.com/membership.asp|";  
  i = i + 1;
  Link[i] = "1|Rules|http://www.tristatesinglesinc.com/membership.asp#rules|";  
  i = i + 1;
  Link[i] = "1|Application|http://www.tristatesinglesinc.com/membership.asp#application|";
  i = i + 1;
  Link[i] = "1|Costs|http://www.tristatesinglesinc.com/costs.asp|";
  i = i + 1;
  Link[i] = "1|Membership Discounts|http://www.tristatesinglesinc.com/discounts.asp|";
  i = i + 1;




  Link[i] = "0|Photos";
  i = i + 1;
  Link[i] = "1|Photo Gallery|http://www.tristatesinglesinc.com/photos.asp|";
  i = i + 1;

  Link[i] = "0|Links";
  i = i + 1;
  Link[i] = "1|Links|http://www.tristatesinglesinc.com/links.asp|";
  i = i + 1;
  Link[i] = "1|Guestbook|http://www.tristatesinglesinc.com/guestbook.asp|";
  i = i + 1;


  Link[i] = "0|Sign In";
  i = i + 1;
  Link[i] = "1|Sign In|http://www.tristatesinglesinc.com/signin.asp|";


    startup(8);


