document.write('<div class="infobox" id="rhinweis1" style="display:none;"><div class="infoboxhead"><div class="infoboxpointer" style="margin-left:20px;"></div></div>');
document.write('<div class="infoboxmain">Als Wirtschaftsjournalisten legen wir gr&ouml;&szlig;ten Wert auf <strong>Neutralit&auml;t</strong> und <strong>Objektivit&auml;t</strong>. Das gilt auch f&uuml;r die Daten, die in unsere Rechner einflie&szlig;en.</div>');
document.write('<div class="infoboxbottom" style="overflow:hidden"></div></div>');

document.write('<div class="infobox" id="rhinweis2" style="display:none;"><div class="infoboxhead"><div class="infoboxpointer" style="margin-left:90px;"></div></div>');
document.write('<div class="infoboxmain">Die Konditionen in unseren Finanz-Rechnern werden jeden Werktag <strong>mindestens einmal</strong> aktualisiert. Damit unterscheiden wir uns von den meisten anderen Vergleichsportalen.</div>');
document.write('<div class="infoboxbottom" style="overflow:hidden"></div></div>');

document.write('<div class="infobox" id="rhinweis3" style="display:none;"><div class="infoboxhead"><div class="infoboxpointer" style="margin-left:150px;"></div></div>');
document.write('<div class="infoboxmain">Wir listen&nbsp;die Konditionen <strong>aller </strong>Banken, die uns ihre Daten melden und dies <strong>kostenlos</strong> - und nicht nur die Anbieter, die daf&uuml;r zahlen, dass sie im Rechner gelistet sind.</div>');
document.write('<div class="infoboxbottom" style="overflow:hidden"></div></div>');

/***********************************************
* Fixed ToolTip script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var vertical_offset="5px" 	 //horizontal offset of tooltip from anchor link
var horizontal_offset="-3px" //horizontal offset of tooltip from anchor link

var ie4=document.all
var ns6=document.getElementById&&!document.all

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=(whichedge=="rightedge")? parseInt(horizontal_offset)*-1 : parseInt(vertical_offset)*-1
if (whichedge=="rightedge"){
// var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
var windowedge=480 // ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15

dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
}
return edgeoffset
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function rhinshow(id,obj,divname) {


	dropmenuobj=document.getElementById? document.getElementById(divname) : divname;
	dropmenuobj.x=getposOffset(obj, "left");
	dropmenuobj.y=getposOffset(obj, "top");
	dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px";
	dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px";

    // alert (dropmenuobj.style.left);
	
	if (id=='1') 	{ 
	document.getElementById( 'rhinweis1' ).style.left = '315px'; // dropmenuobj.style.left;
	document.getElementById( 'rhinweis1' ).style.top =  dropmenuobj.style.top;
	document.getElementById( 'rhinweis1' ).style.display = 'block';
	}
	if (id=='2') 	{ 
	document.getElementById( 'rhinweis2' ).style.left = '315px'; // dropmenuobj.style.left;
	document.getElementById( 'rhinweis2' ).style.top =  dropmenuobj.style.top;
	document.getElementById( 'rhinweis2' ).style.display = 'block';
	}
	if (id=='3') 	{ 
	document.getElementById( 'rhinweis3' ).style.left = '315px'; // dropmenuobj.style.left;
	document.getElementById( 'rhinweis3' ).style.top =  dropmenuobj.style.top;
	document.getElementById( 'rhinweis3' ).style.display = 'block';
	}
}

function rhinhide() {
	
	document.getElementById( 'rhinweis1' ).style.display = 'none';
	document.getElementById( 'rhinweis2' ).style.display = 'none';
	document.getElementById( 'rhinweis3' ).style.display = 'none';
}

