function openprint(pname) {
	var seite = 'print.php?page=' + pname;
	wshelp = window.open (seite, 'Printfassung','height=620,width=680,menubar,scrollbars');
	wshelp.focus();
	}

function protectmail(mclass) {
	var name = "kontakt";
	var domain = "dictum-law.com";
	document.write('<a href=\"mailto:' + name + '@' + domain + '\" class=\"' + mclass + '\">');
	document.write(name + '@' + domain + '</a>');
	}
	
function anzeigen(das){
	if(document.getElementById(das).style.display=='none') 
 		document.getElementById(das).style.display='block'; 
 	else document.getElementById(das).style.display='none';}
	
function showbox(){
	if(document.getElementById("direct")){
	//document.getElementById("direct").style.visibility='hidden';
	}
}

function hidebox(){
	if(document.getElementById("direct")){
   	//document.getElementById("direct").style.visibility='visible';
	}
}

