home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / docs / hutil / www.samsung.com / module / JS / prod_nav.js
Encoding:
Text File  |  2003-11-10  |  5.4 KB  |  185 lines

  1. //global Navigation 
  2. home="/index.htm";
  3. support="/Support/index.htm";
  4. contact="/ContactUs/ContactUs.htm";
  5. priv="/etc/Privacy.htm";
  6. legal="/etc/Legal_notice.htm";
  7. digitall="/DigitAll/index.htm";
  8. press="/PressCenter/index.asp";
  9. about="/AboutSAMSUNG/index.htm";
  10. sitemap="/Sitemap/Sitemap.htm";
  11.  
  12. //Products
  13. products="/Products/index.htm";
  14.  
  15. //TV, video & audio(Grop)
  16. tva="/Products/TVVideoAudio.htm";
  17.     tv="/Products/TV/index.htm";
  18.     dvd="/Products/DVDPlayer/index.htm"; //DVDplayer
  19.     cam="/Products/Camcorder/index.htm"; //camcorder
  20.     vcr="/Products/VCR/index.htm"; //VCR
  21.     settop="/Products/DigitalSettopBox/index.htm"; //Digitalsettopbox
  22.     audiop="/Products/DigitalAudioPlayer/index.htm"; //Digitalaudioplayer
  23.     haudio="/Products/HomeAudio/index.htm"; //Homeaudio
  24.     paudio="/Products/PortableAudio/index.htm"; //Portableaudio
  25.  
  26. //Computers & Related Products(Grop)
  27.         com_rel="/Products/ComputersRelatedProducts.htm";
  28.     notebook="/Products/NotebookPCs/index.htm";
  29.     handheld="/Products/HandheldPC/index.htm"; 
  30.      hdd="/Products/HardDiskDrive/index.htm";
  31.      cddvd="/Products/CDDVD_Rom/index.htm";
  32.      cdrdvdw="/Products/CDDVD_Writer/index.htm";
  33.      monitor="/Products/Monitor/index.htm"; 
  34.         printer="/Products/Printer/index.htm"; 
  35.      mfp="/Products/MultiFunctionProducts/index.htm";
  36.      fax="/Products/Fax/index.htm";
  37.  
  38.  
  39.  
  40. //Mobile Phones 
  41.         mobile="/Products/MobilePhones.htm";
  42.         cordless="/Products/CordlessPhone/index.htm"; 
  43.         
  44.  
  45.  
  46. //Home Appliances 
  47. happ="/Products/HomeAppliances.htm";
  48.     refrigerator="/Products/Refrigerator/index.htm";
  49.     aircondi="/Products/AirConditioner/index.htm";
  50.     oven="/Products/MicrowaveOven/index.htm";
  51.     washing="/Products/WashingMachine/index.htm"; 
  52.     vacuum="/Products/VacuumCleaner/index.htm"; 
  53.  
  54.  
  55. //Semiconductor
  56. semi="/Products/Semiconductor/index.htm";
  57.     dram="/Products/Semiconductor/Products/DRAM/index.htm";
  58.     flash="/Products/Semiconductor/Products/Flash/index.htm"; 
  59.     sram="/Products/Semiconductor/Products/SRAM/index.htm";
  60.     gmemory="/Products/Semiconductor/Products/MCP/index.htm"; 
  61.     mcp="/Products/Semiconductor/Products/GraphicsMemory/index.htm"; 
  62.     maskrom="/Products/Semiconductor/Products/MaskROM/index.htm"; 
  63.     tft="/Products/Semiconductor/Products/SystemLSI/index.htm"; 
  64.     lsi="/Products/Semiconductor/Products/TFTLCDModules/index.htm";
  65.  
  66. //TFT LCD Modules 
  67. tftmodules="/Products/Semiconductor/TFTLCDModules/index.htm";
  68.  
  69. //fiber
  70. fiber="/Products/Fiberoptics.htm";
  71.     optical="/Products/OpticalFibers/index.htm";
  72.     fibercable="/Products/FiberOpticCables/index.htm";
  73.     interconnection="/Products/InterconnectionProducts/index.htm";
  74.  
  75. //TelecommunicationSystems(Grop)
  76. tele="/Products/TelecommunicationSystems.htm";
  77.     cdma2000="/Products/CDMA20001x/index.htm";
  78.     cdmaEVDO="/Products/CDMA20001xEV_DO/index.htm"; 
  79.     wcdma="/Products/W_CDMA/index.htm"; 
  80.     ngn="/Products/NGNSolution/index.htm"; 
  81.     bsolution="/Products/BroadbandNetworkSolution/index.htm"; 
  82.     enetwork="/Products/EdgeMetroSolution/index.htm"; 
  83.     ipn="/Products/IPNetwork/index.htm"; 
  84.     keyphone="/Products/Keyphone/index.htm"; 
  85.     hinfra="/Products/HomeInfra/index.htm"; 
  86.  
  87.  
  88. //CCTV 
  89. cctv="/Products/CCTV.htm";
  90.     cameras="/Products/Cameras/index.htm";
  91.     smartdome="/Products/SmartDomeSystems/index.htm"; 
  92.     monitors="/Products/Monitors/index.htm"; 
  93.     networksec="/Products/NetworkSecurity/index.htm";
  94.     controllers="/Products/Controllers/index.htm"; 
  95.     vcrs="/Products/VCRs/index.htm"; 
  96.     dvrs="/Products/DVRs/index.htm"; 
  97.  
  98.  
  99. //Compressors 
  100. compress="/Products/Compressors.htm";
  101.     recipro="/Products/ReciproCompressor/index.htm";
  102.     rotary="/Products/RotaryCompressor/index.htm"; 
  103.  
  104.  
  105. //Factory Automation
  106. factory="/Products/FactoryAutomation.htm";
  107.     manufacturing="/Products/ManufacturingEquipment/ManufacturingEquipment.htm"; 
  108.     robot_controller="/Products/Robot_Controller/Robot_Controller.htm"; 
  109.     precision="/Products/PrecisionOpticLens/PrecisionOpticLens.htm";
  110.  
  111. //Home Network
  112.  
  113.  
  114.  
  115.  
  116.  
  117. function GoUrl(Str) {
  118.     location.href=eval(Str);
  119. }
  120.  
  121.  
  122. //Main Menu RollOver
  123. function ImgPreLoad(imgTitle, imageNum) {
  124.         imageNum++;
  125.         rollOver = new Array(imageNum);
  126.         rollOut = new Array(imageNum);
  127.         for (j = 1; j <= imageNum; j++) {
  128.             if (j < 10) {
  129.                 retmp = "_0";
  130.             } else {
  131.                 retmp ="_";
  132.             }
  133.             rollOver[j] = new Image();
  134.             rollOver[j].src = imgTitle + retmp + j + "_on.gif";
  135.             rollOut[j] = new Image();
  136.             rollOut[j].src = imgTitle + retmp + j + "_off.gif";
  137.         }
  138.     }
  139.  
  140.     function imgOver(Number) {
  141.         if (rollOver[Number] != null) {
  142.             document["w"+Number].src = rollOver[Number].src;
  143.         }
  144.     }
  145.  
  146.     function imgOut(Number) {
  147.         if (rollOver[Number] != null) {
  148.             if (Number != _MCurrentOn) {
  149.                 document["w"+Number].src = rollOut[Number].src;
  150.             }
  151.         }
  152.     }
  153.     
  154.     
  155. //jump menu
  156. function move_site(frm) {
  157.     var myindex=frm.selectedIndex
  158.     if (frm.options[myindex].value != null) {
  159.                  window.open(frm.options[myindex].value);
  160.     }
  161. }
  162.  
  163. function selmodel(frm) {
  164.     var selurl=frm.selectedModel
  165.     if (frm.options[selurl].value != null) {
  166.                  window.open(frm.options[selurl].value);
  167.     }
  168. }
  169.  
  170. //popup
  171.  
  172. function popup(Fn, X, Y, Scroll){
  173. l = (screen.width) ?    (screen.width-550) / 2    : 0;
  174.     t = (screen.height) ?    (screen.height-400) / 2 : 0;    
  175.     NewWindow=window.open(Fn,'newwindow','width='+X+',height='+Y+',top='+t+',left='+l+',scrollbars='+Scroll+',toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no');
  176. }
  177.  
  178.  
  179.  
  180. function clearText(thefield){ 
  181. if (thefield.defaultValue==thefield.value) 
  182.         thefield.value = "" 
  183.  
  184.