//var hide_empty_list=true; //uncomment this line to hide empty selection lists
var disable_empty_list=true; //uncomment this line to disable empty selection lists

var onclickaction="goto" //set to "alert" or "goto". Former is for debugging purposes, to tell you the value of the final selected list that will be used as the destination URL. Set to "goto" when below configuration is all set up as desired. 

var newwindow=0 //Open links in new window or not? 1=yes, 0=no.

/////MENU LISTS and ITEMS below/////////////////

addListGroup("chainedmenu", "First-Select");

// START CONSUMER CATEGORIES //

addOption("First-Select", "Select a category", "", 1); //HEADER OPTION
addList("First-Select", "Consumer", "", "Consumer");
addList("First-Select", "Small Business", "", "Small-Business");

addOption("Consumer", "Select a subcategory", "", 1); //HEADER OPTION
addList("Consumer", "Accessories", "", "Accessories-c");
addList("Consumer", "Audio Visual", "", "Audio Visual");
addList("Consumer", "Cameras", "", "Cameras");
addList("Consumer", "Print Servers", "", "Print-Servers");
addList("Consumer", "Routers, Gateways & Adapters", "", "Routers-Gateways-Adapters");
addList("Consumer", "Storage", "", "Storage");
addList("Consumer", "Switches", "", "Switches");
addList("Consumer", "VoIP", "", "VoIP");
addList("Consumer", "Switching", "", "Switching-c");

addOption("Switching-c", "Select a subcategory", "", 1); //HEADER OPTION
addList("Switching-c", "Ethernet Adapters", "", "Ethernet Adapters-sw");
addList("Switching-c", "Unmanaged Switches", "", "Unmanaged Switches-sw");

addOption("Ethernet Adapters-sw", "Select a subcategory", "", 1); //HEADER OPTION
addList("Ethernet Adapters-sw", "LNE100TX: EtherFast PCI Bus 10/100Mbps Fast Ethernet adapter", "products/init_LNE100TX.html");

addOption("Unmanaged Switches-sw", "Select a subcategory", "", 1); //HEADER OPTION
addList("Unmanaged Switches-sw", "SD2005: 5-Port 10/100/1000Mbps Gigabit Unmanaged Switch", "products/init_SD2005.html");
addList("Unmanaged Switches-sw", "SD2008: 8-Port 10/100/1000Mbps Gigabit Unmanaged Switch", "products/init_SD2008.html");
addList("Unmanaged Switches-sw", "SD205: 5-Port 10/100Mbps Fast Ethernet Unmanaged Switch", "products/init_SD205.html");
addList("Unmanaged Switches-sw", "SD208: 8-Port 10/100Mbps Fast Ethernet Unmanaged Switch", "products/init_SD208.html");
addList("Unmanaged Switches-sw", "SD216: 16-Port 10/100Mbps Fast Ethernet Unmanaged Switch", "products/init_SD216.html");

addOption("Accessories-c", "Select a subcategory", "", 1); //HEADER OPTION
addList("Accessories-c", "Antennas", "", "Antennas-a");
addList("Accessories-c", "Ethernet Adapters", "", "Ethernet Adapters");
addList("Accessories-c", "VoIP Accessories", "", "VoIP Accessories-acc");

// start product
addOption("Antennas-a", "Select a subcategory", "", 1); //HEADER OPTION
addList("Antennas-a", "HGA7S: Linksys SMA Dipole Antenna", "products/init_HGA7S.html");
addList("Antennas-a", "HGA7T: Linksys TNC Dipole Antenna", "products/init_HGA7T.html");

addOption("Ethernet Adapters", "Select a subcategory", "", 1); //HEADER OPTION
addList("Ethernet Adapters", "LNE100TX: EtherFast PCI Bus 10/100Mbps Fast Ethernet adapter", "products/init_LNE100TX.html");

addOption("VoIP Accessories-acc", "Select a subcategory", "", 1); //HEADER OPTION
//addList("VoIP Accessories-acc", "", "", "");
addList("VoIP Accessories-acc", "SM01: Stacking Wallmount Module (pack of 10 pcs)", "products/init_SM01.html");


// end product

addOption("Audio Visual", "Select a subcategory", "", 1); //HEADER OPTION
addList("Audio Visual", "Internet Radio", "", "Internet Radio");
addList("Audio Visual", "Media Centre Extenders", "", "Media Centre Extenders");
addList("Audio Visual", "Media Servers", "", "Media Servers");
addList("Audio Visual", "Whole-Home Audio", "", "Whole-Home Audio");

// start product
addOption("Internet Radio", "Next Edition", "", 1); //HEADER OPTION
//addList("Internet Radio", "", "", "");

addOption("Media Centre Extenders", "Select a subcategory", "", 1); //HEADER OPTION
addList("Media Centre Extenders", "DMA2100: Media Center Extender", "products/init_DMA2100.html");
addList("Media Centre Extenders", "DMA2200: Media Center Extender", "products/init_DMA2200.html");


addOption("Media Servers", "Next Edition", "", 1); //HEADER OPTION
//addList("Media Servers", "", "", "");

addOption("Whole-Home Audio", "Next Edition", "", 1); //HEADER OPTION
//addList("Whole-Home Audio", "", "", "");
// end product

addOption("Cameras", "Select a subcategory", "", 1); //HEADER OPTION
addList("Cameras", "Wired Cameras", "", "Wired Camera's");
addList("Cameras", "Wireless Cameras", "", "Wireless Camera's");

// start product 
addOption("Wired Camera's", "Next Edition", "", 1); //HEADER OPTION
//addList("Wired Camera's", "", "");


