function go(URL)
{
	var ThisURL = 
"http://systempflege.vangerow-isp.de/euras/base-targets/Lenz/" + URL;
	parent.body.location.href = ThisURL;
}

function goid(URL)
{
	var ThisURL = 
"http://systempflege.vangerow-isp.de/euras/base-targets/Lenz/" + URL;
	var KD = "16336";
	var NextURL = ThisURL + KD;
	parent.body.location.href = NextURL;
}

function goparts(URL)
{
	var ThisURL = 
"http://systempflege.vangerow-isp.de/euras/base-targets/Lenz/" + URL;
	var KD = "16336";
	var NextURL = ThisURL + KD + "&Action=Parts";
	parent.body.location.href = NextURL;
}

function goshop()
{
	var ThisURL = "http://www.euras.com/ehs/base-targets-mdb/shop/default.asp?ID=";
	var KD = "16336";
	var NextURL = ThisURL + KD;
	var ShopWin = window.open(NextURL, 'ShopWin', 'width=740,height=560,scrollbars=yes,toolbar=no,status=no')
}


function gomain(URL)
{
	var ThisURL = 
"http://systemplege.vangerow-isp.de/euras/base-targets/main/" + URL;
	parent.body.location.href =ThisURL;
}

