/***** 
 *
 *	FUNKTIONEN zum ANZEIGEN DES ZERTIFIKATS
 *	
 *****/


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');
}