addOption("Wireless Camera's", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wireless Camera's", "WVC54GC: Linksys Wireless-G 54Mbps Compact IP Video Camera", "products/init_WVC54GC.html");
// end product

addOption("Print-Servers", "Select a subcategory", "", 1); //HEADER OPTION
addList("Print-Servers", "Wired Print Servers", "", "Wired Print Servers");
addList("Print-Servers", "Wireless Print Servers", "", "Wireless Print Servers");

// start product 
addOption("Wired Print Servers", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wired Print Servers", "PSUS4: Linksys USB Print Server w/ 4-Port 10/100Mbps Switch", "products/init_PSUS4.html");

addOption("Wireless Print Servers", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wireless Print Servers", "WPS54G: Linksys Wireless-G 54Mbps Print Server", "products/init_WPS54G.html");
// end product

addOption("Routers-Gateways-Adapters", "Select a subcategory", "", 1); //HEADER OPTION
addList("Routers-Gateways-Adapters", "Antennas", "", "Antennas");
addList("Routers-Gateways-Adapters", "Access Points", "", "Access Points");
addList("Routers-Gateways-Adapters", "DSL Gateways", "", "DSL Gateways");
addList("Routers-Gateways-Adapters", "DSL Modems", "", "DSL Modems");
addList("Routers-Gateways-Adapters", "VoIP Gateways", "", "VoIP Gateways");
addList("Routers-Gateways-Adapters", "VoIP Routers", "", "VoIP Routers");
addList("Routers-Gateways-Adapters", "Wireless Adapters", "", "Wireless Adapters");
addList("Routers-Gateways-Adapters", "Wireless Extenders", "", "Wireless Extenders");
addList("Routers-Gateways-Adapters", "Wireless Gateways", "", "Wireless Gateways");
addList("Routers-Gateways-Adapters", "Wireless Routers", "", "Wireless Routers");
addList("Routers-Gateways-Adapters", "Wired Adapters", "", "Wired Adapters");
addList("Routers-Gateways-Adapters", "Wired Gateways", "", "Wired Gateways");
addList("Routers-Gateways-Adapters", "Wired Routers", "", "Wired Routers");

// start product 
addOption("Antennas", "Select a subcategory", "", 1); //HEADER OPTION
addList("Antennas", "HGA7S: Linksys SMA Dipole Antenna", "products/init_HGA7S.html");
addList("Antennas", "HGA7T: Linksys TNC Dipole Antenna", "products/init_HGA7T.html");

addOption("Access Points", "Select a subcategory", "", 1); //HEADER OPTION
addList("Access Points", "WAP54G: Linksys Wireless-G 54Mbps Access Point", "products/init_WAP54G.html");
addList("Access Points", "WET54G: Linksys Wireless-G 54Mbps Ethernet Bridge", "products/init_WET54G.html");
addList("Access Points", "WRE54G: Linksys Wireless-G 54Mbps Range Extender", "products/init_WRE54G.html");

addOption("DSL Gateways", "Select a subcategory", "", 1); //HEADER OPTION
addList("DSL Gateways", "AG300-AU: Linksys ADSL 2/2+ Gateway with 4-Port 10/100Mbps Switch", "products/init_AG300-AU.html");
addList("DSL Gateways", "AG310-AU: Linksys ADSL 2/2+ Gateway with 4-Port 10/100Mbps Switch, 1 x FXS and 1 x FXO Port", "products/init_AG310-AU.html");
addList("DSL Gateways", "WAG200G-AU: Linksys ADSL2/2+ Wireless-G (54Mpbs) ADSL Gateway", "products/init_WAG200G-AU.html");
addList("DSL Gateways", "WAG325N-AU: Linksys ADSL2/2+ Wireless Draft-N (300Mbps) Gateway with 4-Port Switch", "products/init_WAG325N-AU.html");
addList("DSL Gateways", "WAG54G-AU: Linksys ADSL2/2+ Wireless-G (54Mpbs) ADSL Gateway", "products/init_WAG54G-AU.html");

addOption("DSL Modems", "Select a subcategory", "", 1); //HEADER OPTION
addList("DSL Modems", "AM300-AU: Linksys ADSL 2/2+ USB / Ethernet Combo ADSL Modem", "products/init_AM300-AU.html");

addOption("VoIP Gateways", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP Gateways", "AG310-AU: Linksys ADSL 2/2+ Gateway with 4-Port 10/100Mbps Switch, 1 x FXS and 1 x FXO Port", "products/init_AG310-AU.html");


addOption("VoIP Routers", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP Routers", "WRTP54G: Linksys Wireless-G Broadband VoIP Router w/ 2 x Phone Ports & 4-Port 10/100Mbps Switch", "products/init_WRTP54G.html");

addOption("Wireless Adapters", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wireless Adapters", "WMP300N: Linksys Wireless Draft-N PCI Network Adapter", "products/init_WMP300N.html");
addList("Wireless Adapters", "WMP54G: Linksys Wireless-G 54Mbps PCI Network Adapter", "products/init_WMP54G.html");
addList("Wireless Adapters", "WPC300N: Linksys Wireless Draft-N PCMCIA CardBus Network Adapter", "products/init_WPC300N.html");
addList("Wireless Adapters", "WPC54G: Linksys Wireless-G 54Mbps PCMCIA CardBus Network Adapter", "products/init_WPC54G.html");
addList("Wireless Adapters", "WUSB300N: Linksys Draft-N Wireless USB Network Adapter", "products/init_WUSB300N.html");
addList("Wireless Adapters", "WUSB54G: Linksys Wireless-G 54Mbps USB 2.0 Network Adapter", "products/init_WUSB54G.html");
addList("Wireless Adapters", "WUSB54GC: Linksys Wireless-G 54Mbps USB 2.0 Compact Network Adapter", "products/init_WUSB54GC.html");
addList("Wireless Adapters", "WUSBF54G: Linksys Wireless-G USB Network Adapter with Wi-Fi Finder", "products/init_WUSBF54G.html");

addOption("Wireless Extenders", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wireless Extenders", "WET54G: Linksys Wireless-G 54Mbps Ethernet Bridge", "products/init_WET54G.html");
addList("Wireless Extenders", "WRE54G: Linksys Wireless-G 54Mbps Range Extender", "products/init_WRE54G.html");

addOption("Wireless Gateways", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wireless Gateways", "WAG200G-AU: Linksys ADSL2/2+ Wireless-G (54Mpbs) ADSL Gateway", "products/init_WAG200G-AU.html");
addList("Wireless Gateways", "WAG54G-AU: Linksys ADSL2/2+ Wireless-G (54Mpbs) ADSL Gateway", "products/init_WAG54G-AU.html");

addOption("Wireless Routers", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wireless Routers", "WRT150N: Linksys Wireless Draft-N (3 x 9) Broadband Router (2x3 MIMO) w/ 4-Port 10/100Mbps Switch", "products/init_WRT150N.html");
addList("Wireless Routers", "WRT300N: Linksys Wireless Draft-N (4 x 12) Broadband Router w/ 4-Port 10/100Mbps Switch", "products/init_WRT300N.html");
addList("Wireless Routers", "WRT350N: Linksys Wireless Draft-N (4 x 12) Broadband Router w/ 4-Port 10/100/1000Mbps Switch and Storage Link Built-In", "products/init_WRT350N.html");
addList("Wireless Routers", "WRT54G: Linksys Wireless-G (54Mpbs) Broadband Router w/ 4-Port 10/100Mbps Switch", "products/init_WRT54G.html");
addList("Wireless Routers", "WRT54GC: Linksys Wireless-G (54Mpbs) Broadband Compact Router w/ 4-Port 10/100Mbps Switch", "products/init_WRT54GC.html");
addList("Wireless Routers", "WRT54GL: Linksys Wireless-G (54Mpbs) Broadband Router w/ 4-Port 10/100Mbps Switch - Llinux Based", "products/init_WRT54GL.html");
addList("Wireless Routers", "WRTP54G: Linksys Wireless-G Broadband VoIP Router w/ 2 x Phone Ports & 4-Port 10/100Mbps Switch", "products/init_WRTP54G.html");
addList("Wireless Routers", "WRT100: RangePlus Wireless Router", "products/init_WRT100.html");



addOption("Wired Adapters", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wired Adapters", "USB200M: EtherFast USB 2.0 10/100Mbps Fast Ethernet adapter with Direct Port", "products/init_USB200M.html");
addList("Wired Adapters", "USBBT100: Linksys Bluetooth USB Network Adapter", "products/init_USBBT100.html");
addList("Wired Adapters", "LNE100TX: EtherFast PCI Bus 10/100Mbps Fast Ethernet adapter", "products/init_LNE100TX.html");


addOption("Wired Gateways", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wired Gateways", "AG310-AU: Linksys ADSL 2/2+ Gateway with 4-Port 10/100Mbps Switch, 1 x FXS and 1 x FXO Port", "products/init_AG310-AU.html");

addOption("Wired Routers", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wired Routers", "BEFSR41: Linksys EtherFast IP Router for DSL/Cable Modems with 4-Port Switch", "products/init_BEFSR41.html");
addList("Wired Routers", "BEFSX41: Linksys EtherFast IP Firewall Router for DSL/Cable Modems with 4-Port Switch and Single VPN Endpoint", "products/init_BEFSX41.html");


// end product

addOption("Storage", "Select a subcategory", "", 1); //HEADER OPTION
addList("Storage", "Network Attached Storage", "", "Network Attached Storage");
addList("Storage", "Storage Link Products", "", "Storage Link Products");

// start product
addOption("Network Attached Storage", "Select a subcategory", "", 1); //HEADER OPTION
addList("Network Attached Storage", "NAS200-AU: Linksys  Network Storage System with 2 Bays", "products/init_NAS200-AU.html");

addOption("Storage Link Products", "Select a subcategory", "", 1); //HEADER OPTION
addList("Storage Link Products", "NSLU2: Network Storage Link USB 2.0", "products/init_NSLU2.html");
//end product

addOption("Switches", "Select a subcategory", "", 1); //HEADER OPTION
addList("Switches", "Fast Ethernet Switches", "", "Fast Ethernet Switches");
addList("Switches", "Gigabit Switches", "", "Gigabit Switches");

// start product
addOption("Fast Ethernet Switches", "Select a subcategory", "", 1); //HEADER OPTION
addList("Fast Ethernet Switches", "SD205: 5-Port 10/100Mbps Fast Ethernet Unmanaged Switch", "products/init_SD205.html");
addList("Fast Ethernet Switches", "SD208: 8-Port 10/100Mbps Fast Ethernet Unmanaged Switch", "products/init_SD208.html");
addList("Fast Ethernet Switches", "SD216: 16-Port 10/100Mbps Fast Ethernet Unmanaged Switch", "products/init_SD216.html");

addOption("Gigabit Switches", "Select a subcategory", "", 1); //HEADER OPTION
addList("Gigabit Switches", "SD2005: 5-Port 10/100/1000Mbps Gigabit Unmanaged Switch", "products/init_SD2005.html");
addList("Gigabit Switches", "SD2008: 8-Port 10/100/1000Mbps Gigabit Unmanaged Switch", "products/init_SD2008.html");
// end product

addOption("VoIP", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP", "Skype Phones", "", "Skype Phones");
addList("VoIP", "VoIP Accessories", "", "VoIP Accessories");
addList("VoIP", "VoIP ATA's", "", "VoIP ATA's");
addList("VoIP", "VoIP Gateways", "", "VoIP Gateways-a");
addList("VoIP", "VoIP Phones", "", "VoIP Phones");
addList("VoIP", "VoIP Routers", "", "VoIP Routers-a");


// start product
addOption("Skype Phones", "Select a subcategory", "", 1); //HEADER OPTION
addList("Skype Phones", "CIT200-AU: Linksys Skype Phone - DECT Interface, USB Connection to PC", "products/init_CIT200-AU.html");
addList("Skype Phones", "CIT400-AU: Linksys Dual Mode Skype Phone", "products/init_CIT400-AU.html");

addOption("VoIP Accessories", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP Accessories", "SM01: Stacking Wallmount Module (pack of 10 pcs)", "products/init_SM01.html");

addOption("VoIP ATA's", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP ATA's", "PAP2T-AU: Linksys 2-Port FXS Analogue Telephone Adapter (ATA)", "products/init_PAP2T-AU.html");
addList("VoIP ATA's", "SPA1001-AU: Linksys 1-Port FXS Analogue Telephone Adapter (ATA)", "products/init_SPA1001-AU.html");
addList("VoIP ATA's", "SPA2102-AU: Linksys 2-Port FXS Analogue Telephone Adapter (ATA) with Built-in Router", "products/init_SPA2102-AU.html");
addList("VoIP ATA's", "SPA3102-AU: Linksys 1-Port FXS + 1-Port FXO (PSTN) Analogue Telephone Adapter (ATA) with Built-in Router", "products/init_SPA3102-AU.html");


addOption("VoIP Gateways-a", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP Gateways-a", "", "");

addOption("VoIP Phones", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP Phones", "", "", "");

addOption("VoIP Routers-a", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP Routers-a", "SPA2102-AU: Linksys 2-Port FXS Analogue Telephone Adapter (ATA) with Built-in Router", "products/init_SPA2102-AU.html");
addList("VoIP Routers-a", "SPA3102-AU: Linksys 1-Port FXS + 1-Port FXO (PSTN) Analogue Telephone Adapter (ATA) with Built-in Router", "products/init_SPA3102-AU.html");
addList("VoIP Routers-a", "WRTP54G: Linksys Wireless-G Broadband VoIP Router w/ 2 x Phone Ports & 4-Port 10/100Mbps Switch", "products/init_WRTP54G.html");
// end product

// END CONSUMER CATEGORIES //

// START SMALL-BUSINESS CATEGORIES //

addOption("Small-Business", "Select a subcategory", "", 1); //HEADER OPTION
addList("Small-Business", "Accessories", "", "Accessories-s");
addList("Small-Business", "Cameras", "", "Cameras-s");
addList("Small-Business", "Linksys One", "", "Linksys One");
addList("Small-Business", "Routers, Gateways and Adapters", "", "Routers, Gateways and Adapters");
addList("Small-Business", "Storage", "", "Storage-s");
addList("Small-Business", "Switching", "", "Switching");
addList("Small-Business", "VoIP Products", "", "VoIP Products");

addOption("Accessories-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Accessories-s", "Antennas", "", "Antennas-s");
addList("Accessories-s", "Ethernet Adapters", "", "Ethernet Adapters-s");
addList("Accessories-s", "KVM Products", "", "KVM Products-s");
addList("Accessories-s", "PoE Accessories", "", "PoE Accessories");
addList("Accessories-s", "Power Adapters", "", "Power Adapters");
addList("Accessories-s", "Redundant Power Supplies", "", "Redundant Power Supplies");
addList("Accessories-s", "Storage Accessories", "", "Storage Accessories");
addList("Accessories-s", "VoIP Accessories", "", "VoIP Accessories-s");

// start product
addOption("Antennas-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Antennas-s", "HGA9N: 9dBi High Gain Omni-Directional Antenna with N Type Connector", "products/init_HGA9N.html");

addOption("Ethernet Adapters-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Ethernet Adapters-s", "EG1032: 32-Bit PCI Bus Copper (RJ45) Gigabit Ethernet adapter", "products/init_EG1032.html");

addOption("KVM Products-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("KVM Products-s", "", "");

addOption("PoE Accessories", "Select a subcategory", "", 1); //HEADER OPTION
addList("PoE Accessories", "WAPPOE12: Wireless LAN 12V Power over Ethernet Kit", "products/init_WAPPOE12.html");
addList("PoE Accessories", "POES5: Linksys Power over Ethernet (PoE) Dongle for SPA range","products/init_POES5.html");

addOption("Power Adapters", "Select a subcategory", "", 1); //HEADER OPTION
addList("Power Adapters", "PA100-AU: Linksys Power Adapter for SPA9xx Series Phones", "products/init_PA100-AU.html");

addOption("Redundant Power Supplies", "Select a subcategory", "", 1); //HEADER OPTION
addList("Redundant Power Supplies", "RPS1000: Linksys 380W Redundant Power Supply (comes with 1 x RPSCBL1 Cable)","products/init_RPS1000.html");
addList("Redundant Power Supplies", "RPSCBL1: 1.2m Cable for RPS1000 Redundant Power Supply","products/init_RPSCBL1.html");

addOption("Storage Accessories", "Select a subcategory", "", 1); //HEADER OPTION
addList("Storage Accessories", "HDT0000: NSS 4XXX/6XXX Spare NAS Drive Tray (No Hard Drive)", "products/init_HDT0000.html");
addList("Storage Accessories", "HDT0004: Drive Tray 4 Pack For NSS Series of NAS Products", "products/init_HDT0004.html");
addList("Storage Accessories", "HDT0250: NSS 4XXX/6XXX Spare NAS Drive Tray (With 250GB 7200RPM Hard Disk)", "products/init_HDT0250.html");
addList("Storage Accessories", "HDT0500: NSS 4XXX/6XXX Spare NAS Drive Tray (With 500GB 7200RPM Hard Disk)", "products/init_HDT0500.html");

addOption("VoIP Accessories-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP Accessories-s", "MB100: Linksys Wall Mount Bracket for SPA9xx Series Phones", "products/init_MB100.html");
addList("VoIP Accessories-s", "POES5: Linksys Power over Ethernet (PoE) Dongle for SPA range","products/init_POES5.html");
addList("VoIP Accessories-s", "SPA9000-UPG: Linksys SPA9000 Voice System IP PBX","products/init_SPA9000-UPG.html");
addList("VoIP Accessories-s", "SPA932: 32 Button Attendant Console for the SPA962 IP Phone","products/init_SPA932.html");
addList("VoIP Accessories-s", "WBP54G: Linksys Wireless-G (54Mbps) Dongle for SPA range","products/init_WBP54G.html");

// end product

addOption("Cameras-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Cameras-s", "Wired Cameras", "", "Wired Cameras");
addList("Cameras-s", "Wireless Cameras", "", "Wireless Cameras");


// start product
addOption("Wired Cameras", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wired Cameras", "PVC2300: Linksys Business Series Internet Video Camera with Audio and POE", "products/init_PVC2300.html");

addOption("Wireless Cameras", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wireless Cameras", "WVC200: Linksys Wireless-G Pan / Tilt / Zoom IP Camera with Audio", "products/init_WVC200.html");
addList("Wireless Cameras", "WVC2300: Wireless-G Business Internet Video Camera with Audio", "products/init_WVC2300.html");



// end product

addOption("Linksys One", "Select a subcategory", "", 1); //HEADER OPTION
addList("Linksys One", "Application Servers", "", "Application Servers");
addList("Linksys One", "Cameras", "", "Cameras-d");
addList("Linksys One", "Phones", "", "Phones");
addList("Linksys One", "PSTN Gateways", "", "PSTN Gateways");
addList("Linksys One", "Services Routers", "", "Services Routers");
addList("Linksys One", "Storage", "", "Storage-sa");
addList("Linksys One", "Switches", "", "Switches-s");
addList("Linksys One", "Voice Gateways", "", "Voice Gateways");

// start product
addOption("Application Servers", "Select a subcategory", "", 1); //HEADER OPTION
addList("Application Servers", "APP1000: Linksys One Application Server Appliance", "products/init_APP1000.html");

addOption("Cameras-d", "Select a subcategory", "", 1); //HEADER OPTION
addList("Cameras-d", "PVC2300: Linksys Business Series Internet Video Camera with Audio and POE", "products/init_PVC2300.html");

addOption("Phones", "Select a subcategory", "", 1); //HEADER OPTION
addList("Phones", "PHB1100: Linksys One Business Phone", "products/init_PHB1100.html");
addList("Phones", "PHM1200: Linksys One Manager's Phone", "products/init_PHM1200.html");

addOption("PSTN Gateways", "Select a subcategory", "", 1); //HEADER OPTION
addList("PSTN Gateways", "VGA2100-AU: Linksys One Analog Voice Gateway w/ 3 x FXO Ports", "products/init_VGA2100-AU.html");
addList("PSTN Gateways", "VGA2200-AU: Linksys One Analog Voice Gateway w/ 2 x FXS Ports", "products/init_VGA2200-AU.html");

addOption("Services Routers", "Select a subcategory", "", 1); //HEADER OPTION
addList("Services Routers", "SVR200-AU: Linksys One ADSL 2/2+ Wireless-G Services Router w/ 4-Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) Switch & 1-Port 10/100Mbps Fast Ethernet WAN Uplink", "products/init_SVR200-AU.html");
addList("Services Routers", "SVR3000: Linksys One Services Router w/ 16-Port 10/100Mbps Power over Ethernet (PoE) Switch & Built-in 2-Port 10/100 WAN Ports + 2-Port 1000Base-T Gigabit Uplinks", "products/init_SVR3000.html");
addList("Services Routers", "SVR3500: Linksys One Services Router w/ Dual T1 / E1 Interfaces & 24-Port 10/100Mbps Power over Ethernet (PoE) Switch & Built-in 10/100Mbps Fast Ethernet WAN Port + 2-Port 1000Base-T Gigabit Uplinks", "products/init_SVR3500.html");

addOption("Storage-sa", "Select a subcategory", "", 1); //HEADER OPTION
addList("Storage-sa", "NSS4000: 4 Drive Bay Gigabit Network RAID Storage System Chassis", "products/init_NSS4000.html");
addList("Storage-sa", "NSS6000: 4 Drive Bay Advanced Gigabit Network RAID Storage System Chassis", "products/init_NSS6000.html");
addList("Storage-sa", "NSS4100: 4 Drive Bay Gigabit Network RAID Storage System w/ 1.0TB RAID", "products/init_NSS4100.html");
addList("Storage-sa", "NSS6100: 4 Drive Bay Advanced Gigabit Network RAID Storage System w/ 1.0TB RAID", "products/init_NSS6100.html");


addOption("Switches-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Switches-s", "SFE2000: Linksys One ready - Stackable Ethernet 24-port 10/100 Switch with 4 x 10/100/1000 ports", "products/init_SFE2000.html");
addList("Switches-s", "SFE2000P: Linksys One ready - Stackable Ethernet 24-port 10/100 Power over Ethernet (PoE) Switch with 4 x 10/100/1000 ports", "products/init_SFE2000P.html");
addList("Switches-s", "SGE2000: Linksys One ready - Stackable Ethernet 24-port 10/100/1000 Gigabit Switch with 4 x 10/100/1000 ports", "products/init_SGE2000.html");
addList("Switches-s", "SGE2000P: Linksys One ready - Stackable 24-port 10/100/1000 Gigabit Power over Ethernet (PoE) Switch with 4 x 10/100/1000 ports", "products/init_SGE2000P.html");

addOption("Voice Gateways", "Select a subcategory", "", 1); //HEADER OPTION
addList("Voice Gateways", "VGA2100-AU: Linksys One Analog Voice Gateway w/ 3 x FXO Ports", "products/init_VGA2100-AU.html");
addList("Voice Gateways", "VGA2200-AU: Linksys One Analog Voice Gateway w/ 2 x FXS Ports", "products/init_VGA2200-AU.html");
// end product

addOption("Routers, Gateways and Adapters", "Select a subcategory", "", 1); //HEADER OPTION
addList("Routers, Gateways and Adapters", "Antennas", "", "Antennas-sa");
addList("Routers, Gateways and Adapters", "Access Points", "", "Access Points-s");
addList("Routers, Gateways and Adapters", "Wireless Adapters", "", "Wireless Adapters-s");
addList("Routers, Gateways and Adapters", "Wireless Extenders", "", "Wireless Extenders-s");
addList("Routers, Gateways and Adapters", "Wireless Routers", "", "Wireless Routers-s");
addList("Routers, Gateways and Adapters", "Wired Adapters", "", "Wired Adapters-s");
addList("Routers, Gateways and Adapters", "Wired Routers", "", "Wired Routers-s");
addList("Routers, Gateways and Adapters", "VPN Routers", "", "VPN Routers-s");

// start product
addOption("Antennas-sa", "Select a subcategory", "", 1); //HEADER OPTION
addList("Antennas-sa", "HGA9N: 9dBi High Gain Omni-Directional Antenna with N Type Connector", "products/init_HGA9N.html");


addOption("Access Points-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Access Points-s", "WAP200: Linksys Business Series Wireless-G with MIMO Indoor Access Point", "products/init_WAP200.html");
addList("Access Points-s", "WAP200E: Linksys Business Series Wireless-G Exterior Access Point with Power over Ethernet (PoE)", "products/init_WAP200E.html");
addList("Access Points-s", "WAP4400N: Linksys Business Series Draft-N Wireless Access Point with 4-Port Gigabit Switch", "products/init_WAP4400N.html");
addList("Access Points-s", "WET200: Linksys Business Series Wireless-G Ethernet Bridge with RangeBooster (MIMO)", "products/init_WET200.html");



addOption("Wireless Adapters-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wireless Adapters-s", "WMP200: Wireless-G Business Series PCI Adapter with RangeBooster (MIMO)", "products/init_WMP200.html");
addList("Wireless Adapters-s", "WPC200: Wireless-G Business Series Notebook Adapter with RangeBooster (MIMO)", "products/init_WPC200.html");
addList("Wireless Adapters-s", "WPC4400N: Linksys Business Series Draft-N Wireless PCMCIA Network Adapter", "products/init_WPC4400N.html");
addList("Wireless Adapters-s", "WUSB200: Wireless-G Business Series USB Adapter with RangeBooster (MIMO)", "products/init_WUSB200.html");

addOption("Wireless Extenders-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wireless Extenders-s", "WET200: Linksys Business Series Wireless-G Ethernet Bridge with RangeBooster (MIMO)", "products/init_WET200.html");



addOption("Wireless Routers-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wireless Routers-s", "WRT54G3G: Linksys Wireless-G 54Mbps Broadband Router for 3G/UMTS Networks", "products/init_WRT54G3G.html");
addList("Wireless Routers-s", "WRV200: Linksys Business Series Wireless-G (MIMO) VPN Broadband Router w/ 4-Port 10/100Mbps Switch", "products/init_WRV200.html");
addList("Wireless Routers-s", "WRVS4400N: Linksys Business Series Draft-N Wireless VPN Security Router for DSL/Cable Modems w/ 4-Port 10/100/1000Mbps Gigabit Switch", "products/init_WRVS4400N.html");

addOption("Wired Adapters-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Wired Adapters-s", "EG1032: 32-Bit PCI Bus Copper (RJ45) Gigabit Ethernet adapter", "products/init_EG1032.html");


addOption("Wired Routers-s", "Select a subcategory", "", 1); //HEADER OPTION

addList("Wired Routers-s", "RVL200: Linksys Business Series SSL VPN Security Router for DSL/Cable Modems with 4-Port Switch ", "products/init_RVL200.html");
addList("Wired Routers-s", "RVS4000: Linksys Business Series Gigabit VPN Security Router for DSL/Cable Modems with 4-Port Gigabit Switch ", "products/init_RVS4000.html");
addList("Wired Routers-s", "RV042: Linksys VPN Router for DSL/Cable Modems with 4-Port Switch", "products/init_RV042.html");
addList("Wired Routers-s", "RV082: Linksys VPN Router for DSL/Cable Modems with 8-Port Switch", "products/init_RV082.html");



addOption("VPN Routers-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("VPN Routers-s", "RV042: Linksys VPN Router for DSL/Cable Modems with 4-Port Switch", "products/init_RV042.html");
addList("VPN Routers-s", "RV082: Linksys VPN Router for DSL/Cable Modems with 8-Port Switch", "products/init_RV082.html");
addList("VPN Routers-s", "RVL200: Linksys Business Series SSL VPN Security Router for DSL/Cable Modems with 4-Port Switch ", "products/init_RVL200.html");
addList("VPN Routers-s", "RVS4000: Linksys Business Series Gigabit VPN Security Router for DSL/Cable Modems with 4-Port Gigabit Switch ", "products/init_RVS4000.html");
addList("VPN Routers-s", "WRV200: Linksys Business Series Wireless-G (MIMO) VPN Broadband Router w/ 4-Port 10/100Mbps Switch", "products/init_WRV200.html");
addList("VPN Routers-s", "WRVS4400N: Linksys Business Series Draft-N Wireless VPN Security Router for DSL/Cable Modems w/ 4-Port 10/100/1000Mbps Gigabit Switch", "products/init_WRVS4400N.html");
// end product

addOption("Storage-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Storage-s", "Chassis", "", "Chassis");
addList("Storage-s", "Chassis + Drives", "", "Chassis + Drives");
addList("Storage-s", "Accessories", "", "Accessories");

// start product
addOption("Chassis", "Select a subcategory", "", 1); //HEADER OPTION
addList("Chassis", "NSS4000: 4 Drive Bay Gigabit Network RAID Storage System Chassis", "products/init_NSS4000.html");
addList("Chassis", "NSS6000: 4 Drive Bay Advanced Gigabit Network RAID Storage System Chassis", "products/init_NSS6000.html");


addOption("Chassis + Drives", "Select a subcategory", "", 1); //HEADER OPTION
addList("Chassis + Drives", "NSS4100: 4 Drive Bay Gigabit Network RAID Storage System w/ 1.0TB RAID", "products/init_NSS4100.html");
addList("Chassis + Drives", "NSS6100: 4 Drive Bay Advanced Gigabit Network RAID Storage System w/ 1.0TB RAID", "products/init_NSS6100.html");


addOption("Accessories", "Select a subcategory", "", 1); //HEADER OPTION
addList("Accessories", "HDT0000: NSS 4XXX/6XXX Spare NAS Drive Tray (No Hard Drive)", "products/init_HDT0000.html");
addList("Accessories", "HDT0004: Drive Tray 4 Pack For NSS Series of NAS Products", "products/init_HDT0004.html");
addList("Accessories", "HDT0250: NSS 4XXX/6XXX Spare NAS Drive Tray (With 250GB 7200RPM Hard Disk)", "products/init_HDT0250.html");
addList("Accessories", "HDT0500: NSS 4XXX/6XXX Spare NAS Drive Tray (With 500GB 7200RPM Hard Disk)", "products/init_HDT0500.html");
// end product

addOption("Switching", "Select a subcategory", "", 1); //HEADER OPTION
addList("Switching", "Ethernet Adapters", "", "Ethernet Adapters-sa");
addList("Switching", "Fast Ethernet Switches", "", "Fast Ethernet Switches-s");
addList("Switching", "Gigabit Switches", "", "Gigabit Switches-s");
addList("Switching", "Managed Switches", "", "Managed Switches");
addList("Switching", "PoE Switches", "", "PoE Switches");
addList("Switching", "Transceivers", "", "Transceivers");
addList("Switching", "Redundant Power Supplies", "", "Redundant Power Supplies-s");
addList("Switching", "Unmanaged Switches", "", "Unmanaged Switches");

// start product
addOption("Ethernet Adapters-sa", "Select a subcategory", "", 1); //HEADER OPTION
addList("Ethernet Adapters-sa", "EG1032: 32-Bit PCI Bus Copper (RJ45) Gigabit Ethernet adapter", "products/init_EG1032.html");

addOption("Fast Ethernet Switches-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Fast Ethernet Switches-s", "SFE2000: Linksys One ready - Stackable Ethernet 24-port 10/100 Switch with 4 x 10/100/1000 ports", "products/init_SFE2000.html");
addList("Fast Ethernet Switches-s", "SFE2000P: Linksys One ready - Stackable Ethernet 24-port 10/100 Power over Ethernet (PoE) Switch with 4 x 10/100/1000 ports", "products/init_SFE2000P.html");
addList("Fast Ethernet Switches-s", "SR216: 16-Port 10/100Mbps Fast Ethernet Unmanaged Switch", "products/init_SR216.html");
addList("Fast Ethernet Switches-s", "SR224: 24-Port 10/100Mbps Fast Ethernet Unmanaged Switch", "products/init_SR224.html");
addList("Fast Ethernet Switches-s", "SR224G: 24-Port 10/100Mbps Fast Ethernet Unmanaged Switch", "products/init_SR224G.html");
addList("Fast Ethernet Switches-s", "SRW208: 8-Port 10/100Mbps Fast Ethernet WebView Managed Switch", "products/init_SRW208.html");
addList("Fast Ethernet Switches-s", "SRW208G: 8-Port 10/100Mbps Fast Ethernet WebView Managed Switch with 1-Port 1000Base-T Port and 1 x Mini-GBIC Port", "products/init_SRW208G.html");
addList("Fast Ethernet Switches-s", "SRW208L: 8-Port 10/100Mbps Fast Ethernet WebView Managed Switch with 1 x 100Base-LX Fibre Port, 1 x Shared 1000Base-T Port and 1 x Shared Mini-GBIC Port", "products/init_SRW208L.html");
addList("Fast Ethernet Switches-s", "SRW208MP: 8-Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) WebView Managed Switch with 2 x Shared 1000Base-T Ports and 2 x Shared Mini-GBIC Ports - Maximum Power", "products/init_SRW208MP.html");
addList("Fast Ethernet Switches-s", "SRW208P: 8-Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) WebView Managed Switch with 2 x Shared 1000Base-T Ports and 2 x Shared Mini-GBIC Ports", "products/init_SRW208P.html");
addList("Fast Ethernet Switches-s", "SRW224G4: 24-Port 10/100Mbps Fast Ethernet WebView Switch", "products/init_SRW224G4.html");
addList("Fast Ethernet Switches-s", "SRW224G4P: 24-Port 10/100Mbps Fast Ethernet WebView Managed Power over Ethernet (PoE) Switch with Built-in 2-Port 1000BaseT Uplinks + 2 x Shared Mini-GBIC Ports", "products/init_SRW224G4P.html");
addList("Fast Ethernet Switches-s", "SRW224P: 24 Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) WevView Switch", "products/init_SRW224P.html");
addList("Fast Ethernet Switches-s", "SRW248G4: 48-Port 10/100Mbps Fast Ethernet WebView Switch", "products/init_SRW248G4.html");
addList("Fast Ethernet Switches-s", "SRW248G4P: 48-Port 10/100Mbps Fast Ethernet WebView Managed Power over Ethernet (PoE) Switch  with Built-in 2-Port 1000BaseT Uplinks + 2 x Shared Mini-GBIC Ports", "products/init_SRW248G4P.html");
addList("Fast Ethernet Switches-s", "SLM224P: 24 Ports 10/100 + 2 GBit with PoE", "products/init_SLM224P.html");
addList("Fast Ethernet Switches-s", "SLM248P: 48-port 10/100 + 2-port 10/100/1000 Gigabit Smart Switch with 2 combo SFPs and PoE", "products/init_SLM248P.html");





addOption("Gigabit Switches-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Gigabit Switches-s", "SGE2000: Linksys One ready - Stackable Ethernet 24-port 10/100/1000 Gigabit Switch with 4 x 10/100/1000 ports", "products/init_SGE2000.html");
addList("Gigabit Switches-s", "SGE2000P: Linksys One ready - Stackable 24-port 10/100/1000 Gigabit Power over Ethernet (PoE) Switch with 4 x 10/100/1000 ports", "products/init_SGE2000P.html");
addList("Gigabit Switches-s", "SR2016: 16-Port 10/100/1000Mbps Gigabit Unmanaged Switch", "products/init_SR2016.html");
addList("Gigabit Switches-s", "SR2024: 24-Port 10/100/1000Mbps Gigabit Unmanaged Switch", "products/init_SR2024.html");
addList("Gigabit Switches-s", "SRW2008: 8-Port 10/100/1000Mbps Gigabit WebView Switch", "products/init_SRW2008.html");
addList("Gigabit Switches-s", "SRW2008MP: 8-Port 10/100/1000Mbps Gigabit Power over Ethernet (PoE) WebView Switch - 8 Ports Maximum Power","products/init_SRW2008MP.html");
addList("Gigabit Switches-s", "SRW2008P: 8-Port 10/100/1000Mbps Gigabit Power over Ethernet (PoE) WebView Switch - 4 Ports Maximum Power","products/init_SRW2008P.html");
addList("Gigabit Switches-s", "SRW2016: 16-Port 10/100/1000Mbps Gigabit WebView Switch","products/init_SRW2016.html");
addList("Gigabit Switches-s", "SRW2024: 24-Port 10/100/1000Mbps Gigabit WebView Switch","products/init_SRW2024.html");
addList("Gigabit Switches-s", "SRW2024P: 24-Port 10/100/1000Mbps Gigabit Power over Ethernet (PoE) WebView Managed Switch with 2 x Shared Mini-GBIC Ports","products/init_SRW2024P.html");
addList("Gigabit Switches-s", "SRW2048: 48-Port 10/100/1000Mbps Gigabit WebView Switch","products/init_SRW2048.html");
addList("Gigabit Switches-s", "SLM2005: 5-port 10/100/1000 Gigabit Smart Switch with PD and AC power","products/init_SLM2005.html");



addOption("Managed Switches", "Select a subcategory", "", 1); //HEADER OPTION
addList("Managed Switches", "SFE2000: Linksys One ready - Stackable Ethernet 24-port 10/100 Switch with 4 x 10/100/1000 ports", "products/init_SFE2000.html");
addList("Managed Switches", "SFE2000P: Linksys One ready - Stackable Ethernet 24-port 10/100 Power over Ethernet (PoE) Switch with 4 x 10/100/1000 ports", "products/init_SFE2000P.html");
addList("Managed Switches", "SRW208: 8-Port 10/100Mbps Fast Ethernet WebView Managed Switch", "products/init_SRW208.html");
addList("Managed Switches", "SRW208G: 8-Port 10/100Mbps Fast Ethernet WebView Managed Switch with 1-Port 1000Base-T Port and 1 x Mini-GBIC Port", "products/init_SRW208G.html");
addList("Managed Switches", "SRW208L: 8-Port 10/100Mbps Fast Ethernet WebView Managed Switch with 1 x 100Base-LX Fibre Port, 1 x Shared 1000Base-T Port and 1 x Shared Mini-GBIC Port", "products/init_SRW208L.html");
addList("Managed Switches", "SRW208MP: 8-Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) WebView Managed Switch with 2 x Shared 1000Base-T Ports and 2 x Shared Mini-GBIC Ports - Maximum Power", "products/init_SRW208MP.html");
addList("Managed Switches", "SRW208P: 8-Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) WebView Managed Switch with 2 x Shared 1000Base-T Ports and 2 x Shared Mini-GBIC Ports", "products/init_SRW208P.html");
addList("Managed Switches", "SRW224G4: 24-Port 10/100Mbps Fast Ethernet WebView Switch", "products/init_SRW224G4.html");
addList("Managed Switches", "SRW224G4P: 24-Port 10/100Mbps Fast Ethernet WebView Managed Power over Ethernet (PoE) Switch with Built-in 2-Port 1000BaseT Uplinks + 2 x Shared Mini-GBIC Ports", "products/init_SRW224G4P.html");
addList("Managed Switches", "SRW224P: 24 Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) WevView Switch", "products/init_SRW224P.html");
addList("Managed Switches", "SRW248G4: 48-Port 10/100Mbps Fast Ethernet WebView Switch", "products/init_SRW248G4.html");
addList("Managed Switches", "SRW248G4P: 48-Port 10/100Mbps Fast Ethernet WebView Managed Power over Ethernet (PoE) Switch  with Built-in 2-Port 1000BaseT Uplinks + 2 x Shared Mini-GBIC Ports", "products/init_SRW248G4P.html");

addList("Managed Switches", "SRW2008: 8-Port 10/100/1000Mbps Gigabit WebView Switch", "products/init_SRW2008.html");
addList("Managed Switches", "SRW2008MP: 8-Port 10/100/1000Mbps Gigabit Power over Ethernet (PoE) WebView Switch - 8 Ports Maximum Power","products/init_SRW2008MP.html");
addList("Managed Switches", "SRW2008P: 8-Port 10/100/1000Mbps Gigabit Power over Ethernet (PoE) WebView Switch - 4 Ports Maximum Power","products/init_SRW2008P.html");
addList("Managed Switches", "SRW2016: 16-Port 10/100/1000Mbps Gigabit WebView Switch","products/init_SRW2016.html");
addList("Managed Switches", "SRW2024: 24-Port 10/100/1000Mbps Gigabit WebView Switch","products/init_SRW2024.html");
addList("Managed Switches", "SRW2024P: 24-Port 10/100/1000Mbps Gigabit Power over Ethernet (PoE) WebView Managed Switch with 2 x Shared Mini-GBIC Ports","products/init_SRW2024P.html");
addList("Managed Switches", "SRW2048: 48-Port 10/100/1000Mbps Gigabit WebView Switch","products/init_SRW2048.html");




addOption("PoE Switches", "Select a subcategory", "", 1); //HEADER OPTION
addList("PoE Switches", "SFE2000P: Linksys One ready - Stackable Ethernet 24-port 10/100 Power over Ethernet (PoE) Switch with 4 x 10/100/1000 ports", "products/init_SFE2000P.html")
addList("PoE Switches", "SGE2000P: Linksys One ready - Stackable 24-port 10/100/1000 Gigabit Power over Ethernet (PoE) Switch with 4 x 10/100/1000 ports", "products/init_SGE2000P.html");
addList("PoE Switches", "SRW2008MP: 8-Port 10/100/1000Mbps Gigabit Power over Ethernet (PoE) WebView Switch - 8 Ports Maximum Power","products/init_SRW2008MP.html");
addList("PoE Switches", "SRW2008P: 8-Port 10/100/1000Mbps Gigabit Power over Ethernet (PoE) WebView Switch - 4 Ports Maximum Power","products/init_SRW2008P.html");
addList("PoE Switches", "SRW2024P: 24-Port 10/100/1000Mbps Gigabit Power over Ethernet (PoE) WebView Managed Switch with 2 x Shared Mini-GBIC Ports","products/init_SRW2024P.html");
addList("PoE Switches", "SRW208MP: 8-Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) WebView Managed Switch with 2 x Shared 1000Base-T Ports and 2 x Shared Mini-GBIC Ports - Maximum Power", "products/init_SRW208MP.html");
addList("PoE Switches", "SRW208P: 8-Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) WebView Managed Switch with 2 x Shared 1000Base-T Ports and 2 x Shared Mini-GBIC Ports", "products/init_SRW208P.html");
addList("PoE Switches", "SRW224G4P: 24-Port 10/100Mbps Fast Ethernet WebView Managed Power over Ethernet (PoE) Switch with Built-in 2-Port 1000BaseT Uplinks + 2 x Shared Mini-GBIC Ports", "products/init_SRW224G4P.html");
addList("PoE Switches", "SRW224P: 24 Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) WevView Switch", "products/init_SRW224P.html");
addList("PoE Switches", "SRW248G4P: 48-Port 10/100Mbps Fast Ethernet WebView Managed Power over Ethernet (PoE) Switch  with Built-in 2-Port 1000BaseT Uplinks + 2 x Shared Mini-GBIC Ports", "products/init_SRW248G4P.html");



addOption("Transceivers", "Select a subcategory", "", 1); //HEADER OPTION
addList("Transceivers", "MFEFX1: 100 Base-FX Mini-GBIC SFP Transceiver","products/init_MFEFX1.html");
addList("Transceivers", "MFELX1: 100 Base-LX Mini-GBIC SFP Transceiver","products/init_MFELX1.html");
addList("Transceivers", "MGBLH1: 1000BaseLH Fibre to Mini-GBIC interface Module","products/init_MGBLH1.html");
addList("Transceivers", "MGBSX1: 1000BaseSX Fibre to Mini-GBIC interface Module","products/init_MGBSX1.html");
addList("Transceivers", "MGBT1: 1000BaseT Gigabit to Mini-GBIC interface Module","products/init_MGBT1.html");

addOption("Redundant Power Supplies-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("Redundant Power Supplies-s", "RPS1000: Linksys 380W Redundant Power Supply (comes with 1 x RPSCBL1 Cable)","products/init_RPS1000.html");
addList("Redundant Power Supplies-s", "RPSCBL1: 1.2m Cable for RPS1000 Redundant Power Supply","products/init_RPSCBL1.html");

addOption("Unmanaged Switches", "Select a subcategory", "", 1); //HEADER OPTION
addList("Unmanaged Switches", "SR2016: 16-Port 10/100/1000Mbps Gigabit Unmanaged Switch", "products/init_SR2016.html");
addList("Unmanaged Switches", "SR2024: 24-Port 10/100/1000Mbps Gigabit Unmanaged Switch", "products/init_SR2024.html");
addList("Unmanaged Switches", "SR216: 16-Port 10/100Mbps Fast Ethernet Unmanaged Switch", "products/init_SR216.html");
addList("Unmanaged Switches", "SR224: 24-Port 10/100Mbps Fast Ethernet Unmanaged Switch", "products/init_SR224.html");
addList("Unmanaged Switches", "SR224G: 24-Port 10/100Mbps Fast Ethernet Unmanaged Switch", "products/init_SR224G.html");
// end product

addOption("VoIP Products", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP Products", "IP PBX's", "", "IP PBX's");
addList("VoIP Products", "IP Phones", "", "IP Phones");
addList("VoIP Products", "PSTN Gateways", "", "PSTN Gateways-s");
addList("VoIP Products", "VoIP Accessories", "", "VoIP Accessories-sa");
addList("VoIP Products", "VoIP ATA's", "", "VoIP ATA's-s");
addList("VoIP Products", "VoIP Gateways", "", "VoIP Gateways-sa");


// start product
addOption("IP PBX's", "Select a subcategory", "", 1); //HEADER OPTION
addList("IP PBX's", "SPA9000-AU: Linksys SPA9000 Voice System IP PBX","products/init_SPA9000-AU.html");


addOption("IP Phones", "Select a subcategory", "", 1); //HEADER OPTION
addList("IP Phones", "SPA901-AU: Single Line IP Phone","products/init_SPA901-AU.html");
addList("IP Phones", "SPA922-EU: Single Line IP Phone w/ 2 x Ethernet Ports and PoE","products/init_SPA922-EU.html");
addList("IP Phones", "SPA942-EU: Linksys 2-4 Line Business IP Phone w/ 2 x Ethernet Ports and PoE","products/init_SPA942-EU.html");
addList("IP Phones", "SPA962-EU: Linksys 6 Line Colour Business IP Phone w/ 2 x Ethernet Ports and PoE","products/init_SPA962-EU.html");

addOption("PSTN Gateways-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("PSTN Gateways-s", "SPA400-AU: Linksys SPA400 Advanced Multiport Gateway for the Linksys Voice System","products/init_SPA400-AU.html");

addOption("VoIP Accessories-sa", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP Accessories-sa", "POES5: Linksys Power over Ethernet (PoE) Dongle for SPA range","products/init_POES5.html");
addList("VoIP Accessories-sa", "SPA9000-UPG: Linksys SPA9000 Voice System IP PBX","products/init_SPA9000-UPG.html");
addList("VoIP Accessories-sa", "SPA932: 32 Button Attendant Console for the SPA962 IP Phone","products/init_SPA932.html");
addList("VoIP Accessories-sa", "WBP54G: Linksys Wireless-G (54Mbps) Dongle for SPA range","products/init_WBP54G.html");
addList("VoIP Accessories-sa", "MB100: Linksys Wall Mount Bracket for SPA9xx Series Phones", "products/init_MB100.html");
addList("VoIP Accessories-sa", "WAPPOE12: Wireless LAN 12V Power over Ethernet Kit", "products/init_WAPPOE12.html");

addOption("VoIP ATA's-s", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP ATA's-s", "SPA8000-AU: Linksys SPA8000 8-Port IP Telephony Gateway","products/init_SPA8000-AU.html");

addOption("VoIP Gateways-sa", "Select a subcategory", "", 1); //HEADER OPTION
addList("VoIP Gateways-sa", "SPA400-AU: Linksys SPA400 Advanced Multiport Gateway for the Linksys Voice System","products/init_SPA400-AU.html");
addList("VoIP Gateways-sa", "SPA8000-AU: Linksys SPA8000 8-Port IP Telephony Gateway","products/init_SPA8000-AU.html");

// end product

// END SMALL-BUSINESS CATEGORIES //



////FOR NAVIGATION OPTION # 1///////////////


function get_desc(sku)
{
	
	var sku = GetCookie("sku");
	


	if (sku == "APP1000")
	{
		SetCookie ("desc","Linksys One Application Server Appliance");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175237572079&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7207932278B01");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		
}


	else if (sku == "EG1032")
	{
		SetCookie ("desc","32-Bit PCI Bus Copper (RJ45) Gigabit Ethernet adapter");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279400495&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0049590231B09");
SetCookie ("web_ban","");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");		

}


	else if (sku == "HDT0000")
	{
		SetCookie ("desc","NSS 4XXX/6XXX Spare NAS Drive Tray (No Hard Drive)");
		SetCookie ("web_url","http://www-au.linksys.com");
SetCookie ("web_ban","");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

}


	else if (sku == "HDT0004")
	{
		SetCookie ("desc","Drive Tray 4 Pack For NSS Series of NAS Products");
		SetCookie ("web_url","http://www-au.linksys.com");
	SetCookie ("web_ban","");
			SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "HDT0250")
	{
		SetCookie ("desc","NSS 4XXX/6XXX Spare NAS Drive Tray (With 250GB 7200RPM Hard Disk)");
		SetCookie ("web_url","http://www-au.linksys.com");
	SetCookie ("web_ban","");
			SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "HDT0500")
	{
		SetCookie ("desc","NSS 4XXX/6XXX Spare NAS Drive Tray (With 500GB 7200RPM Hard Disk)");
		SetCookie ("web_url","http://www-au.linksys.com");
	SetCookie ("web_ban","");
			SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "HGA9N")
	{
		SetCookie ("desc","9dBi High Gain Omni-Directional Antenna with N Type Connector");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175229082373&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=8237318822B10");
	SetCookie ("web_ban","");
			SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "MB100")
	{
		SetCookie ("desc","Linksys Wall Mount Bracket for SPA9xx Series Phones");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1166859616717&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1671732791B01");
		SetCookie ("web_ban","");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","");
		SetCookie ("pg","meron");		

	}
	

	else if (sku == "MFEFX1")
	{
		SetCookie ("desc","100 Base-FX Mini-GBIC SFP Transceiver");
		SetCookie ("web_url","http://www-au.linksys.com");
		SetCookie ("web_ban","");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "MFELX1")
	{
		SetCookie ("desc","100 Base-LX Mini-GBIC SFP Transceiver");
		SetCookie ("web_url","http://www-au.linksys.com");
				SetCookie ("web_ban","");
						SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "MGBLH1")
	{
		SetCookie ("desc","1000BaseLH Fibre to Mini-GBIC interface Module");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279401659&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0165933761B08");
		SetCookie ("web_ban","");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","");
		SetCookie ("pg","meron");		

	}


	else if (sku == "MGBSX1")
	{
		SetCookie ("desc","1000BaseSX Fibre to Mini-GBIC interface Module");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279401815&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0181589333B02");
		SetCookie ("web_ban","");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","");
		SetCookie ("pg","meron");		

	}

	else if (sku == "MGBT1")
	{
		SetCookie ("desc","1000BaseT Gigabit to Mini-GBIC interface Module");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279402056&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0205609466B06");
		SetCookie ("web_ban","");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","");
		SetCookie ("pg","");		

	}

	else if (sku == "NSS4000")
	{
		SetCookie ("desc","4 Drive Bay Gigabit Network RAID Storage System Chassis");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175228779094&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7909418491B02");
		SetCookie ("web_ban","");
				SetCookie ("web_ban","meron");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "NSS4100")
	{
		SetCookie ("desc","4 Drive Bay Gigabit Network RAID Storage System w/ 1.0TB RAID");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175228779194&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7919418575B03");
		SetCookie ("web_ban","");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "NSS6000")
	{
		SetCookie ("desc","4 Drive Bay Advanced Gigabit Network RAID Storage System Chassis");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175228779284&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7928418575B05");
		SetCookie ("web_ban","");
				SetCookie ("web_ban","meron");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "NSS6100")
	{
		SetCookie ("desc","4 Drive Bay Advanced Gigabit Network RAID Storage System w/ 1.0TB RAID");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175228779377&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7937718575B08");
		SetCookie ("web_ban","");
				SetCookie ("web_ban","meron");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}



	else if (sku == "PA100-AU")
	{
		SetCookie ("desc","Linksys Power Adapter for SPA9xx Series Phones");
		SetCookie ("web_url","http://www-au.linksys.com");
		SetCookie ("web_ban","");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","");
		SetCookie ("pg","");		

	}


	else if (sku == "PHB1100")
	{
		SetCookie ("desc","Linksys One Business Phone");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1169670822776&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=2277664311B01");
				SetCookie ("web_ban","");
						SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "PHM1200")
	{
		SetCookie ("desc","Linksys One Manager's Phone");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1152745165081&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=6508164434B13");
				SetCookie ("web_ban","");
						SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "POES5")
	{
		SetCookie ("desc","Linksys Power over Ethernet (PoE) Dongle for SPA range");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1146167936452&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=3645232791B03");
				
						SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "PVC2300")
	{
		SetCookie ("desc","Linksys Business Series Internet Video Camera with Audio and POE");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175237528949&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=2894932278B02");
			
						SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	

	else if (sku == "RPS1000")
	{
		SetCookie ("desc","Linksys 380W Redundant Power Supply (comes with 1 x RPSCBL1 Cable)");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175234979831&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7983164434B05");
				
						SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	

	else if (sku == "RPSCBL1")
	{
		SetCookie ("desc","1.2m Cable for RPS1000 Redundant Power Supply");
		SetCookie ("web_url","http://www-au.linksys.com");
				SetCookie ("web_ban","");
						SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","");
		SetCookie ("pg","");		

	}
	

	else if (sku == "RV042")
	{
		SetCookie ("desc","Linksys VPN Router for DSL/Cable Modems with 4-Port Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279407946&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0794635804B13");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "RV082")
	{
		SetCookie ("desc","Linksys VPN Router for DSL/Cable Modems with 8-Port Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279408080&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0808007946B13");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "RVL200")
	{
		SetCookie ("desc","Linksys Business Series SSL VPN Security Router for DSL/Cable Modems with 4-Port Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1157656435804&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=3580489975B03");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "RVS4000")
	{
		SetCookie ("desc","Linksys Business Series Gigabit VPN Security Router for DSL/Cable Modems with 4-Port Gigabit Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1163895944675&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4467563157B05");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}

	else if (sku == "SFE2000")
	{
		SetCookie ("desc","Linksys One ready - Stackable Ethernet 24-port 10/100 Switch with 4 x 10/100/1000 ports");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175228799073&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=9907318491B10");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "SFE2000P")
	{
		SetCookie ("desc","Linksys One ready - Stackable Ethernet 24-port 10/100 Power over Ethernet (PoE) Switch with 4 x 10/100/1000 ports");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175228799431&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=9943118533B03");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}

	else if (sku == "SGE2000")
	{
		SetCookie ("desc","Linksys One ready - Stackable Ethernet 24-port 10/100/1000 Gigabit Switch with 4 x 10/100/1000 ports");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175228799487&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=9948789333B06");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");		

	}


	else if (sku == "SGE2000P")
	{
		SetCookie ("desc","Linksys One ready - Stackable 24-port 10/100/1000 Gigabit Power over Ethernet (PoE) Switch with 4 x 10/100/1000 ports");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175228799591&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=9959118491B16");
				SetCookie ("web_ban","meron");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","");
		SetCookie ("pg","meron");		

	}


	else if (sku == "SPA400-AU")
	{
		SetCookie ("desc","Linksys SPA400 Advanced Multiport Gateway for the Linksys Voice System");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1172713503395&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0339540331B02");
				SetCookie ("web_ban","meron");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}

	else if (sku == "SPA8000-AU")
	{
		SetCookie ("desc","Linksys SPA8000 8-Port IP Telephony Gateway");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Promotion_C2&childpagename=AU%2FLayout&cid=1175237131835&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=3183550745L03");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "SPA9000-AU")
	{
		SetCookie ("desc","Linksys SPA9000 Voice System IP PBX");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1141414560586&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=6058660274B01");
				SetCookie ("web_ban","meron");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}

	else if (sku == "SPA9000-UPG")
	{
		SetCookie ("desc","Linksys SPA9000 Voice System IP PBX");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1141414560586&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=6058660274B01");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}

	else if (sku == "SPA901-AU")
	{
		SetCookie ("desc","Single Line IP Phone");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1152745169527&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=6952732791B04");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "SPA922-EU")
	{
		SetCookie ("desc","Single Line IP Phone w/ 2 x Ethernet Ports and PoE");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1152745173014&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7301432791B06");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "SPA932")
	{
		SetCookie ("desc","32 Button Attendant Console for the SPA962 IP Phone");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Promotion_C2&childpagename=AU%2FLayout&cid=1175236771560&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7156050745L02");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "SPA942-EU")
	{
		SetCookie ("desc","Linksys 2-4 Line Business IP Phone w/ 2 x Ethernet Ports and PoE");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1153781460156&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=6015632791B07");
				SetCookie ("web_ban","meron");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "SPA962-EU")
	{
		SetCookie ("desc","Linksys 6 Line Colour Business IP Phone w/ 2 x Ethernet Ports and PoE");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Promotion_C2&childpagename=AU%2FLayout&cid=1175229718877&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1887750745L02");
				SetCookie ("web_ban","meron");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "SR2016")
	{
		SetCookie ("desc","16-Port 10/100/1000Mbps Gigabit Unmanaged Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279409323&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0932389879B05");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	

	else if (sku == "SR2024")
	{
		SetCookie ("desc","24-Port 10/100/1000Mbps Gigabit Unmanaged Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279409466&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0946689879B06");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "SR216")
	{
		SetCookie ("desc","16-Port 10/100Mbps Fast Ethernet Unmanaged Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279409620&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0962089879B07");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "SR224")
	{
		SetCookie ("desc","24-Port 10/100Mbps Fast Ethernet Unmanaged Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279409849&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0984989879B09");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "SR224G")
	{
		SetCookie ("desc","24-Port 10/100Mbps Fast Ethernet Unmanaged Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279410122&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1012289879B10");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	

	else if (sku == "SRW2008")
	{
		SetCookie ("desc","8-Port 10/100/1000Mbps Gigabit WebView Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1157656433761&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=3376118736B07");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}

	else if (sku == "SRW2008MP")
	{
		SetCookie ("desc","8-Port 10/100/1000Mbps Gigabit Power over Ethernet (PoE) WebView Switch - 8 Ports Maximum Power");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1163895807995&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0799563031B04");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "SRW2008P")
	{
		SetCookie ("desc","8-Port 10/100/1000Mbps Gigabit Power over Ethernet (PoE) WebView Switch - 4 Ports Maximum Power");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1157656434650&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=3465063031B06");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "SRW2016")
	{
		SetCookie ("desc","16-Port 10/100/1000Mbps Gigabit WebView Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279410380&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1038089333B11");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "SRW2024")
	{
		SetCookie ("desc","24-Port 10/100/1000Mbps Gigabit WebView Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279410547&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1054789333B12");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "SRW2024P")
	{
		SetCookie ("desc","24-Port 10/100/1000Mbps Gigabit Power over Ethernet (PoE) WebView Managed Switch with 2 x Shared Mini-GBIC Ports");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1157656524091&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=2409163031B02");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}

	else if (sku == "SRW2048")
	{
		SetCookie ("desc","48-Port 10/100/1000Mbps Gigabit WebView Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130276638544&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=3854489333B15");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "SRW208")
	{
		SetCookie ("desc","8-Port 10/100Mbps Fast Ethernet WebView Managed Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1163895809595&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0959590231B02");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "SRW208G")
	{
		SetCookie ("desc","8-Port 10/100Mbps Fast Ethernet WebView Managed Switch with 1-Port 1000Base-T Port and 1 x Mini-GBIC Port");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1172713504666&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0466690231B01");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "SRW208L")
	{
		SetCookie ("desc","8-Port 10/100Mbps Fast Ethernet WebView Managed Switch with 1 x 100Base-LX Fibre Port, 1 x Shared 1000Base-T Port and 1 x Shared Mini-GBIC Port");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1163895810804&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1080442728B01");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "SRW208MP")
	{
		SetCookie ("desc","8-Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) WebView Managed Switch with 2 x Shared 1000Base-T Ports and 2 x Shared Mini-GBIC Ports - Maximum Power");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1160628817520&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1752018736B04");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	

	else if (sku == "SRW208P")
	{
		SetCookie ("desc","8-Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) WebView Managed Switch with 2 x Shared 1000Base-T Ports and 2 x Shared Mini-GBIC Ports");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1163895813272&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1327218736B02");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "SRW224G4")
	{
		SetCookie ("desc","24-Port 10/100Mbps Fast Ethernet WebView Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1138744140374&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4037489333B16");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}

	else if (sku == "SRW224G4P")
	{
		SetCookie ("desc","24-Port 10/100Mbps Fast Ethernet WebView Managed Power over Ethernet (PoE) Switch with Built-in 2-Port 1000BaseT Uplinks + 2 x Shared Mini-GBIC Ports");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_News_C2&childpagename=AU%2FLayout&cid=1172602377000&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7700046240B15");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "SRW224P")
	{
		SetCookie ("desc","24 Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) WebView Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1138745103768&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0376818736B06");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}

	else if (sku == "SRW248G4")
	{
		SetCookie ("desc","48-Port 10/100Mbps Fast Ethernet WebView Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1138744138687&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=3868789333B17");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "SRW248G4P")
	{
		SetCookie ("desc","48-Port 10/100Mbps Fast Ethernet WebView Managed Power over Ethernet (PoE) Switch  with Built-in 2-Port 1000BaseT Uplinks + 2 x Shared Mini-GBIC Ports");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_News_C2&childpagename=AU%2FLayout&cid=1172602377000&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7700046240B15");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "SVR200-AU")
	{
		SetCookie ("desc","Linksys One ADSL 2/2+ Wireless-G Services Router w/ 4-Port 10/100Mbps Fast Ethernet Power over Ethernet (PoE) Switch & 1-Port 10/100Mbps Fast Ethernet WAN Uplink");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175234979238&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7923864434B09");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "SVR3000")
	{
		SetCookie ("desc","Linksys One Services Router w/ 16-Port 10/100Mbps Power over Ethernet (PoE) Switch & Built-in 2-Port 10/100 WAN Ports + 2-Port 1000Base-T Gigabit Uplinks");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1152745277974&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7797464434B01");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "SVR3500")
	{
		SetCookie ("desc","Linksys One Services Router w/ Dual T1 / E1 Interfaces & 24-Port 10/100Mbps Power over Ethernet (PoE) Switch & Built-in 10/100Mbps Fast Ethernet WAN Port + 2-Port 1000Base-T Gigabit Uplinks");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175234978902&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7890264434B11");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "VGA2100-AU")
	{
		SetCookie ("desc","Linksys One Analog Voice Gateway w/ 3 x FXO Ports");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175234979342&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7934264434B14");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "VGA2200-AU")
	{
		SetCookie ("desc","Linksys One Analog Voice Gateway w/ 2 x FXS Ports");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175234979654&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7965464311B01");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "WAP200")
	{
		SetCookie ("desc","Linksys Business Series Wireless-G with MIMO Indoor Access Point");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1166859622679&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=2267918913B07");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	

	else if (sku == "WAP200E")
	{
		SetCookie ("desc","Linksys Business Series Wireless-G Exterior Access Point with Power over Ethernet (PoE)");
		SetCookie ("web_url","http://www-au.linksys.com");
				SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "WAP4400N")
	{
		SetCookie ("desc","Linksys Business Series Draft-N Wireless Access Point with 4-Port Gigabit Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1163895814105&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1410518867B03");
						SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "WAPPOE12")
	{
		SetCookie ("desc","Wireless LAN 12V Power over Ethernet Kit");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279413766&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1376618822B13");
						SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "WBP54G")
	{
		SetCookie ("desc","Linksys Wireless-G (54Mbps) Dongle for SPA range");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1136592329707&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=2970788888B36");
						SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "WET200")
	{
		SetCookie ("desc","Linksys Business Series Wireless-G Ethernet Bridge with RangeBooster (MIMO)");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175237647804&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4780490627B01");
						SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}


	else if (sku == "WMP200")
	{
		SetCookie ("desc","Wireless-G Business Series PCI Adapter with RangeBooster (MIMO)");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175229082744&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=8274418913B12");
						SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "WPC200")
	{
		SetCookie ("desc","Wireless-G Business Series Notebook Adapter with RangeBooster (MIMO)");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175229082943&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=8294318913B09");
						SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "WPC4400N")
	{
		SetCookie ("desc","Linksys Business Series Draft-N Wireless PCMCIA Network Adapter");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1166859617381&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1738163157B10");
						SetCookie ("web_ban","meron");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "WRT54G3G")
	{
		SetCookie ("desc","Linksys Wireless-G 54Mbps Broadband Router for 3G/UMTS Networks");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1133203172368&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7236888888B01");
					SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "WRV200")
	{
		SetCookie ("desc","Linksys Business Series Wireless-G (MIMO) VPN Broadband Router w/ 4-Port 10/100Mbps Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1152745175449&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7544918913B06");
						SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	
	else if (sku == "WRVS4400N")
	{
		SetCookie ("desc","Linksys Business Series Draft-N Wireless VPN Security Router for DSL/Cable Modems w/ 4-Port 10/100/1000Mbps Gigabit Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1163895816449&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1644918867B01");
						SetCookie ("web_ban","meron");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}

	else if (sku == "WUSB200")
	{
		SetCookie ("desc","Wireless-G Business Series USB Adapter with RangeBooster (MIMO)");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175229083007&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=8300790627B11");
					SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");		

	}
	
	else if (sku == "WVC200")
	{
		SetCookie ("desc","Linksys Wireless-G Pan / Tilt / Zoom IP Camera with Audio");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1153780896995&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=9699532278B01");
			SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	
	else if (sku == "AG300-AU")
	{
		SetCookie ("desc","Linksys ADSL 2/2+ Gateway with 4-Port 10/100Mbps Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1159310707617&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0761793739B01");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "AG310-AU")
	{
		SetCookie ("desc","Linksys ADSL 2/2+ Gateway with 4-Port 10/100Mbps Switch, 1 x FXS and 1 x FXO Port");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Promotion_C2&childpagename=AU%2FLayout&cid=1175232286217&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=8621750745L02");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "AM300-AU")
	{
		SetCookie ("desc","Linksys ADSL 2/2+ USB / Ethernet Combo ADSL Modem");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1152745342728&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4272890231B01");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "BEFSR41")
	{
		SetCookie ("desc","Linksys EtherFast IP Router for DSL/Cable Modems with 4-Port Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1141414540511&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4051190231B03");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "BEFSX41")
	{
		SetCookie ("desc","Linksys EtherFast IP Firewall Router for DSL/Cable Modems with 4-Port Switch and Single VPN Endpoint");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1141414542956&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4295690231B05");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "CIT200-AU")
	{
		SetCookie ("desc","Linksys Skype Phone - DECT Interface, USB Connection to PC");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279399583&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=9958344650B18");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "CIT400-AU")
	{
		SetCookie ("desc","Linksys Dual Mode Skype Phone");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1166859621238&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=2123857119B11");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "HGA7S")
	{
		SetCookie ("desc","Linksys SMA Dipole Antenna");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279401388&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0138888888B32");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}


	else if (sku == "HGA7T")
	{
		SetCookie ("desc","Linksys TNC Dipole Antenna");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279401447&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0144788888B46");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "LNE100TX")
	{
		SetCookie ("desc","EtherFast PCI Bus 10/100Mbps Fast Ethernet adapter");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279401556&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0155690231B11");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "NAS200-AU")
	{
		SetCookie ("desc","Linksys  Network Storage System with 2 Bays");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1175236835409&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=3540910222B01");
		SetCookie ("web_ban","meron");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "NSLU2")
	{
		SetCookie ("desc","Network Storage Link USB 2.0");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279402275&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0227544650B14");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "PAP2T-AU")
	{
		SetCookie ("desc","Linksys 2-Port FXS Analogue Telephone Adapter (ATA)");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1152745206734&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0673491058B01");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "PSUS4")
	{
		SetCookie ("desc","Linksys USB Print Server w/ 4-Port 10/100Mbps Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279407376&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0737642728B20");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "SD2005")
	{
		SetCookie ("desc","5-Port 10/100/1000Mbps Gigabit Unmanaged Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279408265&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0826589879B01");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "SD2008")
	{
		SetCookie ("desc","8-Port 10/100/1000Mbps Gigabit Unmanaged Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279408791&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0879189879B02");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "SD205")
	{
		SetCookie ("desc","5-Port 10/100Mbps Fast Ethernet Unmanaged Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279409008&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0900889879B02");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "SD208")
	{
		SetCookie ("desc","8-Port 10/100Mbps Fast Ethernet Unmanaged Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279409060&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0906089879B03");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "SD216")
	{
		SetCookie ("desc","16-Port 10/100Mbps Fast Ethernet Unmanaged Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1136592147754&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4775489879B04");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "SM01")
	{
		SetCookie ("desc","Stacking Wallmount Module (pack of 10 pcs)");
		SetCookie ("web_url","http://www-au.linksys.com");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","");	
	}
	
	else if (sku == "SPA1001-AU")
	{
		SetCookie ("desc","Linksys 1-Port FXS Analogue Telephone Adapter (ATA)");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279282478&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=8247891058B02");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "SPA2102-AU")
	{
		SetCookie ("desc","Linksys 2-Port FXS Analogue Telephone Adapter (ATA) with Built-in Router");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1152745168576&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=6857691058B03");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "SPA3102-AU")
	{
		SetCookie ("desc","Linksys 1-Port FXS + 1-Port FXO (PSTN) Analogue Telephone Adapter (ATA) with Built-in Router");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1152745258574&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=5857440331B01");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "USB200M")
	{
		SetCookie ("desc","EtherFast USB 2.0 10/100Mbps Fast Ethernet adapter with Direct Port");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279411381&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1138190231B15");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}

	else if (sku == "USBBT100")
	{
		SetCookie ("desc","Linksys Bluetooth USB Network Adapter");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279411638&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1163889586B02");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WAG200G-AU")
	{
		SetCookie ("desc","Linksys ADSL2/2+ Wireless-G (54Mpbs) ADSL Gateway");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1172712873708&packedargs=page%3DL_Product_C2%26sku%3D1172712873708&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=7370881917B01");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WAG54G-AU")
	{
		SetCookie ("desc","Linksys ADSL2/2+ Wireless-G (54Mpbs) ADSL Gateway");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1172712895449&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=9544993739B01");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","");	
	}
	
	
	else if (sku == "WAP54G")
	{
		SetCookie ("desc","Linksys Wireless-G 54Mbps Access Point");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279413411&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}


	else if (sku == "WET54G")
	{
		SetCookie ("desc","Linksys Wireless-G 54Mbps Ethernet Bridge");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1141414501971&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0197188888B49");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}

	else if (sku == "WMP300N")
	{
		SetCookie ("desc","Linksys Wireless Draft-N PCI Network Adapter");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1144912208469&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0846988888B23");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WMP54G")
	{
		SetCookie ("desc","Linksys Wireless-G 54Mbps PCI Network Adapter");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279414741&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1474177215B04");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WPC300N")
	{
		SetCookie ("desc","Linksys Wireless Draft-N PCMCIA CardBus Network Adapter");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1144912210903&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1090344650B04");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WPC54G")
	{
		SetCookie ("desc","Linksys Wireless-G 54Mbps PCMCIA CardBus Network Adapter");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279415246&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1524688888B23");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WPS54G")
	{
		SetCookie ("desc","Linksys Wireless-G 54Mbps Print Server");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279420146&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=2014644650B12");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WRE54G")
	{
		SetCookie ("desc","Linksys Wireless-G 54Mbps Range Extender");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1141414497298&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=9729888888B47");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WRT350N")
	{
		SetCookie ("desc","Linksys Wireless Draft-N (4 x 12) Broadband Router w/ 4-Port 10/100/1000Mbps Switch and Storage Link Built-In");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1166859621886&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=2188688888B05");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WRT54G")
	{
		SetCookie ("desc","Linksys Wireless-G (54Mpbs) Broadband Router w/ 4-Port 10/100Mbps Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1141414430729&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WRT54GC")
	{
		SetCookie ("desc","Linksys Wireless-G (54Mpbs) Broadband Compact Router w/ 4-Port 10/100Mbps Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279436183&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=3618388888B09");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WRT54GL")
	{
		SetCookie ("desc","Linksys Wireless-G (54Mpbs) Broadband Router w/ 4-Port 10/100Mbps Switch - Linux Based");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1139414762580&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=6258088888B10");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}

	else if (sku == "WRTP54G")
	{
		SetCookie ("desc","Linksys Wireless-G Broadband VoIP Router w/ 2 x Phone Ports & 4-Port 10/100Mbps Switch");
		SetCookie ("web_url","http://www-au.linksys.com");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}


	else if (sku == "WUSB300N")
	{
		SetCookie ("desc","Linksys Draft-N Wireless USB Network Adapter");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1166859618811&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=1881157119B07");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WUSB54G")
	{
		SetCookie ("desc","Linksys Wireless-G 54Mbps USB 2.0 Network Adapter");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1130279438453&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=3845389586B03");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WUSB54GC")
	{
		SetCookie ("desc","Linksys Wireless-G 54Mbps USB 2.0 Compact Network Adapter");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1146582251272&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=5127288888B26");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WUSBF54G")
	{
		SetCookie ("desc","Linksys Wireless-G USB Network Adapter with Wi-Fi Finder");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1146582240285&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4028588888B28");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else if (sku == "WVC54GC")
	{
		SetCookie ("desc","Linksys Wireless-G 54Mbps Compact IP Video Camera");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Product_C2&childpagename=AU%2FLayout&cid=1146167908461&packedargs=site%3DAU&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=0846144650B06");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","");
		SetCookie ("pg","meron");	
	}



	else if (sku == "WRT300N")
	{
		SetCookie ("desc","Wireless-N Broadband Router");
		SetCookie ("web_url","http://www.linksys.com/servlet/Satellite?c=L_Promotion_C2&amp;childpagename=US%2FLayout&amp;cid=1153780853814&amp;pagename=Linksys%2FCommon%2FVisitorWrapper&amp;lid=5381427773L02");
		SetCookie ("web_ban","meron");
		
	
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
		
	}
	else if (sku == "WRT150N")
	{
		SetCookie ("desc","Wireless-N Home Router");
		SetCookie ("web_url","http://www.linksys.com/servlet/Satellite?c=L_Product_C2&amp;childpagename=US%2FLayout&amp;cid=1166859512401&amp;pagename=Linksys%2FCommon%2FVisitorWrapper&amp;lid=1240112962B04");
		SetCookie ("web_ban","meron");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	
	else if (sku == "WAG325N-AU")
	{
		SetCookie ("desc","Linksys ADSL2/2+ Wireless Draft-N (300Mbps) Gateway with 4-Port Switch");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Promotion_C2&childpagename=AU%2FLayout&cid=1175232340507&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4050750745L02");
		SetCookie ("web_ban","meron");
			SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	
	}



	else if (sku == "DMA2100")
	{
		SetCookie ("desc","Linksys Media Center Extender");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Promotion_C2&childpagename=AU%2FLayout&cid=1175232340507&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4050750745L02");
		SetCookie ("web_ban","");
			SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	
	else if (sku == "DMA2200")
	{
		SetCookie ("desc","Linksys Media Center Extender");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Promotion_C2&childpagename=AU%2FLayout&cid=1175232340507&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4050750745L02");
		SetCookie ("web_ban","");
			SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	
	}
	
	else if (sku == "SLM224P")
	{
		SetCookie ("desc","24 Ports 10/100 + 2 GBit with PoE");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Promotion_C2&childpagename=AU%2FLayout&cid=1175232340507&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4050750745L02");
		SetCookie ("web_ban","meron");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}


	else if (sku == "SLM248P")
	{
		SetCookie ("desc","48-port 10/100 + 2-port 10/100/1000 Gigabit Smart Switch with 2 combo SFPs and PoE");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Promotion_C2&childpagename=AU%2FLayout&cid=1175232340507&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4050750745L02");
		SetCookie ("web_ban","meron");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	

	else if (sku == "SLM2005")
	{
		SetCookie ("desc","5-port 10/100/1000 Gigabit Smart Switch with PD and AC power");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Promotion_C2&childpagename=AU%2FLayout&cid=1175232340507&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4050750745L02");
		SetCookie ("web_ban","meron");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}


	else if (sku == "WRT100")
	{
		SetCookie ("desc","RangePlus Wireless Router");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Promotion_C2&childpagename=AU%2FLayout&cid=1175232340507&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4050750745L02");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}


	else if (sku == "WVC2300")
	{
		SetCookie ("desc","Wireless-G Business Internet Video Camera with Audio");
		SetCookie ("web_url","http://www-au.linksys.com/servlet/Satellite?c=L_Promotion_C2&childpagename=AU%2FLayout&cid=1175232340507&pagename=Linksys%2FCommon%2FVisitorWrapper&lid=4050750745L02");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","meron");
		SetCookie ("img_hires","meron");
		SetCookie ("luto","meron");
		SetCookie ("pg","meron");	
	}
	
	else
	{
		SetCookie ("desc","No description defined for the sku in the config file");		
		SetCookie ("web_url","http://www-au.linksys.com");
		SetCookie ("web_ban","");
		SetCookie ("img_lores","");
		SetCookie ("img_hires","");
		SetCookie ("luto","");
		SetCookie ("pg","");
	}

}
