home *** CD-ROM | disk | FTP | other *** search
- Nav.root = new Nav( "/en", "Home" );
-
- var t1, t2;
-
-
-
- t1 = Nav.root.add( "products", "Products", true );
-
- t2 = t1.add( "scsi", "SCSI Hard Drives" );
-
- t2 = t1.add( "ata", "ATA Hard Drives" );
-
- t2 = t1.add( "external", "External Hard Drives" );
-
- t2 = t1.add( "accessories", "Accessories" );
-
-
-
- t1 = Nav.root.add( "support/regions", "Support", false );
-
- // t2 = t1.add( "products", "English Support" );
-
- // t2 = t1.add( "nav_redirect.cfm?path=/fr/support/products/index.htm", "Support Français " );
-
- // t2 = t1.add( "nav_redirect.cfm?path=/de/support/products/index.htm", "Deutscher Support" );
-
-
-
- t1 = Nav.root.add( "solutions", "Storage Solutions", true );
-
- t2 = t1.add( "enterprise", "Enterprise Solutions" );
-
- t2 = t1.add( "soho", "Small/Home Office Solutions" );
-
- t2 = t1.add( "integrator", "Integrator and VAR Solutions" );
-
-
-
- t1 = Nav.root.add( "about", "About Maxtor", true );
-
- t2 = t1.add( "corporate", "Maxtor Corporation" );
-
- t2 = t1.add( "mmc", "MMC Technology" );
-
- t2 = t1.add( "investor_relations", "Investor Relations" );
-
- t2 = t1.add( "press_center", "Press Center" );
-
- t2 = t1.add( "careers", "Careers" );
-
- t2 = t1.add( "contact", "Contact Us" );
-
-
-
- t1 = Nav.root.add( "partners", "Channel Partners", false );
-
-
-
- //t1 = Nav.root.add( "nav_redirect.cfm?path=http://www.maxtorVIP.com/", "Channel Partners", false );
-
-
-
-
-
- t1 = Nav.root.add( "technologies", "Technologies", false );
-
-
-
- t1 = Nav.root.add( "nav_redirect.cfm?path=http://www.maxstore.com/referrer.asp%3fr=homepage", "Shop Maxtor", false );
-
-