  //Link[nr] = "position [0 is menu/1 is item],Link name,url,target (blank|top|frame_name)"

  var Link = new Array();

  Link[0] = "0|Home";
  Link[1] = "1|Home|./index.html|";
  Link[2] = "0|About Us";
  Link[3] = "1|About Cadist Consulting|./About_Cadist_Consulting/about_cadist_consulting.html|";
  Link[4] = "1|Staff Profiles|./About_Cadist_Consulting/Staff_Profiles/staff_profiles.html|";
  Link[5] = "1|Testimonials|./About_Cadist_Consulting/Testimonials/testimonials.html|";
  Link[6] = "0|Services";
  Link[7] = "1|Services Offered|./Services/services.html|";
  Link[8] = "1|Computing|./Services/Computing/computing.html|";
  Link[9] = "1|Application Development|./Services/Application_Development/application_development.html|";
  Link[10] = "1|Information Systems|./Services/Information_Systems/information_systems.html|";
  Link[11] = "1|Training|./Services/Training/training.html|";
  Link[12] = "1|IT Consulting|./Services/IT_Consulting/it_consulting.html|";
  Link[13] = "1|Business Analysis|./Services/Business_Analysis/business_analysis.html|";
  Link[14] = "0|Downloads";
  Link[15] = "1|Featured Downloads|./Downloads/downloads.html|";
  Link[16] = "1|DPID to Barcode|./Downloads/DPID_to_Barcode/dpid_to_barcode.html|";
  Link[17] = "1|Startup Utility|./Downloads/Startup_Utility/startup_utility.html|";
  Link[18] = "1|Come and Get It|./Downloads/Come_and_Get_It/come_and_get_it.html|";
  Link[19] = "0|Links";
  Link[20] = "1|Links|./Links/links.html|";
  Link[21] = "1|Fun Stuff|./Links/Fun_Stuff/fun_stuff.html|";
  Link[22] = "1|Free Plugs|./Links/Free_Plugs/free_plugs.html|";
  Link[23] = "1|Business Directories|./Links/Business_Directories/business_directories.html|";
  Link[24] = "0|Contact Us";
  Link[25] = "1|Contact Details|./Contact_Cadist_Consulting/contact_cadist_consulting.html|";

startup(1);

