<!--

	function enterLivePerson(aname, gname, re, name) {
		window.name = "lp_parent";
		document.cookie = "USELPCSHOME=Y; path=/; domain=.qvc.de";
		if (re == "Beauty" || re == "Electronics")	{
			var url="http://server.iad.liveperson.net/hc/38046636/?SESSIONVAR!skill="+re+"&cmd=file&file=visitorWantsToChat&site=38046636&referrer="+document.location;
		}
		else  {
			var url="http://server.iad.liveperson.net/hc/38046636/?SESSIONVAR!skill=General&cmd=file&file=visitorWantsToChat&site=38046636&referrer="+document.location;
		}
		var hWnd = window.open(url,'chat38046636','width=472,height=320,scrollbars=no,resizable=no');
		if (hWnd != null) { if (hWnd.opener == null) { hWnd.opener = self; window.name = "home"; hWnd.location.href=url; } }
	}
// -->
