
var browser=navigator.appName
var browserVer=parseInt(navigator.appVersion)
if (browser=="ANT Fresco")
{
window.location = "http://webportal/sasktel/index.html";
}
if (navigator.userAgent.indexOf("Motorola VIP12xx") != -1)
{
  // I am the new HD Motorola set-top box!
  window.location = "http://webportal/sasktel/index.html";
}
if (browser=="Netscape"&&browserVer<5)
{
window.location.replace("http://www.sasktel.com/support/internet/upgrade.html");
}
sEstorePath = wStoreBasePath; //* the path to the Estore from web_path.js*
sSearchPath = wSearchPath; //*from web_path.js*
sKnovaPath = wKnovaPath; //*from web_path.js*
sSaskTelPath = wSaskTelPath; //from web_path.js

function makeChoice(choice,choice2){

	switch (choice)
	{
   		case "All":
    	switch (choice2)
 		{
  			case "All": 					top.location = sURL = sSaskTelPath + "/store"; break
			case "Specials & Promotions": 	top.location = sURL = sSaskTelPath + "/store"; break
	        case "EmailUs": 				top.location = sURL = wSecurePath + "/forms/contact-us.html"; break
			case "Shop": 			 		top.location = sEstorePath + "/eSales/start.swe?SWEView=Home+Page+View+%28eSales%29&SWECmd=GotoView&SWEBOK=1"; break
			case "Login":					top.location = sEstorePath + "/eSales/start.swe?SWEField=s_1_1_1_0&SWENeedContext=true&SWESP=false&SWERowIds=&SWEMethod=SKTLViewMyOrders&SWECmd=InvokeMethod&W=t&SWEVI=&SWEPOC=&SWETargetView=&SWEDIC=false&SWEReqRowId=1&SWEView=Product+Catalog+View+(eSales)&SWETVI=&SWERowId=&SWEC=1&SWEM=&SWEBID=-1&SWESPa=&SWEContainer=&SWETS=&SWETA=&SWEApplet=SKTL+mySasktelcom+applet#SWEApplet1"; break
			//case "EmailUs": 		 		top.location = sEstorePath + "/eSales/start.swe?SWEScreen=SKTL+Email+Screen&SWENeedContext=false&SWETS=&SWECmd=GotoPageTab&SWEBID=-1&SWEC=20&SWEVST=-1"; break
	        //OUTAGE case "EmailUs": 		top.location = "http://www.sasktel.com/Store/temp-outage.html"; break
			//OUTAGE case "Shop": 			top.location = "http://www.sasktel.com/Store/temp-outage.html"; break
			//case "Login":					top.location = sEstorePath + "/forms/siebelstartup.asp?URL=" + sEstorePath + "/eSales/start.swe"; break
}
		break	
		//*Personal LinksF
	    case "Personal":
		switch (choice2)
		{
			//*Links used for Personal pages
			case "Internet":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAR8&SWERF=1"; break
			case "HighSpeed":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO1R&SWERF=1"; break
			case "DialUp":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO1P&SWERF=1"; break
			case "WirelessInternet":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO1U&SWERF=1"; break
			case "OtherInternet":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO1T&SWERF=1"; break
			case "Email":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO1Q&SWERF=1"; break
			case "PhonesLDMore":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLARB&SWERF=1"; break
			case "Bundles":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-APXD5&SWERF=1"; break
			case "MobilityInternet":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO1S&SWERF=1"; break
			case "CallingFeatures":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2W&SWERF=1"; break
			case "LongDistance":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2Q&SWERF=1"; break
			case "LongDistancePlans":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2X&SWERF=1"; break
			case "SmartTouch":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2W&SWERF=1"; break
			case "LocalAccess":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2P&SWERF=1"; break
			case "MessageManager":  		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2R&SWERF=1"; break
			case "CanadaDirect":	  		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-53H&SWERF=1"; break
			case "PhoneAccessories": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2S&SWERF=1"; break
			case "PhoneCards": 	 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2T&SWERF=1"; break
			case "Mobility": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLARA&SWERF=1"; break
			case "SpecialNeedsDetails":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-53F&SWERF=1"; break
			case "SpecialNeeds": 	 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-1371CK&SWERF=1"; break
			case "GiftCertificates":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2O&SWERF=1"; break
			case "MusicCards": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-J864T&SWERF=1"; break
			case "Phones": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3F&SWERF=1"; break
			case "RentalPhones": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JO381&SWERF=1"; break
			case "FeaturePackages":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-LTCDR&SWERF=1"; break
			case "StraightRate": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-48E&SWERF=1"; break
			case "MediaLocker":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-X3T9T&SWERF=1"; break
			case "PhotoFrame":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-X3TB1&SWERF=1"; break
			case "EWLD": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-6DWK1&SWERF=1"; break
			case "UnlimitedLD": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-6DWJZ&SWERF=1"; break
			case "HomePhoneService": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-4HD&SWERF=1"; break
			case "TC28112": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-VAUAE&SWERF=1"; break
			case "PhonesMP3": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2U&SWERF=1"; break
			case "AccSight": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-1371C0&SWERF=1"; break			
			case "AccHearing": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2M&SWERF=1"; break
			case "AccMotion": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-1371BZ&SWERF=1"; break
			case "AccSpeech": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-1371C1&SWERF=1"; break
			case "AccRelayService":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-1371C2&SWERF=1"; break
			case "AccMedicalAlert":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-1371CH&SWERF=1"; break
			case "AccLarynx":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-1371GF&SWERF=1"; break
			case "AccRingerAmp":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-121HZ1&SWERF=1"; break
			case "AccTelewriter":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-1371C5&SWERF=1"; break
}
		break
	
		//*Links used for Business pages
	    case "Business":
		switch (choice2)
		{
			//*Business Long Distance Links
			case "LongDistance":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOY5&SWERF=1"; break
			case "LocalAccess":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOY4&SWERF=1"; break
			case "PhonesSystems": 	 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOY9&SWERF=1"; break
			case "SmartTouch": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOYC&SWERF=1"; break
			case "MessageManager":  			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JOP9T&SWERF=1"; break
			case "CellularProducts": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAR3&SWERF=1"; break			
			case "InternetAccess":   			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAR1&SWERF=1"; break
			case "AccessibilityProducts":   	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOY2&SWERF=1"; break
			case "HostingServices": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAR0&SWERF=1"; break
			case "ManagedHosting": 				top.location = sEstorePath +  "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-4M3&SWERF=1"; break
            case "DataServices":  				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAQZ&SWERF=1"; break
			case "BusinessPaks":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-ETSQY&SWERF=1";break
			case "BusinessConnect":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-4T0R2&SWERF=1";break
			case "FeaturePackages":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-LTCDP&SWERF=1"; break
			case "VirtualPrivateServers":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-16L57S&SWERF=1"; break
			case "OneRate":			 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-3EHQK&SWERF=1"; break
			case "PCBackupPromo":	 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QGYQF&SWERF=1"; break
			case "BCM50":	 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-OP47R&SWERF=1"; break
			case "ServerBackupPromo":	 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QGYQV&SWERF=1"; break
			case "ServerDataBackup":	 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QGYQ1&SWERF=1"; break
			case "BusMobCallingFeatures":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOXH&SWERF=1"; break	
			case "AnytimeNorthAmericaULD":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-16XN2U&SWERF=1"; break	
			case "WirelessCallingPlans":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-11Z6LX&SWERF=1"; break	
			case "HSLight":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOOBL&SWERF=1"; break	
			case "HSClassic":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOOBR&SWERF=1"; break	
			case "HSPlus":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOOC3&SWERF=1"; break	
			case "HSBasic":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOOBX&SWERF=1"; break	
			case "HSExtreme":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOOC9&SWERF=1"; break	
			case "HSUltra":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-17OY35&SWERF=1"; break	
			case "InternetAddOns":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOXA&SWERF=1"; break
}
		break
		
		//*Max Entertainment Services Links
		case "Max":
    	switch (choice2)
 		{
			case "Home":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAR9&SWERF=1"; break
			case "ChannelListing":	 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JO39Y&SWERF=1"; break
			case "FrontRow":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-YLU6U&SWERF=1"; break
			case "FrontRowListings":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-7CUGV&SWERF=1"; break
			case "FrontRowVOD":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-YLU6U&SWERF=1"; break
			case "LocalOnDemand":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QUTMT&SWERF=1"; break
			//case "Promotions":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO1Y&SWERF=1"; break
			case "CallerID": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-FWSV1&SWERF=1"; break
			case "Games": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-FONE5&SWERF=1"; break
			//case "Promo": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-4RJPC&SWERF=1"; break
			//case "Promo2": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-WN4P3&SWERF=1"; break
			case "Equipment": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-4RJP6&SWERF=1"; break
			case "TreeHouse": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-FRNC9&SWERF=1"; break
			//case "MaxExtrasPromo": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-Y8OGT&SWERF=1"; break
			case "LEPPV": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-12T3OH&SWERF=1"; break
			case "ExistingHD": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QE9NF&SWERF=1"; break
			case "Residential": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-F1O4D&SWERF=1"; break
			case "Features": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO1X&SWERF=1"; break
			case "Availability": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JO3A2&SWERF=1"; break		
			case "DTVR": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-VDS5L&SWERF=1"; break		
			case "WWEOnDemand":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QAL5T&SWERF=1"; break		
			case "SuperChannel":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-XOAR5&SWERF=1"; break		
			case "SundayTicket":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-10XYXX&SWERF=1"; break	
			case "MaxHD":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-13MEHV&SWERF=1"; break	
			case "AddOns":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-13MEIA&SWERF=1"; break	
			case "AdditionalSetTop":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-13MEGP&SWERF=1"; break
			case "WirelessKeyboard":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-13MEH5&SWERF=1"; break	
			case "RemoteControlKB":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-13MEGV&SWERF=1"; break	
			case "ShopForMax":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-F1O4D&SWERF=1"; break	
			case "MovieManiaCentral":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-13MEHD&SWERF=1"; break	
			case "MaxOnDemand":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-13MEIB&SWERF=1"; break	
			case "PIXOnDemand":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-13MEH8&SWERF=1"; break		
		}
		break
		
		//*Mobility Links
		case "Mobility":
    	switch (choice2)
 		{
			case "PrepaidMinuteWeekend": 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-15TQG7&SWERF=1"; break
			case "BluetoothAccessories": 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO26&SWERF=1"; break
			case "Messaging": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-1364BJ&SWERF=1"; break
			case "CallingFeatures": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-1364BL&SWERF=1"; break
			case "Modems": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-12B17T&SWERF=1"; break
			case "BusModems": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-12B17W&SWERF=1"; break
			case "SmBusDevices":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOXJ&SWERF=1"; break
			case "LgBusDevices":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO42&SWERF=1"; break
			case "FeaturePacks": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-Q9P29&SWERF=1"; break			
			case "WirelessData": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JNNO3&SWERF=1"; break
			case "SmartphonesModems": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOXX&SWERF=1"; break
			case "CallBackNumber": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-461&SWERF=1"; break
			case "Connex": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-45L&SWERF=1"; break
			case "CallDisplay": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-46P&SWERF=1"; break
			case "DetailedBilling": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JSKW&SWERF=1"; break
			case "WirelessVoiceMail": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-465&SWERF=1"; break
			case "SaySend": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-OP46Z&SWERF=1"; break
			case "CallTransfer": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-H6M6E&SWERF=1"; break
			case "ThreewayCalling": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-H6M6G&SWERF=1"; break
			case "CallWaiting": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-H6M6C&SWERF=1"; break
			case "CallForward": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-45P&SWERF=1"; break
			case "104": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-K9YN4&SWERF=1"; break
			case "NovatelMC727": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-127MNG&SWERF=1"; break
			case "InternationalRoaming": 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QBVRL&SWERF=1"; break		
			case "BlackBerryEnterprise": 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-KB4IX&SWERF=1"; break
			case "BlackBerryConnect": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-13COXD&SWERF=1"; break
			case "SierraWireless":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-EU66W&SWERF=1"; break
			case "WirelessModemPlan":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-ILXLV&SWERF=1"; break
			case "WirelessUnlimitedPlans":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-11VR4T&SWERF=1"; break
			case "WirelessUnlimitedTalk":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-11VR4L&SWERF=1"; break
			case "PDASmartPhone":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-ILXLZ&SWERF=1"; break
			case "PictureVideoMsg":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JO47I&SWERF=1"; break
			case "StreamingVideo":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QBVRO&SWERF=1"; break
			case "StreamingRadio":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-SCASV&SWERF=1"; break
			case "VMS":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-465&SWERF=1"; break
			case "WLM":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-UR1TW&SWERF=1"; break
			case "DetailedBilling":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JSKW&SWERF=1"; break
			case "Distance":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-I2KON&SWERF=1"; break			
			case "SharedPlans":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-RDD9X&SWERF=1"; break
			case "IndividualPlans":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2J&SWERF=1"; break
			case "AllForOne":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-13UCXN&SWERF=1"; break
			case "StreamingPack":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-177K5X&SWERF=1"; break
			case "NorthAmerica":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-I2KP1&SWERF=1"; break
			case "Unlimited":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-I2KP8&SWERF=1"; break
			case "Anytime":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-I2KOH&SWERF=1"; break
			case "SmartphoneServicePlans":	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-ILXLZ&SWERF=1"; break
			case "MotorolaQ":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QXCYH&SWERF=1"; break
			case "UTS5800":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-XDAK3&SWERF=1"; break
			case "LG260":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-ZI215&SWERF=1"; break
			case "LGVoyager":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-12Q93I&SWERF=1"; break
			case "LGVantage":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-10HUQN&SWERF=1"; break
			case "Treo700p":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-S7M1M&SWERF=1"; break
			case "Treo700wx":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QXCUU&SWERF=1"; break
			case "CallBackNumber":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-461&SWERF=1"; break
			case "CallingRestrictions":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-45T&SWERF=1"; break
			case "UnlimitedTT": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-RRS4C&SWERF=1"; break
			case "Browser": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-FC4MI&SWERF=1"; break
			case "TestDrive":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-Q5AVT&SWERF=1"; break
			case "SamsungInstinct":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-11ZZVW&SWERF=1"; break
			case "MobileTV":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-177K5N&SWERF=1"; break
			case "Fusic":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-R8LV4&SWERF=1"; break
			case "SamsungM500":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QQ73C&SWERF=1"; break
			case "Nokia6275i":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QX1Z9&SWERF=1"; break
			case "LG550":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-R8LV4&SWERF=1"; break
			case "SamsungAce":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-11BAKJ&SWERF=1"; break
			case "SamsungM620":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-UJEPE&SWERF=1"; break
			case "SamsungM560":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-16OM38&SWERF=1"; break
			case "MotorolaKrzr":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-TWRT9&SWERF=1"; break
			case "MotorolaROKR":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-XCY43&SWERF=1"; break
			case "LGShine":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-XBNS5&SWERF=1"; break
			case "BlackberryAppWorld":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-16XVWS&SWERF=1"; break
			case "LGReveal":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-12TICH&SWERF=1"; break
			case "SamsungCleo":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-12Q9B7&SWERF=1"; break
			case "SanyoS1":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-XC0RV&SWERF=1"; break
			case "BlackBerryStorm":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-14T7E3&SWERF=1"; break
			case "BlackBerryPearlFlip":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-14VCIP&SWERF=1"; break
			case "PalmTreoPro":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-162VWF&SWERF=1"; break
			case "PalmCentro":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-156AYA&SWERF=1"; break
			case "SamsungOmnia":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-150BQ5&SWERF=1"; break
			case "SamsungM320":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-13N5H8&SWERF=1"; break
			case "MotorolaHint":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-14VR6Z&SWERF=1"; break
			case "SamsungM530":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-12FB9D&SWERF=1"; break		
			case "SanyoKatana":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-11JRQH&SWERF=1"; break
			case "SamsungU740":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-WT0ZI&SWERF=1"; break
			case "SamsungM510":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-U7VEH&SWERF=1"; break
			case "LGRumor2":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-15UT7A&SWERF=1"; break
			case "BBAppWorld":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-16XVWS&SWERF=1"; break
			case "SamsungLink":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-1658J3&SWERF=1"; break
			case "LGChocolate":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-S7LZ4&SWERF=1"; break
			case "SamsungM610":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-RX63X&SWERF=1"; break
			case "BlackberryPlan":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-7IGTJ&SWERF=1"; break
			case "Blackberry7130":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-LLV97&SWERF=1"; break
			case "UTStarcom6700":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-NJSWT&SWERF=1"; break
			case "BlackBerryUnlimited":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-ZVWLF&SWERF=1"; break
			case "BBUnlimitedEmailIM": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-17793G&SWERF=1"; break
			case "BBUnEmailIMFeat": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-17797F&SWERF=1"; break
			case "BBUnIntEmailFeat": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-17797N&SWERF=1"; break
			case "SmartUnIntEmailFeat": 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-17799P&SWERF=1"; break
			case "SmartphoneUnlimited":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-14VCJT&SWERF=1"; break
			case "Blackberry8830":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-WDFL4&SWERF=1"; break
			case "BlackberryCurve":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-ZQD56&SWERF=1"; break
			case "Blackberry8703":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QT2E6&SWERF=1"; break
			case "BlackberryPearl":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-XKQCQ&SWERF=1"; break
			case "BlackberryTour":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-16IMS8&SWERF=1"; break
			case "Plans":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2G&SWERF=1"; break
			case "DataPhones":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JNNO3&SWERF=1"; break
			case "PrepaidService":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3B&SWERF=1"; break
			case "DataPlans":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2L&SWERF=1"; break
			case "FamilyTime": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-I2KOT&SWERF=1"; break
			case "PrepaidCallingPlans":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-15SOD5&SWERF=1"; break
			case "UnlimitedEmailPromo": 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-ZVWLF&SWERF=1"; break
			case "LDCellAddOn": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-WN44E&SWERF=1"; break
			case "FullTrack": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-1364DA&SWERF=1"; break
			case "Ringtones": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-1364D8&SWERF=1"; break
			case "VideoDownloads": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-1364DC&SWERF=1"; break
			case "FeaturesFun": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-1364BI&SWERF=1"; break
			case "MusicEntertainment": 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-1364BK&SWERF=1"; break
			case "TextMessaging": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-459&SWERF=1"; break
			case "WiFi": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-7IG0R&SWERF=1"; break
			case "SeekFind": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-RQX6W&SWERF=1"; break
			case "GoTrax": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-RQXAE&SWERF=1"; break
			case "Taxi": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-XNP55&SWERF=1"; break
			case "WiFi": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-7IG0R&SWERF=1"; break
			case "VoicetoText":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-VXT09&SWERF=1"; break
			case "RevAModems":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-UFW7N&SWERF=1"; break
			case "CellPhones":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO2F&SWERF=1"; break
			case "Phones":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO22&SWERF=1"; break
			case "Accessories":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO20&SWERF=1"; break
			case "UnlimitedTalk":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-11VR4L&SWERF=1"; break
			case "Motorolaw315":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-12MNFN&SWERF=1"; break
			case "CellularSafetyPlan":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-12MNFD&SWERF=1"; break
			case "UnlimitedTalkNorthAmerica":	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-11VR4I&SWERF=1"; break
			case "BluetoothHeadsetDIS655":	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-UJW1J&SWERF=1"; break
			case "Prepaid":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-15SOD5&SWERF=1"; break
			case "PrepaidTalkText":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-15TQGF&SWERF=1"; break
			case "PrepaidUnlimited":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-15TQGB&SWERF=1"; break
			case "PrepaidAnytime":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-15TQG3&SWERF=1"; break
			case "PrepaidPayPerMin":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-15TQG7&SWERF=1"; break
			case "Samsumg530":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-12FB9D&SWERF=1"; break
			case "LGBliss":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-171JC4&SWERF=1"; break
			case "SamsungVice":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-155N0W&SWERF=1"; break
			case "Prepaid20":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-IDJV&SWERF=1"; break
			case "Prepaid50":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-IDK7&SWERF=1"; break
}
		break
		//*Residential Local Access Links
		case "LocalAccess":
    	switch (choice2)
 		{
			case "WireWatch": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-4K5&SWERF=1"; break
			case "InterceptService": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-4K9&SWERF=1"; break
		}
		break
		
		case "Security":
    	switch (choice2)
 		{
			case "SecurtekFreedom": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-L57E9&SWERF=1"; break
			case "Home":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLARC&SWERF=1"; break
			case "PCBackupPromo": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QGYQF&SWERF=1"; break
			case "ServerBackupPromo": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-QGYQV&SWERF=1"; break
			case "Mobility":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3J&SWERF=1"; break
			case "Telephone":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3K&SWERF=1"; break
			case "Email": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JO39P&SWERF=1"; break
			case "InformationSecurity":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-125847&SWERF=1"; break
		}
		break
		
		case "LargeBusiness":
		switch (choice2)
		{
			case "DataProducts": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAQT&SWERF=1"; break
			case "Internet": 						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAQV&SWERF=1"; break			
			case "Hosting": 						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAQU&SWERF=1"; break			
			case "PhonesLDMore": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAQX&SWERF=1"; break			
			case "Mobility": 						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAQW&SWERF=1"; break			
			case "Security": 						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAQY&SWERF=1"; break	
			case "EmailSecurity": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOOAV&SWERF=1"; break
			case "NetworkConnectivity": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3M&SWERF=1"; break
			case "WirelessData":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3N&SWERF=1"; break
			case "Equipment":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3L&SWERF=1"; break
			case "Wiring":							top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3O&SWERF=1"; break
			case "HighSpeed":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3V&SWERF=1"; break
			case "Conferencing":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3R&SWERF=1"; break
			case "MobilityInternet":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3W&SWERF=1"; break
			case "WirelessInternet":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3Z&SWERF=1"; break
			case "WirelessLAN":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-12JY7L&SWERF=1"; break
			case "DialUp":							top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3T&SWERF=1"; break
			case "Email":							top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3U&SWERF=1"; break
			case "WebHosting":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-RW4PY&SWERF=1"; break
			case "DedicatedInternet":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-541&SWERF=1"; break
			case "OtherInternet":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO3X&SWERF=1"; break
			case "HostingManagement":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAQU&SWERF=1"; break
			case "MobilityCF":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMO41&SWERF=1"; break
			case "MobilitySecurity":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOWT&SWERF=1"; break
			case "TelephoneSecurity":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOWV&SWERF=1"; break
			case "PhoneSystems":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOWG&SWERF=1"; break
			case "M522ExpansionModule":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-37NE7&SWERF=1"; break
			case "LocalService":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOWD&SWERF=1"; break
			case "LongDistance":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOWE&SWERF=1"; break
			case "MaintenanceAgreements":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOWF&SWERF=1"; break
			case "CentrexIP":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-KP7BD&SWERF=1"; break
		}
		break
		
		case "SmallBusiness":
    	switch (choice2)
 		{
			case "SmallBusiness": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAQS&SWERF=1"; break
			case "DataProducts": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAQZ&SWERF=1"; break
			case "LongDistance": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOY5&SWERF=1"; break
			case "TollFreeService": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-16XN2L&SWERF=1"; break		
			case "Phones": 						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOY9&SWERF=1"; break
			case "PhoneSystems": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOYM&SWERF=1"; break
			case "Accessories": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOY7&SWERF=1"; break
			case "LocalAccess":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOY4&SWERF=1"; break
			case "Internet": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAR1&SWERF=1"; break
			case "HostingManagement": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAR0&SWERF=1"; break
			case "Mobility":  					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAR3&SWERF=1"; break
			case "Security":   					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAR5&SWERF=1"; break
			case "Max": 						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAR2&SWERF=1"; break
			case "MessagingServices": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JOP9T&SWERF=1"; break
			case "CallingFeatures": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOYC&SWERF=1"; break
			case "BusinessMax": 				top.location = sEstorePath +"/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-59UTV&SWERF=1"; break			
			case "NetworkConnectivity": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOWX&SWERF=1"; break
			case "WirelessData": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOWY&SWERF=1"; break
			case "DataEquipment": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOWW&SWERF=1"; break
			case "Wiring":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOWZ&SWERF=1"; break
			case "HighSpeed": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOX8&SWERF=1"; break
			case "MobilityInternet":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOX9&SWERF=1"; break
			case "DialUp": 						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOX6&SWERF=1"; break
			case "WebHosting": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-RW4PY&SWERF=1"; break
			case "WebHostingStarter":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-RW4LU&SWERF=1"; break
			case "WebHostingLite":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-RW4LY&SWERF=1"; break
			case "WebHostingBasic":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-RW4M1&SWERF=1"; break
			case "WebHostingPlus":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-RW4M4&SWERF=1"; break
			case "WebHostingPremium":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-RW4MC&SWERF=1"; break
			case "WebHostingEnterprise":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-RW4MI&SWERF=1"; break
			case "OtherInternet": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOXA&SWERF=1"; break
			case "Email": 						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOX7&SWERF=1"; break
			case "DedicatedInternet": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-541&SWERF=1"; break
			case "WirelessInternet": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOXC&SWERF=1"; break
			case "Conferencing": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOX0&SWERF=1"; break
			case "PhonesLDMore": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JLAR4&SWERF=1"; break
			case "EmailCalendar": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOX2&SWERF=1"; break
			case "EmailProtectionService": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-YTTQU&SWERF=1"; break
			case "BCM": 						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-OR79A&SWERF=1"; break
			case "MobilityPromotions": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOXI&SWERF=1"; break
			case "DataBackup": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-E5XVD&SWERF=1"; break
			//case "PremiseSecurity": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-IWA8H&SWERF=1"; break
			//case "LoneWorker": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-IWA8B&SWERF=1"; break
			case "Wiring": 						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOWZ&SWERF=1"; break
			case "MaintenanceAgreement": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOY6&SWERF=1"; break
			case "FirstServiceRestore": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-53R&SWERF=1"; break
			case "FirstServiceActiveSupport": 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-445&SWERF=1"; break
			case "Teleconferencing": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-53N&SWERF=1"; break
			case "ConvergedDesktop": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-EKBXF&SWERF=1"; break
			//case "MaxPromo": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-694&SWERF=1"; break
			case "LanSpan": 					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-334BD&SWERF=1"; break			
			case "Cisco": 						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOO9R&SWERF=1"; break
			case "HSCommitment":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-10AUH3&SWERF=1"; break
			case "HSExtreme":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOOC9&SWERF=1"; break
			case "HSPlus":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOOC3&SWERF=1"; break
			case "HSBasic":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOOBX&SWERF=1"; break
			case "HSClassic":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOOBR&SWERF=1"; break
			case "HSLight":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOOBL&SWERF=1"; break
			case "StructuredCabling":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-3GFBL&SWERF=1"; break
			case "CiscoPhones":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-RAGOA&SWERF=1"; break
			case "HostedContactCentre":				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-11SILH&SWERF=1"; break
			case "Nortel": 						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JOO9W&SWERF=1"; break	
			case "Centrex":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-37M0P&SWERF=1"; break
			case "GraphicalExpansionModule":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-17K20N&SWERF=1"; break
			}
		break
		
		//*Data Products and Services Links
		case "DataProducts":
    	switch (choice2)
 		{
			case "IBDN":		 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-3GFBL&SWERF=1"; break
			case "FrameRelay":		 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-334BF&SWERF=1"; break
			case "SwitchedDigitalAccess": 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Rich+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JOOA7&SWERF=1"; break
			case "DigitalAccess":			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-334BL&SWERF=1"; break
			case "DigitalNetwork":	 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-334BH&SWERF=1"; break
			case "LanExtension":		 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-334BD&SWERF=1"; break
}
		break
		
		//*Phones Long Distance and More Links
		case "PhoneAccessories":
    	switch (choice2)
 		{
		case "AnytimeNorthAmerica":		 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-6DWJZ&SWERF=1"; break
		case "InternationalLD":		 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-ZHENJ&SWERF=1"; break	
		}
		break
		
		//*Internet Product Links
		case "Internet":
    	switch (choice2)
 		{
			case "HSlight": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-BP346&SWERF=1"; break
			case "HSclassic":  				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-6RR5W&SWERF=1"; break
			case "HSbasic": 		 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-45X&SWERF=1"; break
			case "HSplus": 	 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-3VK&SWERF=1"; break
			case "HSextreme": 	 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-3W3&SWERF=1"; break
			case "HSultra": 	 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-17OY0N&SWERF=1"; break
			case "Messenger": 	 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-17JPPJ&SWERF=1"; break
			case "CustomDomain": 	 		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-7IR0X&SWERF=1"; break
			case "StaticIP": 	 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-BRNM7&SWERF=1"; break
			case "sasktelnet": 	 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-JO39U&SWERF=1"; break
			case "PersonalWebspace": 	 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-14VAQ&SWERF=1"; break
			case "HomeNet": 	 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-G2AD5&SWERF=1"; break
			case "AcceleratedDial": 	 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-KP78M&SWERF=1"; break
			case "SatelliteInternet": 	 	top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-14MWI9&SWERF=1"; break
			case "MediaLocker": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-X3T9T&SWERF=1"; break
			case "Wireless": 				top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-G3EKD&SWERF=1"; break
			case "DialupSoftware": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-3WK&SWERF=1"; break
			case "DialupInternet": 			top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-15TARW&SWERF=1"; break
}
		break
		
		//*Conferencing Services More Links  		
		case "Conferencing":
    	switch (choice2)
 		{
			case "ConferencingSolutions":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Catalog+Category+Detail+View+-+Product+Basic+(eSales)&BusObject=Catalog&BusComp=Catalog+Category&Id=1-JMOX0&SWERF=1"; break
			case "Teleconferencing":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-53N&SWERF=1"; break
			case "Web":						top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-39WG1&SWERF=1"; break
			case "Video":					top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-MAXC7&SWERF=1"; break
		}
		break

		case "LeftNav":
    	switch (choice2)
 		{
			case "Personal":		top.location = sURL = sSaskTelPath + "/personal/max-entertainment-services/"; break
			case "Bundles":		 	top.location = sURL = sSaskTelPath + "/personal/bundles/"; break
			case "Max":				top.location = sURL = sSaskTelPath + "/personal/max-entertainment-services/"; break
			case "Internet":		top.location = sURL = sSaskTelPath + "/personal/internet/"; break
			case "Mobility":		top.location = sURL = sSaskTelPath + "/personal/mobility/"; break
			case "Security":		top.location = sEstorePath + "/eSales/start.swe?SWECmd=InvokeMethod&SWEMethod=Linkup&SWEService=SKTL+eSales+Link+Service&ViewName=Product+Detail+-+Features+View+(eSales)&BusObject=Catalog&BusComp=Internal+Product+by+Price+List+Optional&Id=1-L57E9&SWERF=1"; break
			case "PhonesLDMore":	top.location = sURL = sSaskTelPath + "/personal/home-phone-service-more/"; break
			case "SmallBusiness":	top.location = sURL = sSaskTelPath + "/business/small/"; break
			case "BusinessPaks":	top.location = sURL = sSaskTelPath + "/business/small/bundles/"; break
			case "Data":		 	top.location = sURL = sSaskTelPath + "/business/small/data-products-services/"; break
			case "BInternet": 		top.location = sURL = sSaskTelPath + "/business/small/internet/"; break
			case "Hosting":			top.location = sURL = sSaskTelPath + "/business/small/managed-applications/"; break
			case "BMobility":		top.location = sURL = sSaskTelPath + "/business/small/mobility/"; break
			case "BSecurity":		top.location = sURL = sSaskTelPath + "/business/small/security/"; break
			case "BPhonesLDMore":	top.location = sURL = sSaskTelPath + "/business/small/phones-ld-more/"; break
			case "BMax":			top.location = sURL = sSaskTelPath + "/business/small/max/"; break
			case "LargeBusiness":	top.location = sURL = sSaskTelPath + "/business/large/"; break
		}
		break
		
		case "Knova":
    	switch (choice2)
 		{
			case "Billing": 		top.location = sKnovaPath + "/KanisaSupportSite/browse.do?WidgetName=BROWSE_PRODUCT&BROWSE_PRODUCT.TaxoName=SG_SupportGoals&NodeType=leaf&NodeName=Billing&TaxoName=SG_SupportGoals&BROWSE_PRODUCT.isProductTaxonomy=true&BROWSE_PRODUCT.NodeId=SG_BILLING_1_1&BROWSE_PRODUCT.NodeType=leaf&BROWSE_PRODUCT.thisPageUrl=%2Fproduct%2Fproducts.do&NodeId=SG_BILLING_1_1&id=m1&AppContext=AC_SiteCentral"; break
			case "DataProdServ": 	top.location = sKnovaPath + "/KanisaSupportSite/browse.do?WidgetName=BROWSE_PRODUCT&BROWSE_PRODUCT.TaxoName=SG_SupportGoals&NodeType=intermediate&NodeName=Data+products+and+services&TaxoName=SG_SupportGoals&BROWSE_PRODUCT.isProductTaxonomy=true&BROWSE_PRODUCT.NodeId=SG_DATAPRODUCTS_SERVICES_1_1&BROWSE_PRODUCT.NodeType=intermediate&BROWSE_PRODUCT.thisPageUrl=%2Fproduct%2Fproducts.do&NodeId=SG_DATAPRODUCTS_SERVICES_1_1&id=m1&AppContext=AC_SiteCentral"; break
			case "Hosting": 		top.location = sKnovaPath + "/KanisaSupportSite/browse.do?WidgetName=BROWSE_PRODUCT&BROWSE_PRODUCT.TaxoName=SG_SupportGoals&NodeType=intermediate&NodeName=Hosting+and+management+services&TaxoName=SG_SupportGoals&BROWSE_PRODUCT.isProductTaxonomy=true&BROWSE_PRODUCT.NodeId=SG_HOSTING_MANAGEMENTSERVICES_1_1&BROWSE_PRODUCT.NodeType=intermediate&BROWSE_PRODUCT.thisPageUrl=%2Fproduct%2Fproducts.do&NodeId=SG_HOSTING_MANAGEMENTSERVICES_1_1&id=m1&AppContext=AC_SiteCentral"; break		
			case "Internet": 		top.location = sKnovaPath + "/KanisaSupportSite/browse.do?WidgetName=BROWSE_PRODUCT&BROWSE_PRODUCT.TaxoName=SG_SupportGoals&NodeType=intermediate&NodeName=Internet&TaxoName=SG_SupportGoals&BROWSE_PRODUCT.isProductTaxonomy=true&BROWSE_PRODUCT.NodeId=SG_INTERNET_1_1&BROWSE_PRODUCT.NodeType=intermediate&BROWSE_PRODUCT.thisPageUrl=%2Fproduct%2Fproducts.do&NodeId=SG_INTERNET_1_1&id=m1&AppContext=AC_SiteCentral"; break		
			case "Max": 			top.location = sKnovaPath + "/KanisaSupportSite/browse.do?WidgetName=BROWSE_PRODUCT&BROWSE_PRODUCT.TaxoName=SG_SupportGoals&NodeType=intermediate&NodeName=Max+Entertainment+Services&TaxoName=SG_SupportGoals&BROWSE_PRODUCT.isProductTaxonomy=true&BROWSE_PRODUCT.NodeId=SG_MAXENTERTAINMENTSERVICES_1_1&BROWSE_PRODUCT.NodeType=intermediate&BROWSE_PRODUCT.thisPageUrl=%2Fproduct%2Fproducts.do&NodeId=SG_MAXENTERTAINMENTSERVICES_1_1&id=m1&AppContext=AC_SiteCentral"; break		
			case "Mobility": 		top.location = sKnovaPath + "/KanisaSupportSite/browse.do?WidgetName=BROWSE_PRODUCT&BROWSE_PRODUCT.TaxoName=SG_SupportGoals&NodeType=intermediate&NodeName=Mobility&TaxoName=SG_SupportGoals&BROWSE_PRODUCT.isProductTaxonomy=true&BROWSE_PRODUCT.NodeId=SG_MOBILITY_1_1&BROWSE_PRODUCT.NodeType=intermediate&BROWSE_PRODUCT.thisPageUrl=%2Fproduct%2Fproducts.do&NodeId=SG_MOBILITY_1_1&id=m1&AppContext=AC_SiteCentral"; break		
			case "PhonesLDMore": 	top.location = sKnovaPath + "/KanisaSupportSite/browse.do?WidgetName=BROWSE_PRODUCT&BROWSE_PRODUCT.TaxoName=SG_SupportGoals&NodeType=intermediate&NodeName=Phones%2C+long+distance+and+more&TaxoName=SG_SupportGoals&BROWSE_PRODUCT.isProductTaxonomy=true&BROWSE_PRODUCT.NodeId=SG_PHONES_LONGDISTANCE_MORE_1_1&BROWSE_PRODUCT.NodeType=intermediate&BROWSE_PRODUCT.thisPageUrl=%2Fproduct%2Fproducts.do&NodeId=SG_PHONES_LONGDISTANCE_MORE_1_1&id=m1&AppContext=AC_SiteCentral"; break
			case "Security": 		top.location = sKnovaPath + "/KanisaSupportSite/browse.do?WidgetName=BROWSE_PRODUCT&BROWSE_PRODUCT.TaxoName=SG_SupportGoals&NodeType=intermediate&NodeName=Security&TaxoName=SG_SupportGoals&BROWSE_PRODUCT.isProductTaxonomy=true&BROWSE_PRODUCT.NodeId=SG_SECURITY_1_1&BROWSE_PRODUCT.NodeType=intermediate&BROWSE_PRODUCT.thisPageUrl=%2Fproduct%2Fproducts.do&NodeId=SG_SECURITY_1_1&id=m1&AppContext=AC_SiteCentral"; break
			case "VoIP": 			top.location = sKnovaPath + "/KanisaSupportSite/browse.do?WidgetName=BROWSE_PRODUCT&BROWSE_PRODUCT.TaxoName=SG_SupportGoals&NodeType=intermediate&NodeName=Voice+Over+IP&TaxoName=SG_SupportGoals&BROWSE_PRODUCT.isProductTaxonomy=true&BROWSE_PRODUCT.NodeId=SG_VOICEOVERIP_1_1&BROWSE_PRODUCT.NodeType=intermediate&BROWSE_PRODUCT.thisPageUrl=%2Fproduct%2Fproducts.do&NodeId=SG_VOICEOVERIP_1_1&id=m1&AppContext=AC_SiteCentral"; break
		}
		break
	}
};

