var countrySelect_URLs = new Array();
countrySelect_URLs["1"] = "shrink-wrapping.asp";
countrySelect_URLs["2"] = "blister.asp";
countrySelect_URLs["3"] = "clamshell-packaging.asp";
countrySelect_URLs["4"] = "carton-packaging.asp";
countrySelect_URLs["5"] = "kitting.asp";
countrySelect_URLs["6"] = "skin-packaging.asp";
countrySelect_URLs["7"] = "bagging.asp";
countrySelect_URLs["8"] = "sealing.asp";
countrySelect_URLs["9"] = "assembly.asp";
countrySelect_URLs["10"] = "overwrapping.asp";
countrySelect_URLs["11"] = "primary-packaging.asp";
countrySelect_URLs["12"] = "shrink-bunding.asp";
countrySelect_URLs["13"] = "popdisplay.asp";
countrySelect_URLs["14"] = "labeling-relabeling.asp";
countrySelect_URLs["15"] = "fulfillmet.asp";
countrySelect_URLs["16"] = "inspection-sorting-services.asp";
countrySelect_URLs["17"] = "parts-return-packaging.asp";
countrySelect_URLs["18"] = "rework-finished-goods.asp";
countrySelect_URLs["19"] = "single-component.asp";
countrySelect_URLs["20"] = "returns-management.asp";
countrySelect_URLs["21"] = "reverse-logistics.asp";
countrySelect_URLs["22"] = "inventory-control.asp";
countrySelect_URLs["23"] = "customized-supply.asp";
countrySelect_URLs["24"] = "contract-warehousing.asp";
countrySelect_URLs["25"] = "cycle-counting.asp";
countrySelect_URLs["26"] = "solutions.asp";
countrySelect_URLs["27"] = "Additional Services";
countrySelect_URLs["28"] = "llp-services.asp";
countrySelect_URLs["29"] = "advantages.asp";
countrySelect_URLs["30"] = "bonded-warehouse-services.asp";
countrySelect_URLs["31"] = "http://discturnkey.com/service-dvd_sw.asp";
countrySelect_URLs["32"] = "http://discturnkey.com/service-dvd_sw.asp";
countrySelect_URLs["33"] = "http://discturnkey.com/service-cd_sw.asp";
countrySelect_URLs["34"] = "http://discturnkey.com/Replication-and-Duplication_sw.asp";
countrySelect_URLs["35"] = "http://discturnkey.com/Printing_sw.asp";
countrySelect_URLs["36"] = "http://discturnkey.com/Printing_sw.asp";
countrySelect_URLs["37"] = "http://discturnkey.com/Printing_sw.asp";
countrySelect_URLs["38"] = "http://discturnkey.com/Printing_sw.asp";
countrySelect_URLs["39"] = "http://discturnkey.com/Printing_sw.asp";
countrySelect_URLs["40"] = "http://discturnkey.com/Printing_sw.asp";
countrySelect_URLs["41"] = "http://discturnkey.com/Printing_sw.asp";
countrySelect_URLs["42"] = "http://discturnkey.com/Printing_sw.asp";
countrySelect_URLs["43"] = "http://discturnkey.com/value+_sw.asp";
countrySelect_URLs["44"] = "http://discturnkey.com/value+_sw.asp";
countrySelect_URLs["45"] = "http://discturnkey.com/value+_sw.asp";
countrySelect_URLs["46"] = "http://discturnkey.com/value+_sw.asp";
countrySelect_URLs["47"] = "http://discturnkey.com/value+_sw.asp";

countrySelect_URLs["fist"] = "#";


	function jumpToURL(formName,menuName) {
	
	 var obj = eval("document." + formName + "." + menuName);
	 var index = obj.value;
	 
	 var url = eval(menuName + "_URLs[index]");
	 if (index != "") {
	   location.href=url;
	 }
	}
	
	window.onUnload = setCountryLanguageCookies("fist", "us");


