var ie4 = (document.all) ? true : false;
var ns4 = (document.layers) ? true : false;
var ns6 = (document.getElementById && !document.all) ? true : false;

function stoperror()
{
	return true;
}
//window.onerror=stoperror;
function bittewarten(s)
{
    s.value = "Bitte warten ...";
    return true;
}
function click()
{ 
} 

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>');

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

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>');
}
