function go(URL)
{
	var ThisURL = "http://www.monitor-rafeld.de/" 
+ URL;
	parent.Hauptframe.location.href = ThisURL;
}

function goid(URL)
{
	var ThisURL = "http://www.monitor-rafeld.de/"
+ URL;
	var KD = "28934";
	var NextURL = ThisURL + KD;
	parent.Hauptframe.location.href = NextURL;
}

function goBanner()
{
	var ThisURL = "http://www.monitor-rafeld.de/";
	var KD = "";
	var NextURL = ThisURL + KD;
	parent.banner1.location.href = NextURL;
}

function goparts(URL)
{
	var ThisURL = "http://www.monitor-rafeld.de" 
+ URL;
	var KD = "28934";
	var NextURL = ThisURL + KD + "&Action=Parts";
	parent.Hauptframe.location.href = NextURL;
}

function goshop()
{
	var ThisURL = "http://www.euras.com/ehs/base-targets-mdb/shop/default.asp?ID=";
	var KD = "28934";
	var NextURL = ThisURL + KD;
	var ShopWin = window.open(NextURL, 'ShopWin', 'width=740,height=560,scrollbars=yes,toolbar=no,status=no')
}

function gomon(URL)
{
	var ThisURL = "http://systempflege.vangerow-isp.de/euras/base-targets/monitorinfo/" + 
URL;
	parent.Hauptframe.location.href =ThisURL;
}

function gomain(URL)
{
	var ThisURL = "http://systempflege.vangerow-isp.de/euras/base-targets/main/" + URL;
	parent.Hauptframe.location.href =ThisURL;
}