function submitSearch(){

	var indexSel=document.searchEngine.col.selectedIndex;				// number of selection
	var searchQuery=document.searchEngine.qt.value;

	//eStoreSearchPath= sEstorePath + "/eSales/start.swe?SWECmd=Search&formObj=document.SWEForm0&action=/eSales/start.swe&command=Search&bPopup=false&height=0&width=0&target=_sweview&SearchText=";
	eStoreSearchPath= "http://www.sasktel.com/Store/search-outage.html";
	SasktelSearchPath= sSearchPath + "/query.html?col=corpinfo&charset=iso-8859-1&si=1&qt=";
	TariffSearchPath= sSearchPath + "/query.html?col=tariff&charset=iso-8859-1&si=1&qt=";
    KnovaSearchPath= sKnovaPath + "/KanisaSupportSite/search.do?languages=&rwTarget=%2FrfPlayerWidget.do&searchMode=GuidedSearch&searchString=";
	MobilitySearchPath= "http://search.sasktel.com/mobility/query.html?col=mobility&qt=";
	SasktelNetHelpSearchPath="http://help.sasknet.com/search.cgi?search=server&template=%2Ffound.html&searchquery=on";
  //SasktelNetHelpSearchPath="http://help.sasknet.com/search.cgi?template=%2Ffound.php&search=";

	if (indexSel == "0")
	{
		alert ("Please select a search category in order to perform your search.");
	}
		if (indexSel == "1")
	{
		if (searchQuery == "")
		{
		searchQuery = "product";
		}
		//top.location= eStoreSearchPath + searchQuery;
		top.location= eStoreSearchPath;
	}
		if (indexSel == "2")
	{
		top.location= SasktelSearchPath + searchQuery;
	}
		if (indexSel == "3")
	{
		top.location= KnovaSearchPath + searchQuery;
	}
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_jumpMenuGo(selName,targ,restore){ //v3.0
  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function PopUpWindow(winurl, winname, winoptions){
	window.open(winurl, winname, winoptions);
}
function submitform(){
	var LoginValue = ServiceChoice.Login.value;
	if (LoginValue == ""){
		alert("You must choose a service before you can login.");
	}
	else if (LoginValue !=""){
		MM_jumpMenuGo('Login','parent',0);
	}
	
}

//********************
//** Pop up windows **

var nW;
function mNW(pageName)  {
	URL='http://www.sasktel.com/Store/popups/' + pageName;
	//URL=sBaseURL + '/store/popups/' + pageName;
	pageNAME="popup";
	OPTIONS="Height=500,Width=550,scrollbars=1,toolbar=1,left=25,top=25";
	window.open(URL,pageNAME,OPTIONS);
	//nW = window.open(URL,pageNAME,OPTIONS);
}

function mnWFlash(winName)  {
	nW = window.open(sBaseURL + '/store/popups/' + winName,"","Height=430,Width=625,scrollbars=0,left=25,top=25");
}

//********************************************
//** Mobility Coverage map pop up window *****

function newWindow2() { window.open("http://www.sasktel.com/personal/mobility/coverage/interactive-coverage/coveragemaps.html","SaskTelMobilityPopup","WIDTH=456,HEIGHT=520");
}

//**********************************************************
//** Detect user session and direct to proper email form ***

function MailUs(){

	//Production:
	url= sEstorePath + "/eSales/start.swe?SWEScreen=SKTL+Email+Screen&SWENeedContext=false&SWETS=&SWECmd=GotoPageTab&SWEBID=-1&SWEC=20&SWEVST=-1";
	top.location = url;
	//Test
	//chooseMySaskTel("MailUs");
}
