home *** CD-ROM | disk | FTP | other *** search
- //global Navigation
- home="/index.htm";
- support="/Support/index.htm";
- contact="/ContactUs/ContactUs.htm";
- priv="/etc/Privacy.htm";
- legal="/etc/Legal_notice.htm";
- digitall="/DigitAll/index.htm";
- press="/PressCenter/index.asp";
- about="/AboutSAMSUNG/index.htm";
- sitemap="/Sitemap/Sitemap.htm";
-
- //Products
- products="/Products/index.htm";
-
- //TV, video & audio(Grop)
- tva="/Products/TVVideoAudio.htm";
- tv="/Products/TV/index.htm";
- dvd="/Products/DVDPlayer/index.htm"; //DVDplayer
- cam="/Products/Camcorder/index.htm"; //camcorder
- vcr="/Products/VCR/index.htm"; //VCR
- settop="/Products/DigitalSettopBox/index.htm"; //Digitalsettopbox
- audiop="/Products/DigitalAudioPlayer/index.htm"; //Digitalaudioplayer
- haudio="/Products/HomeAudio/index.htm"; //Homeaudio
- paudio="/Products/PortableAudio/index.htm"; //Portableaudio
-
- //Computers & Related Products(Grop)
- com_rel="/Products/ComputersRelatedProducts.htm";
- notebook="/Products/NotebookPCs/index.htm";
- handheld="/Products/HandheldPC/index.htm";
- hdd="/Products/HardDiskDrive/index.htm";
- cddvd="/Products/CDDVD_Rom/index.htm";
- cdrdvdw="/Products/CDDVD_Writer/index.htm";
- monitor="/Products/Monitor/index.htm";
- printer="/Products/Printer/index.htm";
- mfp="/Products/MultiFunctionProducts/index.htm";
- fax="/Products/Fax/index.htm";
-
-
-
- //Mobile Phones
- mobile="/Products/MobilePhones.htm";
- cordless="/Products/CordlessPhone/index.htm";
-
-
-
- //Home Appliances
- happ="/Products/HomeAppliances.htm";
- refrigerator="/Products/Refrigerator/index.htm";
- aircondi="/Products/AirConditioner/index.htm";
- oven="/Products/MicrowaveOven/index.htm";
- washing="/Products/WashingMachine/index.htm";
- vacuum="/Products/VacuumCleaner/index.htm";
-
-
- //Semiconductor
- semi="/Products/Semiconductor/index.htm";
- dram="/Products/Semiconductor/Products/DRAM/index.htm";
- flash="/Products/Semiconductor/Products/Flash/index.htm";
- sram="/Products/Semiconductor/Products/SRAM/index.htm";
- gmemory="/Products/Semiconductor/Products/MCP/index.htm";
- mcp="/Products/Semiconductor/Products/GraphicsMemory/index.htm";
- maskrom="/Products/Semiconductor/Products/MaskROM/index.htm";
- tft="/Products/Semiconductor/Products/SystemLSI/index.htm";
- lsi="/Products/Semiconductor/Products/TFTLCDModules/index.htm";
-
- //TFT LCD Modules
- tftmodules="/Products/Semiconductor/TFTLCDModules/index.htm";
-
- //fiber
- fiber="/Products/Fiberoptics.htm";
- optical="/Products/OpticalFibers/index.htm";
- fibercable="/Products/FiberOpticCables/index.htm";
- interconnection="/Products/InterconnectionProducts/index.htm";
-
- //TelecommunicationSystems(Grop)
- tele="/Products/TelecommunicationSystems.htm";
- cdma2000="/Products/CDMA20001x/index.htm";
- cdmaEVDO="/Products/CDMA20001xEV_DO/index.htm";
- wcdma="/Products/W_CDMA/index.htm";
- ngn="/Products/NGNSolution/index.htm";
- bsolution="/Products/BroadbandNetworkSolution/index.htm";
- enetwork="/Products/EdgeMetroSolution/index.htm";
- ipn="/Products/IPNetwork/index.htm";
- keyphone="/Products/Keyphone/index.htm";
- hinfra="/Products/HomeInfra/index.htm";
-
-
- //CCTV
- cctv="/Products/CCTV.htm";
- cameras="/Products/Cameras/index.htm";
- smartdome="/Products/SmartDomeSystems/index.htm";
- monitors="/Products/Monitors/index.htm";
- networksec="/Products/NetworkSecurity/index.htm";
- controllers="/Products/Controllers/index.htm";
- vcrs="/Products/VCRs/index.htm";
- dvrs="/Products/DVRs/index.htm";
-
-
- //Compressors
- compress="/Products/Compressors.htm";
- recipro="/Products/ReciproCompressor/index.htm";
- rotary="/Products/RotaryCompressor/index.htm";
-
-
- //Factory Automation
- factory="/Products/FactoryAutomation.htm";
- manufacturing="/Products/ManufacturingEquipment/ManufacturingEquipment.htm";
- robot_controller="/Products/Robot_Controller/Robot_Controller.htm";
- precision="/Products/PrecisionOpticLens/PrecisionOpticLens.htm";
-
- //Home Network
-
-
-
-
-
- function GoUrl(Str) {
- location.href=eval(Str);
- }
-
-
- //Main Menu RollOver
- function ImgPreLoad(imgTitle, imageNum) {
- imageNum++;
- rollOver = new Array(imageNum);
- rollOut = new Array(imageNum);
- for (j = 1; j <= imageNum; j++) {
- if (j < 10) {
- retmp = "_0";
- } else {
- retmp ="_";
- }
- rollOver[j] = new Image();
- rollOver[j].src = imgTitle + retmp + j + "_on.gif";
- rollOut[j] = new Image();
- rollOut[j].src = imgTitle + retmp + j + "_off.gif";
- }
- }
-
- function imgOver(Number) {
- if (rollOver[Number] != null) {
- document["w"+Number].src = rollOver[Number].src;
- }
- }
-
- function imgOut(Number) {
- if (rollOver[Number] != null) {
- if (Number != _MCurrentOn) {
- document["w"+Number].src = rollOut[Number].src;
- }
- }
- }
-
-
- //jump menu
- function move_site(frm) {
- var myindex=frm.selectedIndex
- if (frm.options[myindex].value != null) {
- window.open(frm.options[myindex].value);
- }
- }
-
- function selmodel(frm) {
- var selurl=frm.selectedModel
- if (frm.options[selurl].value != null) {
- window.open(frm.options[selurl].value);
- }
- }
-
- //popup
-
- function popup(Fn, X, Y, Scroll){
- l = (screen.width) ? (screen.width-550) / 2 : 0;
- t = (screen.height) ? (screen.height-400) / 2 : 0;
- 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');
- }
-
-
-
- function clearText(thefield){
- if (thefield.defaultValue==thefield.value)
- thefield.value = ""
- }
-
-