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');
}

function ShowCert2(sn,language)
{
	window.open('http://www.trustcenter.de/cgi-bin/Search.cgi?Language=' + language + '&Template=printable&SN=' + sn, 'Zertifikat', 'width=640,height=480,resizable,scrollbars,status');
}


function surfto( form ) {
 var myindex=form.selectfeld.selectedIndex
 if( form.selectfeld.options[myindex].value != "0" ) {
  location=form.selectfeld.options[myindex].value;
 }
}
