// JavaScript Document
// Script for Discaimer English
// 30.3.2008 Juerg Koechli, webservices4u GmbH


function showDisclaimerE(tx) {
	if (confirm(unescape("With this link you leave Internet portal %22www.perskindol.ch%22 and hence the sphere of responsibility of Vifor AG.\n \nThese web pages have their own usage provisions and may possibly be subject to different standards/regulations and legislation.\n \nClick on OK if you are in agreement with this."))) { 
		window.open(tx,'_blank')
	}
		else return
	
	}