 function toggle_table(berufe){
 if(document.getElementById(berufe).style.display=='none')
 document.getElementById(berufe).style.display='block';
 else document.getElementById(berufe).style.display='none';}
 
 
function csspopup() {
if(document.getElementById) {
document.getElementById("popup").style.display="none"; return false; }
else return true; }


function show(pic,h,w)  {
    document.getElementById(pic).style.display = "block";
    document.getElementById(pic).style.height = h+"px";
    document.getElementById(pic).style.width = w+"px";
    }
                                                                                             
function kill(pic)  {
    document.getElementById(pic).style.display = "none";
    } 
function PopupReferer(Adresse) {
		F = window.open(Adresse,"Popup","width=700,height=350,scrollbars=yes");}

function PopupArbeitszeugnis() {
	F = window.open("arbeitszeugnis_form.asp","Popup","width=550,height=750,scrollbars=yes");
}

function PopupFenster() {
	F = window.open("anz_agb.htm","Popup","width=600,height=550,scrollbars=yes");
}

function PopupFensterkorrektur() {
	F = window.open("korrektur.htm","Popup","width=300,height=250,scrollbars=no");
}

function PopupFensterPreise() {
	F = window.open("preisinfo.htm","Popup","width=300,height=250,scrollbars=no");
}

function PopupFensterErstellen() {
	F = window.open("bew_erstellen.htm","Popup","width=400,height=250,scrollbars=no");
}

function poll() {
	F = window.open("poll/results.asp","Popup","width=350,height=250,scrollbars=no");
}


function PopupFensterTest() {
		F = window.open("testinfo.htm","Popup","width=300,height=350,scrollbars=no");}
	
	function PopupFensterLight() {
		F = window.open("../anz_links_format_light1.htm","Popup","width=550,height=550,scrollbars=yes");}
	
	function PopupFensterL() {
		F = window.open("../anz_links_format_l1.htm","Popup","width=550,height=550,scrollbars=yes");}
	
	function PopupFensterXL() {
		F = window.open("../anz_links_format_xl1.htm","Popup","width=550,height=550,scrollbars=yes");}
	
	function PopupFensterXXL() {
		F = window.open("../anz_links_format_xxl1.htm","Popup","width=550,height=550,scrollbars=yes");}
	
	function Demo() {
		F = window.open("../produktauswahl.html","Popup","width=800,height=685,scrollbars=no");}
	
	function DemoAuswahl() {
		F = window.open("../myulmatoauswahl.html","Popup","width=550,height=400,scrollbars=no");}
	
	function feedback() {
		F = window.open("../feedback/feedback.asp","Popup","width=350,height=200,scrollbars=no");}
