var tempMenu;
var myNavBar1 = new NavBar(0);
myNavBar1.setSizes(1, 4, 1);
/*myNavBar1.setColors("#000000",
  "#ffffff", "#008080", "#000000", "#66CCCC",
  "#ffffff", "#339999", "#000000", "#99ffff");*/
/*  
myNavBar1.setColors("#666666",
  "#ffffff", "#CCCCCC", "#000000", "#66CCCC",
  "#ffffff", "#339999", "#000000", "#99ffff");*/
/*  
myNavBar1.setColors("#000000",
  "#ffffff", "#008080", "#000000", "#66CCCC",
  "#ffffff", "#339999", "#000000", "#99ffff");*/
  
myNavBar1.setColors("#000000",
  "#ffffff", "#0099FF", "#FFFFFF", "#666666",
  "#ffffff", "#0099FF", "#000000", "#CCCCCC");
  
myNavBar1.setFonts("Verdana", "plain", "bold", "8pt",
  "Arial", "plain", "normal", "8pt");

tempMenu = new NavBarMenu(0, 0);
tempMenu.addItem(new NavBarMenuItem("&nbsp;Home&nbsp;", "thermography.htm"));
myNavBar1.addMenu(tempMenu);

tempMenu = new NavBarMenu(0, 0);
tempMenu.addItem(new NavBarMenuItem("&nbsp;FAQ's&nbsp;", "/faq.htm"));
myNavBar1.addMenu(tempMenu);


tempMenu = new NavBarMenu(0, 160);
tempMenu.addItem(new NavBarMenuItem("&nbsp;Thermography&nbsp;", ""));
tempMenu.addItem(new NavBarMenuItem("Summary of DITI", "/thermography_default.htm"));
tempMenu.addItem(new NavBarMenuItem("Overview", "/thermography_page1.htm"));
tempMenu.addItem(new NavBarMenuItem("Sports Medicine", "/thermography_page2.htm"));
tempMenu.addItem(new NavBarMenuItem("Indications", "/thermography_page3.htm"));
tempMenu.addItem(new NavBarMenuItem("Case Histories", "/thermography_page9.htm"));
tempMenu.addItem(new NavBarMenuItem("Studies", "/thermography_page5.htm"));
tempMenu.addItem(new NavBarMenuItem("Research", "/research.htm"));
tempMenu.addItem(new NavBarMenuItem("DVT", "/thermography_page7.htm"));
tempMenu.addItem(new NavBarMenuItem("Sample Images", "/sample_scans.htm"));
myNavBar1.addMenu(tempMenu);

tempMenu = new NavBarMenu(0, 160);
tempMenu.addItem(new NavBarMenuItem("&nbsp;Breast Health&nbsp;", ""));
tempMenu.addItem(new NavBarMenuItem("Overview", "/breast_thermography_default.htm"));
tempMenu.addItem(new NavBarMenuItem("Breast Brochure", "/breast_thermography_brochure.htm"));
tempMenu.addItem(new NavBarMenuItem("Breast Health &amp; DITI", "/breast_thermography_about.htm"));
tempMenu.addItem(new NavBarMenuItem("Recent Studies", "/breast_thermography_studies.htm"));
tempMenu.addItem(new NavBarMenuItem("Who should have this test?", "/breast_thermography_who.htm"));
tempMenu.addItem(new NavBarMenuItem("The examination procedure", "/breast_thermography_procedure.htm"));
tempMenu.addItem(new NavBarMenuItem("Early detection guidelines", "/breast_thermography_guidelines.htm"));
tempMenu.addItem(new NavBarMenuItem("Breast Self Examination (BSE)", "/breast_thermography_selfexam.htm"));
tempMenu.addItem(new NavBarMenuItem("News &amp; Information", "/breast_thermography_news.htm"));
myNavBar1.addMenu(tempMenu);

