(function(){

var menu1=new Scl.Menu(180);
  menu1.addItem('About Gazunk','/about.shtml');
  menu1.addItem('Officers','/officers.shtml');
  menu1.addItem('Privacy Policies','/privacy.shtml');
  menu1.addItem('FAQs','/faqs.shtml');
  menu1.addItem('Contact Us','/contact.shtml');
  menu1.addItem('Events','/events.shtml');
  menu1.addItem('Press Releases','/press.shtml');
  menu1.dockTo('about');

var menu2=new Scl.Menu(180);
  menu2.addItem('Business Continuity','/Business-Continuity/index.shtml');
  menu2.addItem('What is Business Continuity?','/Business-Continuity/whatis.shtml');
  menu2.addItem('Planning','/Business-Continuity/planning.shtml');
  menu2.addItem('Auditing','/Business-Continuity/auditing.shtml');
  menu2.addItem('Policies','/Business-Continuity/policies.shtml');
  menu2.addItem('Guidelines','/Business-Continuity/guidelines.shtml');
  menu2.addItem('Standards','/Business-Continuity/standards.shtml');
  menu2.addItem('Procedures','/Business-Continuity/procedures.shtml');
  menu2.addItem('Data Center Automation','/Business-Continuity/dcautomation.shtml');
  menu2.addItem('Automated Deployment','/Business-Continuity/autodeploy.shtml');
  menu2.dockTo('bc');

var menu3=new Scl.Menu(180);
  menu3.addItem('Disaster Recovery','/Disaster-Recovery/index.shtml');
  menu3.addItem('What is Disaster Recovery?','/Disaster-Recovery/whatis.shtml');
  menu3.addItem('Planning','/Disaster-Recovery/drplanning.shtml');
  menu3.addItem('Auditing','/Disaster-Recovery/audit.shtml');
  menu3.addItem('Implementation','/Disaster-Recovery/project/index.shtml');
  menu3.addItem('Template','/Disaster-Recovery/template/index.shtml');
  menu3.addItem('Availability','/Disaster-Recovery/availability.shtml');
  menu3.addItem('Off-Site Facilities','/Disaster-Recovery/drcube.shtml');
  menu3.addItem('Data Center Automation','/Disaster-Recovery/dcautomation.shtml');
  menu3.addItem('Automated Deployment','/Disaster-Recovery/autodeploy.shtml');
  menu3.dockTo('dr');

var menu4=new Scl.Menu(180);
  menu4.addItem('High Availability','/High-Availability/index.shtml');
  menu4.addItem('What is High Availability?','/High-Availability/whatis.shtml');
  menu4.addItem('Planning','/High-Availability/haplanning.shtml');
  menu4.addItem('Auditing','/High-Availability/haauditing.shtml');
  menu4.addItem('Policies','/High-Availability/hacmppolicy.shtml');
  menu4.addItem('Guidelines','/High-Availability/hacmpguide.shtml');
  menu4.addItem('Standards','/High-Availability/hacmpstand.shtml');
  menu4.addItem('Procedures','/High-Availability/hacmpproc.shtml');
  menu4.addItem('Slide Show','/Slide-Shows/HACMP-Intro/index.shtml');
  menu4.dockTo('ha');

var menu5=new Scl.Menu(180);
  menu5.addItem('Support','/Support/index.shtml');
  menu5.addItem('What Type of Support is Provided?','/Support/whatis.shtml');
  menu5.addItem('AIX 4.3 Support','/Support/aix43.shtml');
  menu5.addItem('AIX 5.1 Support','/Support/aix51.shtml');
  menu5.addItem('AIX 5.2 Support','/Support/aix52.shtml');
  menu5.addItem('AIX 5.3 Support','/Support/aix53.shtml');
  menu5.addItem('AIX 6   Support','/Support/aix60.shtml');
  menu5.addItem('HACMP 5.2 Support','/Support/hacmp52.shtml');
  menu5.addItem('HACMP 5.3 Support','/Support/hacmp53.shtml');
  menu5.addItem('HACMP 5.4 Support','/Support/hacmp54.shtml');
  menu5.dockTo('tech');

var menu6=new Scl.Menu(180);
  menu6.addItem('Training','/Training/index.shtml');
  menu6.addItem('Disaster Recovery','/Training/Disaster-Recovery/index.shtml');
  menu6.addItem('AIX','/Training/AIX/index.shtml');
  menu6.addItem('HACMP','/Training/HACMP/index.shtml');
  menu6.addItem('Unix/Linux','/Training/UnixLinux/index.shtml');
  menu6.addItem('Shell Programming','/Training/Shell-Programming/index.shtml');
  menu6.addItem('E-Business','/E-Business/Methodology/index.shtml');
  menu6.dockTo('train');

var menu7=new Scl.Menu(180);
  menu7.addItem('Downloads','/Downloads/index.shtml');
  menu7.addItem('Scripts','/Downloads/Scripts/index.shtml');
  menu7.addItem('Editors','/Downloads/Editors/index.shtml');
  menu7.addItem('Documentation','/Documentation/index.shtml');
  menu7.addItem('Standards','/Standards/index.shtml');
  menu7.addItem('Templates','/Templates/index.shtml');
  menu7.addItem('E-Business Methodology','/E-Business/Methodology/index.shtml');
  menu7.addItem('E-Business Model','/E-Business/Model/index.shtml');
  menu7.addItem('Random Fortune Cookie','http://www.mtxia.com/cgi-bin/bashFortune/mkFortune.cgi');
  menu7.dockTo('down');

}
)();

