
   var rootMenuWidth = 32;

   var vBar = new ItemStyle(123, 0, '', -5, 0, '', '', '', '', '', '', null, null);
   
   var hBar = new ItemStyle(20, 0, '', -5, 0, '#6B6B9C', '#313973', '', '', 'itemBorder', 'itemBorder', null, null);
   
   var blueMenu = new ItemStyle(16, 1, '', -5, 0, '#BFC6D9', '#003366', 'blueItemText', 'onText', 'itemBorder', 'itemBorder', null, null);

   var purpleMenu = new ItemStyle(16, 1, '', -5, 0, '#E6DEEC', '#3F0E65', 'purpleItemText', 'onText', 'itemBorder', 'itemBorder', null, null);
   
   var greyMenu = new ItemStyle(16, 1, '', -5, 0, '#D3E0E0', '#508282', 'greyItemText', 'onText', 'itemBorder', 'itemBorder', null, null);
  
   
   var miLeftFiller = '<img src="SiteNav-Left.gif" width="1" height="18">';
   
   var menuOne = "<A onmouseover=MM_swapImage('menuOne','','http://www.sandiegosedan.com/images/smallmenu1_over.gif',0) onmouseout=MM_swapImgRestore() href=https://www3.mylimobiz.com/sandiegosedan/reservations/login.asp rel=nofollow><IMG height=18 alt=Reservations src=http://www.sandiegosedan.com/images/smallmenu1.gif width=120 border=0 name=menuOne></A>";
   var menuTwo = "<A onmouseover=MM_swapImage('menuTwo','','http://www.sandiegosedan.com/images/smallmenu3_over.gif',0) onmouseout=MM_swapImgRestore() href=http://www.sandiegosedan.com/services.php><IMG height=18 alt=Services src=http://www.sandiegosedan.com/images/smallmenu3.gif width=120 border=0 name=menuTwo></A>";
   var menuThree = "<A onmouseover=MM_swapImage('menuThree','','http://www.sandiegosedan.com/images/smallmenu2_over.gif',0) onmouseout=MM_swapImgRestore() href=http://www.sandiegosedan.com/rates.php><IMG height=18 alt=Rates src=http://www.sandiegosedan.com/images/smallmenu2.gif width=120 border=0 name=menuThree></A>";
   var menuFour = "<A onmouseover=MM_swapImage('menuFour','','http://www.sandiegosedan.com/images/smallmenu4_over.gif',0) onmouseout=MM_swapImgRestore() href=http://www.sandiegosedan.com/san-diego.php><IMG height=18 alt=Resources src=http://www.sandiegosedan.com/images/smallmenu4.gif width=120 border=0 name=menuFour id=menuFour></A>";
   var menuFive = "<A onmouseover=MM_swapImage('menuFive','','http://www.sandiegosedan.com/images/smallmenu5_over.gif',0) onmouseout=MM_swapImgRestore() href=http://www.sandiegosedan.com/contact.php><IMG height=18 alt=Contact Information src=http://www.sandiegosedan.com/images/smallmenu5.gif width=120 border=0 name=menuFive id=menuFive></A>";
   var menuSix = "<A onmouseover=MM_swapImage('menuSix','','http://www.sandiegosedan.com/images/smallmenu6_over.gif',0) onmouseout=MM_swapImgRestore() href=http://www.sandiegosedan.com/><IMG height=18 alt=San Diego Sedan src=http://www.sandiegosedan.com/images/smallmenu6.gif width=120 border=0 name=menuSix id=menuSix></A>";







   var hMenu = new PopupMenu('hMenu');
   with (hMenu)
   {
       startMenu('root', false, 50, 72, rootMenuWidth, vBar);
      
         addItem(miLeftFiller, '', '', '', 1);
         
         addItem(menuOne, 'one', 'sm:', '', 123);
   
         addItem(menuTwo, 'two', 'sm:', '', 123);
   
         addItem(menuThree, 'three', 'sm:', '', 123);
         
         addItem(menuFour, 'four', 'sm:', '', 123);
         
         addItem(menuFive, 'five', 'sm:', '', 123);
         
         addItem(menuSix, 'six', 'sm:', '', 123);



      startMenu('one', true, 0, 24, 123, blueMenu);



      
      startMenu('two', true, 0, 24, 123, blueMenu);
         
addItem('Corporate Travel', 'location="corporate-travel.php"', 'js:', '', 18);
         
addItem('Roadshows', 'location="roadshow.php"', 'js:', '', 18);
         
addItem('Conventions', 'location="convention-transportation.php"', 'js:', '', 18);

addItem('Airport Services', 'location="airport-travel.php"', 'js:', '', 18);
         
addItem('Concert Limos', 'location="concert-limos.php"', 'js:', '', 18);
         
addItem('Wedding Limos', 'location="wedding-limos.php"', 'js:', '', 18);

addItem('Prom Night Limos', 'location="prom-limos.php"', 'js:', '', 18);

addItem('Temecula Wine Tours', 'location="winetours.php"', 'js:', '', 18);

addItem('Tours to Mexico', 'location="mexico-tours.php"', 'js:', '', 18);

addItem('Del Mar Racetrack', 'location="del-mar-racetrack.php"', 'js:', '', 18);

addItem('Casino Packages', 'location="casino-transportation.php"', 'js:', '', 18);

addItem('Worldwide Services', 'location="worldwide-services.php"', 'js:', '', 18);




      startMenu('three', true, 0, 24, 123, purpleMenu);
         
addItem('Rates and Specials', 'location="rates.php"', 'js:', '', 18);

addItem('Fleet Information', 'location="fleet.php"', 'js:', '', 18);



    
      startMenu('four', true, 0, 24, 123, greyMenu);

addItem('Visit San Diego', 'location="san-diego.php"', 'js:', '', 18);

addItem('Travel Resources', 'location="resources.php"', 'js:', '', 18);


      startMenu('five', true, 0, 24, 123, blueMenu);
         
addItem('Contact Information', 'location="contact.php"', 'js:', '', 18);

addItem('Testimonials', 'location="testimonials.php"', 'js:', '', 18);

addItem('Terms of Use', 'location="terms.php"', 'js:', '', 18);



    
      startMenu('six', true, 0, 24, 123, blueMenu);
               

   }

   //********************************************************************************************
   //                      This is TwinHelix Code
   //
   // OK, now call the pMenu Update constructor and them place the menu at the DIV tag.
   //********************************************************************************************
   if (!isNS4) 
   {
      // Write menus now in non-NS4 browsers, by calling the "Fast" mode .update(true) method.
      hMenu.update(true);
      /*
      window.onload = function()
      {
         var target = document.getElementById('horizontalMenu');
         rootY = target.offsetTop;
         rootX = target.offsetLeft;

         target.style.height = hMenu.menu.root[0].menuH;
         alert(target.style.height);
         hMenu.position();

      }
      */
      //anotherMenu.update(true);
   } else {
      // For Netscape 4, back up the old onload function and make a new one to update our menus.
      // This is the regular "Dynamic" mode menu update, it works in IE and NS6 too if required.
      var popOldOL = window.onload;
      window.onload = function()
      {
       if (popOldOL) popOldOL();
        hMenu.update();
      }
   }

   //********************************************************************************************
   // Movement
   //********************************************************************************************
   if (!isOp && navigator.userAgent.indexOf('rv:0.')==-1)
   {
      hMenu.showMenu = new Function('mN','menuAnim(this, mN, 10)');
      hMenu.hideMenu = new Function('mN','menuAnim(this, mN, -10)');
   }
   //********************************************************************************************



