		function extLink(sLink) {
			vLink = sLink;
			if(confirm("You are now leaving the www.pfizerch.com Web site. Links to other sites are provided as a convenience to the viewer. Pfizer accepts no responsibility for the content of linked sites.")) {
				var cwin = window.open("","external");
				cwin.location.href = vLink;
			}
		}

