function ged(noDays){    var today = new Date();     var expr = new Date(today.getTime() + noDays*24*60*60*1000);    return  expr.toGMTString();}function cancelDynamic(deleteCookie) {	Delete_Cookie(deleteCookie, '/', ''); 	if (window.location.href.indexOf("&") > 0) {		window.location.href = window.location.href.substring(0, window.location.href.indexOf("&"));	}	else {		window.location.href = window.location.href;	}}function AddDynamicToBasket(cookieInfo) {	var VikingTradingProperties = Get_Cookie('VikingTradingProperties');	var days = 1;	var today = new Date();	var zero_date = new Date(0,0,0);	today.setTime(today.getTime() - zero_date.getTime());	var todays_date = new Date(today.getYear(),today.getMonth(),today.getDate(),0,0,0);	var expires_date = new Date(todays_date.getTime() + (days * 3600000));	Set_Cookie('VikingTradingProperties', VikingTradingProperties + "*" + cookieInfo, expires_date,"/");}function addDynamic(myField) {	var dspName = myField.name.replace("TI_","");	var n = myField.name;	var v = myField.value;	if ((v == "") || (v == 0) || (v == "0")) {		v = "1";	}	var cookieSuffix = myField.id.substring(0, myField.id.indexOf("_"));	var days = 1;	var today = new Date();	var propertyWrite = "";	var zero_date = new Date(0,0,0);	today.setTime(today.getTime() - zero_date.getTime());	var todays_date = new Date(today.getYear(),today.getMonth(),today.getDate(),0,0,0);	var expires_date = new Date(todays_date.getTime() + (days * 3600000));	var VikingDynamic = Get_Cookie('VikingDynamic' + cookieSuffix);	Set_Cookie('VikingDynamic' + cookieSuffix, VikingDynamic + "*BOLDSTART" + myField.name+"BOLDEND:"+myField.value, expires_date,"/");//alert(window.location.href.substring(0, window.location.href.indexOf("&")) + "&" + myField.name+"="+myField.value);	if (window.location.href.indexOf("&") > 0) {		window.location.href = window.location.href.substring(0, window.location.href.indexOf("&")) + "&" + myField.name+"="+myField.value+"#dynamic";	}	else {		window.location.href = window.location.href + "&" + myField.name+"="+myField.value+"#dynamic";	}}function AddToBasketEdit(SparepartField, link) {	var db = document.forms['0'].dbPath.value;	for (var i = 0; i<document.forms['0'].elements.length; i++) {        		if ((document.forms['0'].elements[i].name == SparepartField)) {			var dspName = SparepartField.replace("TI_","");			var n = document.forms['0'].elements[i].name;			var v = document.forms['0'].elements[i].value;			var reloadPage = "NO";			if ((v == "") || (v == 0) || (v == "0")) {				v = "1";			}			var o =  link + '\u00A4' + n + '\u00A4' + v;			var days = 1;			var today = new Date();			var propertyWrite = "";			var zero_date = new Date(0,0,0);			today.setTime(today.getTime() - zero_date.getTime());			var todays_date = new Date(today.getYear(),today.getMonth(),today.getDate(),0,0,0);			var expires_date = new Date(todays_date.getTime() + (days * 3600000));			var VikingBasketNames = Get_Cookie('VikingBasketNames');			var VikingBasketValues = Get_Cookie('VikingBasketValues');			var VikingTradingProperties = Get_Cookie('VikingTradingProperties');			if (VikingBasketNames == '') {				reloadPage = "YES";				Set_Cookie('VikingBasketNames', n, expires_date,"/");				Set_Cookie('VikingBasketValues', v, expires_date,"/");				if (SparepartField.indexOf("TI_") >= 0) {					if (document.getElementById(dspName)) {						var arrayProperty = document.getElementById(dspName).value.split(", ");						for (var q = 0; q < arrayProperty.length; q++) {							propertyWrite = document.getElementById(arrayProperty[q]).name+":"+document.getElementById(arrayProperty[q]).value+"&"+propertyWrite;						}						propertyWrite = dspName + "=" + propertyWrite;					}					else if (document.getElementById(dspName + "Dynamic")) {						propertyWrite = document.getElementById(dspName + "Dynamic").value;					}					Set_Cookie('VikingTradingProperties', VikingTradingProperties + "*" + propertyWrite, expires_date,"/");				}				if (SparepartField.indexOf("TI_") >= 0) {					alert(dspName+ " is\u00A0added\u00A0to your inquiry.");					if (reloadPage == "YES") {						window.location.href = window.location.href;					}				}				else {					alert(dspName+ " was added to your basket.");				}				return;			}			else if (isCookieEnabled('VikingBasketNames')) {				var NamesArray = VikingBasketNames.split("*");				var itemCounter = 0;				for(var t = 0 ; t < NamesArray.length ; t ++ ) {					if (SparepartField == NamesArray[t]) {						if (SparepartField.indexOf("TI_") >= 0) {							alert("You have already added " + dspName + " to your inquiry, please select another.");						}						else {							alert("You have already added " + dspName + " to your basket, please select another.");						}						return;					}				itemCounter = t;				}				window.status = itemCounter;				if (itemCounter > 34) {					alert("You can not add anymore items to your basket, the basket can no contain more than 35 items.");					return;				}				Set_Cookie('VikingBasketNames', VikingBasketNames + "*" + n, expires_date,"/");				Set_Cookie('VikingBasketValues', VikingBasketValues + "*" + v, expires_date,"/");				if (SparepartField.indexOf("TI_") >= 0) {					if (document.getElementById(dspName)) {						var arrayProperty = document.getElementById(dspName).value.split(", ");						for (var q = 0; q < arrayProperty.length; q++) {							propertyWrite = document.getElementById(arrayProperty[q]).name+":" +document.getElementById(arrayProperty[q]).value +"&"+propertyWrite;						}						propertyWrite = dspName + "=" + propertyWrite;					}					else if (document.getElementById(dspName + "Dynamic")) {						propertyWrite = document.getElementById(dspName + "Dynamic").value;					}					Set_Cookie('VikingTradingProperties', VikingTradingProperties + "*" + propertyWrite, expires_date,"/");					alert("Item no. " + dspName + " was added to your Inquiry");					if (reloadPage == "YES") {						window.location.href = window.location.href;					}				}				else {					alert(dspName + " was added to your basket.");				}			}		}    	}}function hide(object) {    if (document.layers && document.layers[object] != null)        document.layers[object].visibility = 'hidden';    else if (document.all)        if (document.all[object]) {        	document.all[object].style.visibility = 'hidden';        }}function show(object) {    if (document.layers && document.layers[object] != null)        document.layers[object].visibility = 'visible';    else if (document.all)        if (document.all[object]) {        	document.all[object].style.visibility = 'visible';        }}function CountrySelected(country) {	alert(country);}function changeBackground(myField) {	myField.style.background = 'EFFFFF';}function SetCookieSimple(language, type) {	var days = 1;	var today = new Date();	var zero_date = new Date(0,0,0);	today.setTime(today.getTime() - zero_date.getTime());	var todays_date = new Date(today.getYear(),today.getMonth(),today.getDate(),0,0,0);	var expires_date = new Date(todays_date.getTime() + (days * 3600000));	if (type == '1') {		Set_Cookie('VIKINGFrontpage', language, expires_date, "/");	}	else if (type == '2') {		Set_Cookie('DownloadedBulletins', language, expires_date, "/");	}	else if (type == '3') {		Set_Cookie('UseDIBS', language, expires_date, "/");	}}function OpenPage(link) {	location.href = link;}function HideLayer() {  document.all['Menu'].style.visibility = 'hidden';  document.all['ContactVIKING'].style.visibility = 'hidden';  document.all['TopGraaFlade'].style.visibility = 'hidden';//  document.all['IsLogin'].style.visibility = 'hidden';}function ShowLayer() {  document.all['Menu'].style.visibility = 'visible';  document.all['ContactVIKING'].style.visibility = 'visible';  document.all['TopGraaFlade'].style.visibility = 'visible';//  document.all['Login'].style.visibility = 'visible';//  document.all['IsLogin'].style.visibility = 'visible';}function doCookieL(name,value) {document.cookie=name+"="+value+"; expires=Saturday, 01-Apr-2200 08:00:00 GMT ; path=/";return true;} function preloadImage(imgId,imgOff,imgOn){		eval(imgId+"on = new Image();"+imgId+"off = new Image();"+imgId+"on.src = imgOn;"+imgId+"off.src = imgOff");}function ChangeBasket(SparepartField, link){	var db = document.forms['0'].dbPath.value;	var v = document.getElementsByName(SparepartField)[0].value;		if ((v != "") && (v != 0) && (v != "0")) {		var VikingBasketNames = Get_Cookie('VikingBasketNames');		var VikingBasketValues = Get_Cookie('VikingBasketValues');		var e;		var output = '';		var NamesArray = VikingBasketNames.split("*");		var ValuesArray = VikingBasketValues.split("*");		var dspName = SparepartField.replace("TI_","");		for(var i = 0 ; i < NamesArray.length ; i ++ ) {			if (SparepartField == NamesArray[i]) {				ValuesArray[i] = v;				for(e = 0; e < ValuesArray.length; e++) {					ValuesArray[e] = ValuesArray[e] + "*";				}				var NewValueString = ValuesArray.toString();				for (var w=0; w <= NewValueString.length; w++) {				       	if (NewValueString.charAt(w) != ',') {			          			output += NewValueString.charAt(w);					} 				}				output = output.substring(0, (output.length -1));				var days = 1;				var today = new Date();				var zero_date = new Date(0,0,0);				today.setTime(today.getTime() - zero_date.getTime());				var todays_date = new				Date(today.getYear(),today.getMonth(),today.getDate(),0,0,0);				var expires_date = new Date(todays_date.getTime() + (days * 3600000));				Set_Cookie('VikingBasketValues', output, expires_date, "/");				alert(dspName + ":\u00A0Quantity\u00A0is\u00A0changed\u00A0to " + v);			}		}	}	else {		alert("Item is not added to inquiry!");	}}function Del1FromBasket(SparepartField, link, page){	var db = document.forms['0'].dbPath.value;	var VikingBasketNames = Get_Cookie('VikingBasketNames');	var VikingBasketValues = Get_Cookie('VikingBasketValues');	var VikingTradingProperties = Get_Cookie('VikingTradingProperties');	var e;	var names =''; 	var values ='';	var properties ='';	var del_nr = 0;	var output = '';	var NamesArray = VikingBasketNames.split("*");	var ValuesArray = VikingBasketValues.split("*");	var PropertiesArray = VikingTradingProperties.split("*");	for(var i = 0 ; i < NamesArray.length ; i ++ ) {		if (SparepartField == NamesArray[i]) {			del_nr = i;		}	}	for(var i = 0 ; i < NamesArray.length ; i ++ ) {		if (del_nr != i)	{			names += NamesArray[i]+"*";			values += ValuesArray[i]+"*"; 			properties += PropertiesArray[i]+"*"; 		} 	}	names = names.substring(0,(names.length-1));	values = values.substring(0,(values.length-1));	properties = properties.substring(0,(values.length-1));	var days = 1;	var today = new Date();	var zero_date = new Date(0,0,0);	today.setTime(today.getTime() - zero_date.getTime());	var todays_date = new	Date(today.getYear(),today.getMonth(),today.getDate(),0,0,0);	var expires_date = new Date(todays_date.getTime() + (days * 3600000));	Set_Cookie('VikingBasketNames', names, expires_date,"/");	Set_Cookie('VikingBasketValues', values, expires_date,"/");	Set_Cookie('VikingTradingProperties', properties, expires_date,"/");	Delete_Cookie('VikingDynamic' + link, '/', ''); 	location.reload();}function CancelInquiry(link, msg) {		Delete_Cookie('VikingTradingProperties', '/', '');		Delete_Cookie('UseDIBS', '/', '');		Delete_Cookie('VikingBasketNames', '/', '');		Delete_Cookie('VikingBasketValues', '/', '');		if (link != '') {			alert(msg);			OpenPage(link);		}}function OBSOLETEOpenReviewInquiry(page) {	var db = document.forms['0'].dbPath.value;	var VikingBasketNames = Get_Cookie('VikingBasketNames');	if (VikingBasketNames == '') {		alert("No items have been added to your inquiry!");	}	else {		location.href = db + "linkopen/" + page;	}}function OBSOLETEViewBasket(page, type) {	var db = document.forms['0'].dbPath.value;	var VikingBasketNames = Get_Cookie('VikingBasketNames');	var VikingBasketValues = Get_Cookie('VikingBasketValues');	if (type != '7') {		if (VikingBasketNames == '') {			alert("No items have been added");			//return '';		}	}	if (VikingBasketNames != '') {		if (type == '1') {						location.href = db + "/linkopen/" + page + "?opendocument&" + VikingBasketNames + "\u00A7" + VikingBasketValues;				  }				  else if (type == '2') {			location.href = db + "/sparepartorderView?openform";				  }				  else if (type == '3') {			location.href = db + "/tradingorderview?openform";				  }				  else if (type == '4') {			location.href = db + "/sparepartorder?openform";				  }				  else if (type == '5') {			location.href = db + "/tradingorder?openform";				  }				  else if (type == '6') {			opener.location.href = db + "tradingorderview?openform";				  }				  else if (type == '7') {			opener.location.href = db + "linkopen/Subcategory-TradingItems-Tradingitemsfrontpage";				  }	}}function AddToBasket(SparepartField, link) {	var db = document.forms['0'].dbPath.value;//alert(db + "   -    " + SparepartField + "   -    " + link);	for (var i = 0; i<document.forms['0'].elements.length; i++) {        		if ((document.forms['0'].elements[i].name == SparepartField)) {			var dspName = SparepartField.replace("TI_","");			var n = document.forms['0'].elements[i].name;			var v = document.forms['0'].elements[i].value;			var reloadPage = "NO";			if ((v == "") || (v == 0) || (v == "0")) {				v = "1";			}			var o =  link + '\u00A4' + n + '\u00A4' + v;			var days = 1;			var today = new Date();			var propertyWrite = "";			var zero_date = new Date(0,0,0);			today.setTime(today.getTime() - zero_date.getTime());			var todays_date = new Date(today.getYear(),today.getMonth(),today.getDate(),0,0,0);			var expires_date = new Date(todays_date.getTime() + (days * 3600000));			var VikingBasketNames = Get_Cookie('VikingBasketNames');			var VikingBasketValues = Get_Cookie('VikingBasketValues');			var VikingTradingProperties = Get_Cookie('VikingTradingProperties');			if (VikingBasketNames == '') {				reloadPage = "YES";				Set_Cookie('VikingBasketNames', n, expires_date,"/");				Set_Cookie('VikingBasketValues', v, expires_date,"/");//alert("1");				if (SparepartField.indexOf("TI_") >= 0) {//alert("2");					if (document.getElementById(dspName)) {//alert("Have element with id -> " + dspName);						var arrayProperty = document.getElementById(dspName).value.split(", ");						for (var q = 0; q < arrayProperty.length; q++) {//alert(arrayProperty[q]);propertyWrite = document.getElementById(arrayProperty[q]).name+":"+document.getElementById(arrayProperty[q]).options[document.getElementById(arrayProperty[q]).selectedIndex].value+"&"+propertyWrite;						}					}					propertyWrite = dspName + "=" + propertyWrite;					Set_Cookie('VikingTradingProperties', propertyWrite, expires_date,"/");				}				if (SparepartField.indexOf("TI_") >= 0) {					alert(dspName+ " is\u00A0added\u00A0to your inquiry.");					if (reloadPage == "YES") {						window.location.href = window.location.href;					}				}				else {					alert(dspName+ " was added to your basket.");				}				return;			}			else if (isCookieEnabled('VikingBasketNames')) {				var NamesArray = VikingBasketNames.split("*");				var itemCounter = 0;				for(var t = 0 ; t < NamesArray.length ; t ++ ) {					if (SparepartField == NamesArray[t]) {						if (SparepartField.indexOf("TI_") >= 0) {							alert("You have already added " + dspName + " to your inquiry, please select another.");						}						else {							alert("You have already added " + dspName + " to your basket, please select another.");						}						return;					}				itemCounter = t;				}				window.status = itemCounter;				if (itemCounter > 34) {					alert("You can not add anymore items to your basket, the basket can no contain more than 35 items.");					return;				}				Set_Cookie('VikingBasketNames', VikingBasketNames + "*" + n, expires_date,"/");				Set_Cookie('VikingBasketValues', VikingBasketValues + "*" + v, expires_date,"/");				if (SparepartField.indexOf("TI_") >= 0) {					if (document.getElementById(dspName)) {						var arrayProperty = document.getElementById(dspName).value.split(", ");						for (var q = 0; q < arrayProperty.length; q++) {							propertyWrite = document.getElementById(arrayProperty[q]).name+":" 							+document.getElementById(arrayProperty[q]).options[document.getElementById(arrayProperty[q]).selectedIndex].value 							+"&"+propertyWrite;						}					}					propertyWrite = dspName + "=" + propertyWrite;					Set_Cookie('VikingTradingProperties', VikingTradingProperties + "*" + propertyWrite, expires_date,"/");					alert("Item no. " + dspName + " was added to your Inquiry");					if (reloadPage == "YES") {						window.location.href = window.location.href;					}				}				else {					alert(dspName + " was added to your basket.");				}			}		}    	}}function Get_Cookie(name) {    var start = document.cookie.indexOf(name+"=");    var len = start+name.length+1;    if ((!start) && (name != document.cookie.substring(0,name.length))) return '';    if (start == -1) return '';    var end = document.cookie.indexOf(";",len);    if (end == -1) end = document.cookie.length;    return unescape(document.cookie.substring(len,end));}function Set_Cookie(name,value,expires,path,domain,secure) {    document.cookie = name + "=" +escape(value) +        ( (path) ? ";path=" + path : "") +         ( (domain) ? ";domain=" + domain : "") +        ( (secure) ? ";secure" : "");}function Delete_Cookie(name,path,domain) {    if (Get_Cookie(name)) document.cookie = name + "=" +        ( (path) ? ";path=" + path : "") +        ( (domain) ? ";domain=" + domain : "") +        ";expires=Thu, 01-Jan-1970 00:00:01 GMT";}function isCookieEnabled(name) {   if (document.all) return navigator.cookieEnabled;   Set_Cookie(name, 'yes', today.getTime());   var tc = Get_Cookie(name);   Delete_Cookie(name, '/', '');   return (tc == today.getTime());}function OpenApproval(param1, param2, param3, param4, param5)  {	if (param1 == "Select product" || param1 == "Select authority")	{		param1="";	}//alert(document.forms['0'].DBNAME.value + "linkopen/Subcategory-Approval-test1?opendocument&@" + param1 + "@" + param2 + "@" + param3 + "@" + param4);	if (param5 == "general") {		location.href = document.forms['0'].DBNAME.value + "linkopen/Liferaftdatasheet-Generaldescription-Approvals?opendocument&@" + param1 + "@" + param2 + "@" + param3 + "@" + param4;	}	if (param5 == "special") {	location.href = document.forms['0'].DBNAME.value + "linkopen/Liferaftdatasheet-Special-Approvals?opendocument&@" + param1 + "@" + param2 + "@" + param3 + "@" + param4;	}		if (param5 == "standard") {		location.href = document.forms['0'].DBNAME.value + "linkopen/Liferaftdatasheet-Standard-Approvals?opendocument&@" + param1 + "@" + param2 + "@" + param3 + "@" + param4;	}	if (param5 == "self") {		location.href = document.forms['0'].DBNAME.value + "linkopen/Liferaftdatasheet-Self-rightning-Approvals?opendocument&@" + param1 + "@" + param2 + "@" + param3 + "@" + param4;	}	if (param5 == "PPE") {		location.href = document.forms['0'].DBNAME.value + "linkopen/Subcategory-ProtectiveClothing-Approval?opendocument&@" + param1 + "@" + param2 + "@" + param3 + "@" + param4;	}}function Searchsubmit(){//	Param		Function//	 1			Ordinary search//	 2			By number search	var NotesQuery;       var searchType;	searchType = '1';	NotesQuery = document.forms[0].Query.value;	if (NotesQuery  == "" ) {		searchType = '2';		NotesQuery = document.forms[0].QueryNumber.value;	}// Hvis denne linie ikke er udkommenteret skilles linien af kommaer og der s\u00F8ges p\u00E5 enkelte ord//	NotesQuery = NotesQuery.replace(' ', ', ');	NotesQuery = NotesQuery.replace(',,', ',');	if (NotesQuery != "")	{		if (searchType == '1')		{		//alert(NotesQuery + "    -    " + document.forms['0'].DBNAME.value + "searchview/?SearchView&Query=("+NotesQuery+")&SearchOrder=1");			location.href = document.forms['0'].DBNAME.value + "searchview/?SearchView&Query=("+NotesQuery+")&SearchOrder=1";		}		else if (searchType == "2")		{			location.href = document.forms['0'].DBNAME.value + "webdisplaylist?openform&" + NotesQuery;		}	}}function makeCheckTrading(){	s = new String ("Ok");	v = new String ("");//	alert(document.cookie);//	document.getElementById("ACookie").value = document.cookie;	if( document._tradingorder.Contact_Tel.value == "" ) {		s = "Please specify 'Telephone'."; 	}	if( document.forms['0'].Contact_Country.options[document.forms['0'].Contact_Country.selectedIndex].value == "- Other" ) { 		if( document.forms['0'].Contact_Country_other.value == "" ) {			s = "You have selected '- Other' as Country under Company details, please specify country in the field below."; 		}	}	if( document._tradingorder.Contact_ZipKode.value == "" ) {		s = "Please specify 'Zip'."; 	}	if( document._tradingorder.Contact_City.value == "" ) {		s = "Please specify 'City'."; 	}	if( document._tradingorder.Contact_Address.value == "" ) {		s = "Please specify 'Address'."; 	}	if( document._tradingorder.Contact_Title.value == "" ) {		s = "Please specify 'Title'."; 	}	if( document._tradingorder.Contact_Contact.value == "" ) {		s = "Please specify 'Contact'."; 	}	if( document._tradingorder.Contact_Company.value == "" ) {		s = "Please specify 'Company'."; 	}	if ((document.forms['0'].Contact_Items5 [0].checked  == false ) && (document.forms['0'].Contact_Items5 ['1'].checked  == false ) && (document.forms['0'].Contact_Items5 ['2'].checked  == false) && (document.forms['0'].Contact_Items5 [3].checked  == false )) { 		s = "Please select how you would like to be contacted by VIKING."; 	}	if ((document.forms['0'].Contact_Items5 ['0'].checked  == true ) && ((document.forms['0'].Contact_email.value.indexOf("@") < 1) || (document.forms['0'].Contact_email.value.indexOf(".") < 3))) { 		s = "Please specify a valid e-mail address."; 	}	if ((document.forms['0'].Contact_Items5 ['2'].checked  == true ) && (document.forms['0'].Contact_Fax.value == '')) { 		s = "Please specify a fax number."; 	}        if ( s == "Ok" )	{ 	document._tradingorder.submit();         }        else	{ 	alert(s);         }}function WindowOpenThin(notesURL, title){		window.open(notesURL, title, "menubar=no,scrollbars=yes,status=no,width=755,height=550,screenX=15,screenY=15,top=15,left=15,alwaysRaised=yes,resizable=yes");}function WindowOpenThinPrint(notesURL, title){		window.open(notesURL, title, "menubar=no,scrollbars=no,status=no,width=168,height=170,screenX=200,screenY=200,top=200,left=200,alwaysRaised=yes,resizable=yes");}function WindowOpenThinAll(notesURL, title){		if (confirm("Are you sure you want to print the entire catalogue?")) {		window.open(notesURL, title, "menubar=no,scrollbars=yes,status=no,width=750,height=550,screenX=15,screenY=15,top=15,left=15,alwaysRaised=yes,resizable=yes");		}}function kill_expand(){	for( i=0; i<document.images.length ; i++ ) {		if( document.images[i].src.indexOf('expand.gif') != -1) { 			document.images[i].height= HEIGHT=0 			document.images[i].width= WIDTH=0		} //end if	} // end for} function CopyFieldData(sourceField, targetField) {	var sObj = document.getElementById(sourceField);	var tObj = document.getElementById(targetField);	if (sObj.options) {		tObj.value = sObj.options[sObj.selectedIndex].value;	}	else {		tObj.value = sObj.value;	}}function SaveContactInformation() {	var cookieString = "";	var doc = document.forms[0];	cookieString = cookieString + "\u00A4contactCompanyRequired" + "#" + doc.contactCompanyRequired.value;	cookieString = cookieString + "\u00A4contactContactRequired" + "#" + doc.contactContactRequired.value;	cookieString = cookieString + "\u00A4contactTitleRequired" + "#" + doc.contactTitleRequired.value;	cookieString = cookieString + "\u00A4contactAddressRequired" + "#" + doc.contactAddressRequired.value;	cookieString = cookieString + "\u00A4contactCityRequired" + "#" + doc.contactCityRequired.value;	cookieString = cookieString + "\u00A4contactStateRequired" + "#" + doc.contactStateRequired.value;	cookieString = cookieString + "\u00A4contactZipRequired" + "#" + doc.contactZipRequired.value;	cookieString = cookieString + "\u00A4contactCountryRequired" + "#" + doc.contactCountryRequired.options[doc.contactCountryRequired.selectedIndex].value;	cookieString = cookieString + "\u00A4contactCountryOther" + "#" + doc.contactCountryOther.value;	cookieString = cookieString + "\u00A4contactTelephoneRequired" + "#" + doc.contactTelephoneRequired.value;	cookieString = cookieString + "\u00A4contactFax" + "#" + doc.contactFax.value;	cookieString = cookieString + "\u00A4contactEmail" + "#" + doc.contactEmail.value;	cookieString = cookieString + "\u00A4contactRefNo" + "#" + doc.contactRefNo.value;	cookieString = cookieString + "\u00A4contactDeliveryDate" + "#" + doc.contactDeliveryDate.value;	cookieString = cookieString + "\u00A4contactCompanyDelivery" + "#" + doc.contactCompanyDelivery.value;	cookieString = cookieString + "\u00A4contactContactDelivery" + "#" + doc.contactContactDelivery.value;	cookieString = cookieString + "\u00A4contactTitleDelivery" + "#" + doc.contactTitleDelivery.value;	cookieString = cookieString + "\u00A4contactAddressDelivery" + "#" + doc.contactAddressDelivery.value;	cookieString = cookieString + "\u00A4contactCityDelivery" + "#" + doc.contactCityDelivery.value;	cookieString = cookieString + "\u00A4contactStateDelivery" + "#" + doc.contactStateDelivery.value;	cookieString = cookieString + "\u00A4contactZipDelivery" + "#" + doc.contactZipDelivery.value;	cookieString = cookieString + "\u00A4contactCountryDelivery" + "#" + doc.contactCountryDelivery.value;	cookieString = cookieString + "\u00A4contactCountryOtherDelivery" + "#" + doc.contactCountryOtherDelivery.value;	document.cookie = "CustomerInformation=" +escape(cookieString) + "; expires=" + ged(3000) + ";";	alert("Your contact information and delivery address have been saved.");}
