function s(e, s, id, titel,img, wi, he, islink) {
	try{document.getElementById('content_karte_inf_logo').style.display="none";} catch(er){}
	try{
		var d = document.getElementById('content_karte_inf');
		d.style.display="block";
		var temp_left=eval(e.style.left.replace('px',''))+eval(wi);
		d.style.left= temp_left + 'px';
		var temp_top=eval(e.style.top.replace('px',''))+eval(he);
		d.style.top= temp_top + 'px';
		var content = "<div id='content_karte_inf_bild'>";
		if(img){
			content += "<img src='"+img+"' alt='" + titel + "' width='80'/>";
		}
		content +="</div><div id='content_karte_inf_text'><h4>" + titel + "</h4>";
		if(islink==1){
			content +="<span class='red_text'>weiter</span>";
		}
		content +="</div>";
		if(islink==1){
			d.style.cursor= "pointer";
			d.onclick = function(){window.location="http://" + window.location.host + "/bisherige-investoren/investor/" + id;};
		} else {
			d.style.cursor= "default";
			d.onclick = function(){return false;};
		}
		d.innerHTML=content;
	} catch(er){}	
}

function s_haus(e, id, titel,img, wi, he) {
	try{document.getElementById('content_karte_inf_logo').style.display="none";} catch(er){}
	try{
		var d = document.getElementById('content_karte_inf');
		d.style.display="block";
		var temp_left=eval(e.style.left.replace('px',''))+eval(wi);
		d.style.left= temp_left + 'px';
		var temp_top=eval(e.style.top.replace('px',''))+eval(he);
		d.style.top= temp_top + 'px';
		var content = "<div id='content_karte_inf_bild_projekt'>";
		if(img){
			content += "<img src='"+img+"' alt='" + titel + "' width='80'/>";
		}
		content +="</div><div id='content_karte_inf_text'><h4>" + titel + "</h4>";
		content +="<span class='red_text'>weiter</span></div>";
		d.style.cursor= "pointer";
		d.onclick = function(){window.location="http://" + window.location.host + "/" + id;};
		d.innerHTML=content;
	} catch(er){}	
}


function s_logo(e, id, titel,img, wi, he, islink) {
	try{
		var d = document.getElementById('content_karte_inf_logo');
		d.style.display="block";
		var temp_left=eval(e.style.left.replace('px',''))+eval(wi);
		d.style.left= temp_left + 'px';
		var temp_top=eval(e.style.top.replace('px',''))+eval(he);
		d.style.top= temp_top + 'px';
		if(img){
			content = "<img src='"+img+"' alt='" + titel + "' width='80'/>";
		} else {
			content = "<h4>" + titel + "</h4>";
		}
		if(islink==1){
			d.style.cursor= "pointer";
			d.onclick = function(){window.location="http://" + window.location.host + "/bisherige-investoren/investor/" + id;};
		} else {
			d.style.cursor= "default";
			d.onclick = function(){return false;};
		}
		d.innerHTML=content;
	} catch(er){}
}


function h() {
	
}