function mouseOverB1(idOver, idAktuell, sprache) {
	document.getElementById(idOver).src = "img/"+idOver+"_hi.gif";
	if (idAktuell != "") document.getElementById(idAktuell).src = "img/"+idAktuell+".gif";
	document.getElementById("B1_Startseite_Bild").src = "img/"+idOver+"_Bild"+sprache+".jpg";
}

function mouseOutB1(idOut, idAktuell, sprache) {
	document.getElementById(idOut).src = "img/"+idOut+".gif";
	if (idAktuell != "B1_Startseite") document.getElementById(idAktuell).src = "img/"+idAktuell+"_hi.gif";
	document.getElementById("B1_Startseite_Bild").src = "img/"+idAktuell+"_Bild"+sprache+".jpg";
}

function mouseOverB2(idOver, idAktuell, sprache) {
	var unten = "";
	if (idOver == "B2_Pv" && idAktuell == "B2_VHK") unten = "_unten";
	document.getElementById(idOver).src = "img/"+idOver+"_kl"+unten+"_hi.gif";
	document.getElementById(idAktuell).src = "img/"+idAktuell+"_gr_hi.gif";
	document.getElementById("B2_Bild").src = "img/"+idOver+"_Bild"+sprache+".jpg";
}

function mouseOutB2(idOut, idAktuell, sprache) {
	var unten = "";
	if (idOut == "B2_Pv" && idAktuell == "B2_VHK") unten = "_unten";
	document.getElementById(idOut).src = "img/"+idOut+"_kl"+unten+".gif";
	document.getElementById(idAktuell).src = "img/"+idAktuell+"_gr_hi.gif";
	document.getElementById("B2_Bild").src = "img/"+idAktuell+"_Bild"+sprache+".jpg";
}

function mouseOverEbay(idOver, idAktuell, sprache) {
	document.getElementById(idOver).src = "img/"+idOver+"_hi.gif";
	if (idAktuell != "") document.getElementById(idAktuell).src = "img/"+idAktuell+".gif";
	document.getElementById("B1_ebay_mich").src = "img/"+idOver+"_Bild"+sprache+".jpg";
}

function mouseOutEbay(idOut, idAktuell, sprache) {
	document.getElementById(idOut).src = "img/"+idOut+".gif";
	if (idAktuell != "B1_ebay_mich") document.getElementById(idAktuell).src = "img/"+idAktuell+"_hi.gif";
	document.getElementById("B1_ebay_mich").src = "img/"+idAktuell+"_Bild"+sprache+".jpg";
}

function openPaketshopFinder(sprachcode) {
	popup = window.open('http://customer3.map24.com/hermes/?lang='+sprachcode,"PaketShopFinder","width=800,height=590,directories=no,hotkeys=no,title=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=no,toolbar=no");	
	if (popup.opener == null) popup.opener = popup;
	return false;
}

function neuesFenster(url, name, width, height) {
	var win = window.open(url, name, 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height);
	win.focus();
}
function shapeWrapper(lineHeight, LeftRightWidths, debug) {
	var out = '';
	var border = '';
	if (debug!="") border = "border: 1px solid red;"
	values = LeftRightWidths.split('|');
	for(i=0; i < values.length; i++) {
		parts = values[i].split(',');
		if (parts[0] > 0) out += '<div style="float:left;clear:left;height:'+lineHeight+'px;width:'+ parts[0]+'px;line-height:0px;overflow:hidden;'+border+'"></div>';
		if (parts[1] > 0) out += '<div style="float:right;clear:right;height:'+lineHeight+'px;width:'+ parts[1]+'px;line-height:0px;overflow:hidden;'+border+'"></div>';
	}
	document.write(out);
}

