function stoperror()
{
	return true;
}
//window.onerror=stoperror;
function bittewarten(s)
{
    s.value = 'Bitte warten ...';
    return true;
}
function click()
{ 
} 
function picviewer(pic,section) 
{
	popupWin = window.open(homedomain + '/cgi-bin/picviewer.pl?section=' + section + '&pic=' + pic,'picviewer','resizable=no,scrollbars=no,width=1,height=1');
	if ( (navigator.appName != "Microsoft Internet Explorer") && (navigator.appVersion.substring(0,1) == "3") )
	popupWin.focus();
}	

document.cookie = 'tracker_aufloesung=' + screen.width + 'x' + screen.height;
document.cookie = 'tracker_farbtiefe=' + screen.colorDepth;

document.write('<link rel="stylesheet" href="../html/lightbox.css" type="text/css" media="screen" />');
document.write('<script src="../js/prototype.js" type="text/javascript"></script>');
document.write('<script src="../js/scriptaculous.js?load=effects" type="text/javascript"></script>');
document.write('<script src="../js/lightbox.js" type="text/javascript"></script>');

function decryptml(mlad,klasse)
{
	var mladarray = mlad.split(":")
	var mladprint = '';
	for (var i = 0; i < mladarray.length; ++i)
	{
		var icurr = mladarray[i] - 5;
		mladprint += '&#' + icurr + ';';
	}

	document.write('<a href="');
	document.write('&#109;');
	document.write('&#97;');
	document.write('&#105;');
	document.write('&#108;');
	document.write('&#116;');
	document.write('&#111;');
	document.write(':');
	document.write(mladprint);
	document.write('" class="' + klasse + '">');
	document.write(mladprint);
	document.write('</a>');
}

