// JavaScript Document
//Sliding Menu Generation

  var Link = new Array();

  Link[0] = "0|Home";
  Link[1] = "1|Home|/index.html|_parent";
  Link[2] = "0|Company";
  Link[3] = "1|About Beasy|/about/index.html|_parent";
  Link[4] = "1|Projects|/projects/index.html|_parent";
 
  Link[5] = "1|Consultation|/consulting/index.html|_parent";
  Link[6] = "1|Jobs with BEASY|/jobs/index.html|_parent";
  Link[7] = "1|Contact Beasy|/sitemap/contact.html|_parent";
  
  Link[8] = "0|Latest News";
  Link[9] ="1|Latest News|/news/index.html|_parent";
  
  Link[10] = "0|Publications";
  Link[11] = "1|Publications|/publications/papers/papers.html|_parent";
  
   
  Link[12] = "0|Products";
  Link[13] = "1|Corrosion Control|/subsites/corrosion/index.html|_parent";
  Link[14] = "1|Integrity Assessment|http://integrity.beasy.com|_parent";
  Link[15] = "1|Electrocoating|http://electrocoat.beasy.com|_parent";
  Link[16] = "1|Crack Wizard|http://www.crackwizard.com|_parent";
  Link[17] = "1|Acoustic Design|/beasyproducts/acousticfront.html|_parent";

  Link[18] = "0|Applications";
  Link[19] = "1|Maritime CP|http://www.beasy.com/brochures/corrosion/MaritimeCPSystemDesign.html|_parent";
  Link[20] = "1|Sig. Management|http://www.beasy.com/brochures/corrosion/SignatureManagement.html|_parent";
  Link[21] = "1|Oil & Gas CP|http://www.beasy.com/brochures/corrosion/OilGasCPSysDesign.html|_parent";
  Link[22] = "1|Durability Assesment|http://www.beasy.com/brochures/Integrity/durability.htm|_parent";
  Link[23] = "1|Damage Tolerance|http://www.beasy.com/brochures/Integrity/damage.html|_parent";
  Link[24] = "1|Fitness for Service|http://www.beasy.com/brochures/Integrity/fitness.html|_parent";
  Link[25] = "1|Repair & Maintenance|http://www.beasy.com/brochures/Integrity/repair.html|_parent";
  Link[26] = "1|Contact Analysis|http://www.beasy.com/brochures/tribology/index.html|_parent";
  

  Link[27] = "0|Services";
  Link[28] = "1|Consultation Services|/consulting/index.html|_parent";
  Link[29] = "1|Product Support|/support/index.htm|_parent";
  
  Link[30] = "0|Courses/Seminars";
  Link[31] = "1|Courses|/courses/semuk.html|_parent";
  Link[32] = "1|Seminars|/courses/semuk.html|_parent";
  
  Link[33] = "0|Contact";
  Link[34] = "1|Sales Information|/sales/index.html|_parent";
  Link[35] = "1|Contact Us|/sitemap/contact.html|_parent";
  Link[36] = "1|Partner Links|/links.html|_parent";

  startup(9);
