<!--//
		function warn(anHREF) {

			var warnmess = 'You are now leaving the Canadian Pacific Logistic Solutions website\.  A new window will open\. Close the window when you wish to return\. This link is being provided to you for convenience only\. No endorsement of any third party products, services or information is expressed or implied by any information, material or content referred to or included on, or linked from our website\.';

			if (confirm(warnmess)) {
				if (self.clientweb) {
					if (self.clientweb.closed) {
						popupwin = window.open(anHREF,"clientweb","toolbar=yes,location=yes,directories=yes,resizable=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes");
						self.clientweb = popupwin;
					} else {
						self.clientweb.focus();
						self.clientweb.location.href = anHREF;
					}
				} else {
					popupwin = 	window.open(anHREF,"clientweb","toolbar=yes,location=yes,directories=yes,resizable=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes");
					self.clientweb = popupwin;
					// self.clientweb.focus();
				}	
			}
		}
		
// MESSAGE BOX WARNING AND POP
		function warnpop(anHREF) {

			var warnmess = 'You are now leaving the Canadian Pacific Logistic Solutions website\.  A new window will open\. Close the window when you wish to return\. This link is being provided to you for convenience only\. No endorsement of any third party products, services or information is expressed or implied by any information, material or content referred to or included on, or linked from our website\.';

			if (confirm(warnmess)) {
				if (self.clientweb) {
					if (self.clientweb.closed) {
						//popupwin = //window.open(anHREF,"clientweb","toolbar=yes,location=yes,directories=yes,resizable=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes");
						//self.clientweb = popupwin;
						openpop(anHREF);
					} else {
						self.clientweb.focus();
						self.clientweb.location.href = anHREF;
					}
				} else {
					//popupwin = 	//window.open(anHREF,"clientweb","toolbar=yes,location=yes,directories=yes,resizable=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes");
					//self.clientweb = popupwin;
					openpop(anHREF);
					// self.clientweb.focus();
				}	
			}
		}		
		
		
		// MESSAGE BOX FOR THE LEGAL DISCLAMER
		function leg(anHREF) {

			var legal = 'The information provided herein is subject to a LEGAL DISCLAIMER which you are deemed to have read, understood and agreed to by accessing and browsing this section\. To read LEGAL DISCLAIMER, click on the link at the top of any page\.';

			if (confirm(legal)) {
				if (self.clientweb) {
					if (self.clientweb.closed) {
						self.location.href = anHREF;
						//self.clientweb = popupwin;
					} else {
						self.clientweb.focus();
						self.clientweb.location.href = "<%=strWebSealLink%>/english/investor+information/default.asp";
					}
				} else {
					self.location.href = anHREF;
					
				}	
			}
		}
//-->