		function ChangeImage(Number, Source)
			{
				window.document.images[Number+1].src = "images_menue/" + Source;
			}

	function GetFrameSize()
		{
			alert('[' + document.body.offsetHeight + '] [' + window.innerHeight + ']');
		}







function InitWindowName(Fenstername)
	{
		self.name = Fenstername;
		self.focus();
	}

function Empty()
	{
		if (document.suche.searchstring.value == "Schnellsuche")
			{
				document.suche.searchstring.value = "";
			}
	}

function PrintWindow()
	{
		window.print();
	}


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');
	}