tempMenu = new NavBarMenu(0, 170);
tempMenu.addItem(new NavBarMenuItem("&nbsp;Meditherm med2000&#153;&nbsp;", ""));
tempMenu.addItem(new NavBarMenuItem("Introducing the med2000&#153;", "/mms_default.htm"));
tempMenu.addItem(new NavBarMenuItem("Why choose the med2000&#153;", "/therm_page4.htm"));
tempMenu.addItem(new NavBarMenuItem("About Meditherm", "/company.htm"));
tempMenu.addItem(new NavBarMenuItem("System Package", "/system.htm"));
tempMenu.addItem(new NavBarMenuItem("Software", "/software.htm"));
tempMenu.addItem(new NavBarMenuItem("New Product Line &amp; Prices", "/mms_products.htm"));
tempMenu.addItem(new NavBarMenuItem("Camera", "/camera.htm"));
tempMenu.addItem(new NavBarMenuItem("Specifications (med2000&#153; PRO)", "/specifications.htm"));
tempMenu.addItem(new NavBarMenuItem("Specifications (med2000&#153; IRIS)", "/specifications_iris.htm"));
tempMenu.addItem(new NavBarMenuItem("Interpretation Service", "/interp.htm"));
tempMenu.addItem(new NavBarMenuItem("Sample Report - pdf (209KB)", "javascript:window.open('/assets/SampleReport.pdf')"));
tempMenu.addItem(new NavBarMenuItem("Online Demo", "/therm_prog_sim.htm"));
tempMenu.addItem(new NavBarMenuItem("Opportunities", "/business.htm"));
myNavBar1.addMenu(tempMenu);

tempMenu = new NavBarMenu(0, 0);
tempMenu.addItem(new NavBarMenuItem("&nbsp;Meditherm Equine&nbsp;", "/equine/default.htm"));
myNavBar1.addMenu(tempMenu);

/*
tempMenu = new NavBarMenu(0, 170);
tempMenu.addItem(new NavBarMenuItem("&nbsp;Brochures&nbsp;", ""));
tempMenu.addItem(new NavBarMenuItem("Meditherm Med2000&#153; (650KB)", "/assets/Med.zip"));
tempMenu.addItem(new NavBarMenuItem("Pain (159KB)", "/assets/Pain.zip"));
tempMenu.addItem(new NavBarMenuItem("Breast Health (161KB)", "/assets/Breast.zip"));
myNavBar1.addMenu(tempMenu);
*/
tempMenu = new NavBarMenu(0, 130);
tempMenu.addItem(new NavBarMenuItem("&nbsp;Links&nbsp;", ""));
//tempMenu.addItem(new NavBarMenuItem("Artemis Women", "javascript:window.open('http://www.artemisthermalimaging.com')"));
tempMenu.addItem(new NavBarMenuItem("ACCT", "javascript:window.open('http://www.thermologyonline.org')"));
tempMenu.addItem(new NavBarMenuItem("Compix-Industrial IR Imaging", 
"javascript:window.open('http://www.compix.com')"));
tempMenu.addItem(new NavBarMenuItem("Meditherm Clinic", "javascript:window.open('http://www.medithermclinic.com')"));
myNavBar1.addMenu(tempMenu);

tempMenu = new NavBarMenu(0, 130);
tempMenu.addItem(new NavBarMenuItem("&nbsp;Locations&nbsp;", "javascript:window.open('http://www.thermologyonline.org/Breast/breast_thermography_clinics.htm')"));
myNavBar1.addMenu(tempMenu);

tempMenu = new NavBarMenu(0, 0);
tempMenu.addItem(new NavBarMenuItem("&nbsp;Contact Us&nbsp;", "/contact.htm"));
myNavBar1.addMenu(tempMenu);

tempMenu = new NavBarMenu(0, 0);
tempMenu.addItem(new NavBarMenuItem("&nbsp;Testimonials&nbsp;", "/testimonials.htm"));
myNavBar1.addMenu(tempMenu);

var fullWidth;
function init() {
  fullWidth = getWindowWidth() - (isMinNS4 && getWindowHeight() < getPageHeight() ? 16 : 0);
  myNavBar1.resize(fullWidth);
  myNavBar1.create();
  myNavBar1.setzIndex(100);
  document.body.oncontextmenu = fnNoContext;
}

function fnNoContext() { return false; }
