//<script language="javascript" type="text/javascript">
function sendTo(winObj, lang) {
	if (winObj == null) {
		winObj = window;
	}
	var isApp = (winObj.location.search != "") ? true : false;
	// in Netscape 4 it is necessary to prepend the protocal and host - otherwise an error occurs because of the : in the linkStr parameter
	var url = winObj.location.protocol + "//" + winObj.location.host + "/_jb/asp/apps/sendtilenven/sendTilEnVen.asp?linkStr=" + escape(winObj.location.href) + "&isApp=" + isApp + "&lang=" + lang;
	openWin(url, "SendTilEnVen", 440, 250);
}
//</script>
