document.write ('<img src="images/header.jpg" width="724" height="103">')
document.write ('<div style="width:724px; height:22px; background-image:url(images/bkgnd.jpg); background-repeat:repeat-x">')
document.write ('<ul id="MenuBar1" class="MenuBarHorizontal">')
 

document.write ('<li>')
document.write ('<!-- Here is where I get the variable to tell me to select home !-->')
            if (selected == 1) 
            {
           document.write("<a class='MenuBarItemSubmenuSelected' href='index-2.html'>");
            }
           else
            {
            document.write("<a class='MenuBarItemSubmenu' href='index-2.html'>");
           }

document.write ('Home</a>')
          
document.write ('<!--<ul>')
document.write ('<li><a href="#">Item 1.1</a></li>')
document.write ('<li><a href="#">Item 1.2</a></li>')
document.write ('<li><a href="#">Item 1.3</a></li>')
document.write ('</ul>-->')
document.write ('</li>')
document.write ('<li>')
document.write ('<!-- Here is where I get the variable to tell me to select Company !-->')
            if (selected == 2) 
           {
          document.write("<a class='MenuBarItemSubmenuSelected' href='company.html'>");
            }
            else
            {
            document.write("<a class='MenuBarItemSubmenu' href='company.html'>");
            }
document.write ('Company</a>')
document.write ('</li>')
document.write ('<li>')
document.write ('<!-- Here is where I get the variable to tell me to select News & Events !-->')
            if (selected == 7) 
           {
          document.write("<a class='MenuBarItemSubmenuSelected' href='news-events.html'>");
            }
            else
            {
            document.write("<a class='MenuBarItemSubmenu' href='news-events.html'>");
            }
document.write ('News & Events</a>')
document.write ('</li>')
document.write ('<li>')
document.write ('<!-- Here is where I get the variable to tell me to select Technology !-->')
            if (selected == 3) 
            {
            document.write("<a class='MenuBarItemSubmenuSelected' href='technology.html'>");
            }
            else
            {
            document.write("<a class='MenuBarItemSubmenu' href='technology.html'>");
            }
document.write ('Technology</a>')
document.write ('</li>')  
document.write ('<li>')
document.write ('<!-- Here is where I get the variable to tell me to select Applications !-->')
            if (selected == 4) 
            {
            document.write("<a class='MenuBarItemSubmenuSelected' href='applications.html'>");
            }
            else
            {
            document.write("<a class='MenuBarItemSubmenu' href='applications.html'>");
            }
document.write ('Applications</a>')
document.write ('</li>')   
document.write ('<li>')
document.write ('<!-- Here is where I get the variable to tell me to select Careers !-->')
            if (selected == 5) 
            {
            document.write("<a class='MenuBarItemSubmenuSelected' href='careers.html'>");
            }
            else
            {
            document.write("<a class='MenuBarItemSubmenu' href='careers.html'>");
            }
document.write ('Careers</a>')
document.write ('</li>')

document.write ('</ul>')
document.write ('<ul id="MenuBar1" class="MenuBarHorizontal" style="float:right">')    
            
     
document.write ('<li>') 
document.write ('<!-- Here is where I get the variable to tell me to select Contact !-->')
            if (selected == 6) 
            {
            document.write("<a class='MenuBarItemSubmenuSelected' href='contact.html'>");
            }
            else
            {
            document.write("<a class='MenuBarItemSubmenu' href='contact.html'>");
            }
document.write ('Contact&nbsp;Us</a>')
document.write ('</li>') 

document.write ('</ul>')

document.write ('<!--')
document.write ('var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});')
document.write ('//-->')
document.write ('</div>')
