function showInfo_r(event,whichCont){

	if (!event){
		event = window.event;
	}
	else {
		// document.getElementById(whichCont).style.visibility = "hidden";
	}
mausx = event.clientX;
mausy = event.clientY;
document.getElementById(whichCont).style.visibility = "visible";
    if (document.documentElement.scrollLeft){ // OPERA, IE
	  mausx+=document.documentElement.scrollLeft;
    //  mausx+=document.body.scrollLeft;
	}
    if ( document.documentElement.scrollTop){ // OPERA,IE
		mausy+=document.documentElement.scrollTop;
     //   mausy+=document.body.scrollTop;
	}
document.getElementById(whichCont).style.left = (mausx+10) + "px";
document.getElementById(whichCont).style.top = (mausy+10) + "px";

}

function hideInfo_r(whichCont){
	document.getElementById(whichCont).style.visibility = "hidden";
}


function showInfo_quickfinder(event,whichCont){

	if (!event){
		event = window.event;
	}
	else {
		document.getElementById(whichCont).style.visibility = "hidden";
	}
mausx = event.clientX;
mausy = event.clientY;
document.getElementById(whichCont).style.visibility = "visible";
    if (document.documentElement.scrollLeft){ // OPERA, IE
	  mausx+=document.documentElement.scrollLeft;
    //  mausx+=document.body.scrollLeft;
	}
    if ( document.documentElement.scrollTop){ // OPERA,IE
		mausy+=document.documentElement.scrollTop;
     //   mausy+=document.body.scrollTop;
	}
document.getElementById(whichCont).style.left = (mausx+10) + "px";
document.getElementById(whichCont).style.top = (mausy+10) + "px";

}

function hideInfo_quickfinder(whichCont){
	document.getElementById(whichCont).style.visibility = "hidden";
}

function showInfo(event,whichCont,imgID){

	if (!event){
		event = window.event;
	}
	else {
		document.getElementById(whichCont).style.visibility = "hidden";
	}
mausx = event.clientX;
mausy = event.clientY;
document.getElementById(whichCont).innerHTML=explodeAltToDesc(imgID);
document.getElementById(whichCont).style.visibility = "visible";
    if (document.documentElement.scrollLeft){ // OPERA, IE
	  mausx+=document.documentElement.scrollLeft;
    //  mausx+=document.body.scrollLeft;
	}
    if ( document.documentElement.scrollTop){ // OPERA,IE
		mausy+=document.documentElement.scrollTop;
     //   mausy+=document.body.scrollTop;
	}
document.getElementById(whichCont).style.left = (mausx+10) + "px";
document.getElementById(whichCont).style.top = (mausy+10) + "px";

}

function hideInfo(whichCont){
	document.getElementById(whichCont).style.visibility = "hidden";
}
function explodeAltToDesc(imgID){
	var a=document.getElementById(imgID).alt;
	var explode=a.split("|");
	var returnValue = "<ul><li><b>F&uuml;r dieses Ger&auml;t (u.&Auml;.) bieten wir an:</b></<li>";
	for (var i=0;i<=explode.length-1;i++){

		if (explode[i] == "VS"){
			explode[i]="<li>Verschlei&szlig;reparaturen</li>";
		}
		if (explode[i] == "VI"){
			explode[i]="<li>Vorbeugende Instandhaltung</li>";
		}
		if (explode[i] == "GB"){
			explode[i]="<li>Grundboardreparatur bis auf Chip-Ebene</li>";
		}
		if (explode[i] == "LCD"){
			explode[i]="<li>LCD Reparatur</li>";
		}
		if (explode[i] == "SR"){
			explode[i]="<li>Schnittstellen Reparatur</li>";
		}
		if (explode[i] == "RBF"){
			explode[i]="<li>Reparatur der Bedienfront inkl. Folienerneuerung und Reparatur einzelner Schaltelemente</li>";
		}
		if (explode[i] == "KP"){
			explode[i]="<li>Komplettpr&uuml;fung</li>";
		}
		if (explode[i] == "SP"){
			explode[i]="<li>Schockpr&uuml;fung</li>";
		}
		if (explode[i] == "MR"){
			explode[i]="<li>Monitor Reparatur</li>";
		}
		if (explode[i] == "HR"){
			explode[i]="<li>Hochr&uuml;stung von Prozessor, Speicher, etc..</li>";
		}
		if (explode[i] == "TR"){
			explode[i]="<li>Tastatur Reparatur</li>";
		}
		if (explode[i] == "DR"){
			explode[i]="<li>Datenrettung</li>";
		}
		if (explode[i] == "HDOPT"){
			explode[i]="<li>Festplatten und Softwareoptimierung</li>";
		}
		if (explode[i] == "DR"){
			explode[i]="<li>Datenrettung</li>";
		}
		if (explode[i] == "DR"){
			explode[i]="<li>Datenrettung</li>";
		}
		if (explode[i] == "RESE"){
			explode[i]="<li>Reparatur einzelner Schaltelemente</li>";
		}
		if (explode[i] == "REPA"){
			explode[i]="<li>Reparatur auf Anfrage</li>";
		}
		if (explode[i] == "KOMP"){
			explode[i]="<li>Komplettreparatur</li>";
		}
	 returnValue+=explode[i];
	}


	// Hier DL definieren -->
return returnValue+"</ul>";
}

function showInfo_BG(event,whichCont){

	if (!event){
		event = window.event;
	}
	else {
		document.getElementById(whichCont).style.visibility = "hidden";
	}
mausx = event.clientX;
mausy = event.clientY;
document.getElementById(whichCont).style.visibility = "visible";
    if (document.documentElement.scrollLeft){ // OPERA, IE
	  mausx+=document.documentElement.scrollLeft;
    //  mausx+=document.body.scrollLeft;
	}
    if ( document.documentElement.scrollTop){ // OPERA,IE
		mausy+=document.documentElement.scrollTop;
     //   mausy+=document.body.scrollTop;
	}
document.getElementById(whichCont).style.left = (mausx+10) + "px";
document.getElementById(whichCont).style.top = (mausy+10) + "px";

}

function hideInfo_BG(whichCont){
	document.getElementById(whichCont).style.visibility = "hidden";
}