
function marry_popup(controller,breite,top,hoch,links,wat)
	{
var googlewin=dhtmlwindow.open("ajaxbox", "ajax", '/marry/'+controller, wat, 'width='+breite+'px,height='+hoch+'px,left='+links+'px,top='+top+'px,resize=0,scrolling=1', "recal")
	}


function pop_rechner()
{
   var googlewin=dhtmlwindow.open("ajaxbox", "iframe", 'http://www.hanswaizmann.de/marry/exrechner', 'Preisvergleich Zahnzusatzversicherung starten', 'width=700px,height=900px,left=150px,top=50px,resize=0,scrolling=1', "recal") 
 
}

function early()
{
   	
var googlewin=dhtmlwindow.open("ajaxbox", "ajax", '/marry/earlyall/', 'Die neuesten EarlyBird Hinweise', 'width=650px,height=900px,left=150px,top=100px,resize=0,scrolling=1', "recal") 
}


function pop_bewertung_all()
	{
var googlewin=dhtmlwindow.open("ajaxbox", "ajax", '/marry/bewertungall/', 'Bewerten Sie eine Zahnzusatzversicherung', 'width=650px,height=900px,left=150px,top=100px,resize=0,scrolling=1', "recal")
	}

function pop_bewertung(id)
	{
var googlewin=dhtmlwindow.open("ajaxbox", "ajax", '/marry/bewertung/'+id, 'Bewerten Sie eine Zahnzusatzversicherung', 'width=550px,height=900px,left=150px,top=150px,resize=0,scrolling=1', "recal")
	}

function info_pop(wat,id)
	{
var googlewin=dhtmlwindow.open("ajaxbox", "ajax", '/marry/info_pop/'+wat+'/'+id, 'WaizmannTabelle Begriff-Erklärung', 'width=500px,height=600px,left=150px,top=150px,resize=0,scrolling=1', "recal")
	}

function togglemail2(){
	var divmail = document.getElementById('divmail')
	if (divmail.style.display == 'none') {
		divmail.style.display = 'block'
	} else {
		divmail.style.display = 'none'
	}
}


