// vpnr-Handling
werturl = location.search;
werturl =  werturl.substring(1,werturl.length);
//alert("UrlWert\n"+werturl);
if (werturl == "")
{
	werturl = "vpnr=0180501";
}

function navi(Path) {
	var url_2 = Path + "?" + werturl;
	location.href = url_2;
}

function mr2(Path) {
var url_1 = "/is-bin/INTERSHOP.enfinity/WFS/PK/de_DE/-/EUR/PK_ShopDSE-Start?Mode=Katalog&KeywordPath="+Path+"&"+werturl+"";
if ((opener != null) && !opener.closed) {
	if ((opener.top != null) && !opener.top.closed) 
		opener.top.location.href = url_1;
	else 
		opener.location.href = url_1;
	}	
else
	window.open(url_1, "_blank");	
}