home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 July / PCpro_2004_07.ISO / docs / maxblast / maxblast3_files / nav_data.js < prev    next >
Encoding:
Text File  |  2004-03-07  |  1.6 KB  |  36 lines

  1. Nav.root = new Nav( "/en", "Home" );
  2.  
  3. var t1, t2;
  4.  
  5.  
  6.  
  7. t1 = Nav.root.add( "products", "Products", true );
  8.  
  9.     t2 = t1.add( "scsi", "SCSI Hard Drives" );
  10.  
  11.     t2 = t1.add( "ata", "ATA Hard Drives" );
  12.  
  13.     t2 = t1.add( "external", "External Hard Drives" );
  14.  
  15.     t2 = t1.add( "accessories", "Accessories" );
  16.  
  17.  
  18.  
  19. t1 = Nav.root.add( "support/regions", "Support", false );
  20.  
  21.      // t2 = t1.add( "products", "English Support" );
  22.  
  23.      // t2 = t1.add( "nav_redirect.cfm?path=/fr/support/products/index.htm", "Support Français " );
  24.  
  25.      // t2 = t1.add( "nav_redirect.cfm?path=/de/support/products/index.htm", "Deutscher Support" );
  26.  
  27.  
  28.  
  29. t1 = Nav.root.add( "solutions", "Storage Solutions", true );
  30.  
  31.     t2 = t1.add( "enterprise", "Enterprise Solutions" );
  32.  
  33.     t2 = t1.add( "soho", "Small/Home Office Solutions" );
  34.  
  35.     t2 = t1.add( "integrator", "Integrator and VAR Solutions" );
  36.  
  37.         
  38.  
  39. t1 = Nav.root.add( "about", "About Maxtor", true );
  40.  
  41.     t2 = t1.add( "corporate", "Maxtor Corporation" );
  42.  
  43.     t2 = t1.add( "mmc", "MMC Technology" ); 
  44.  
  45.         t2 = t1.add( "investor_relations", "Investor Relations" );
  46.  
  47.     t2 = t1.add( "press_center", "Press Center" );
  48.  
  49.     t2 = t1.add( "careers", "Careers" );
  50.  
  51.     t2 = t1.add( "contact", "Contact Us" );
  52.  
  53.  
  54.  
  55. t1 = Nav.root.add( "partners", "Channel Partners", false );
  56.  
  57.  
  58.  
  59. //t1 = Nav.root.add( "nav_redirect.cfm?path=http://www.maxtorVIP.com/", "Channel Partners", false );
  60.  
  61.  
  62.  
  63.  
  64.  
  65. t1 = Nav.root.add( "technologies", "Technologies", false );
  66.  
  67.  
  68.  
  69. t1 = Nav.root.add( "nav_redirect.cfm?path=http://www.maxstore.com/referrer.asp%3fr=homepage", "Shop Maxtor", false );
  70.  
  71.