function hilite(td){td.style.background = "#ffcccc";}
function lolite(td){td.style.background = "#ff9999";}

function show(id,element){
	document.getElementById(id).style.visibility = "visible";
}
function hide(id,element){
	document.getElementById(id).style.visibility = "hidden";
}
function ShowCert(sn){
	window.open('http://www.trustcenter.de/cgi-bin/Search.cgi?Template=printable&SN='+ sn,'Zertifikat','width="640",height="480",resizable,scrollbars,status');
}