//-----DRUCKEN---------
function printVersion()
{
//Eigentlich neues Fenster laden
nljPrintWindow = window.open(contentFrame.location.href.replace(contentFrame.location.hash,"") + "?command=print", "nljPrintWindow", "width=600,height=650,resizable=yes,dependent=yes,menubar=yes,scrollbars=yes,status=no,toolbar=no");
nljPrintWindow.focus();

}
//-----DRUCKEN---------


function counterCode()
{
//Vivano Statistik
pl=""; for (var co=0; co<navigator.plugins.length; co++) { pl += navigator.plugins[co].name + ';'; }
if ( navigator.appName != "Netscape" )
{ c = screen.colorDepth; l = navigator.userLanguage; loc = location.pathname }
else { 
c = screen.pixelDepth; l = navigator.language; loc = location.pathname }
j = navigator.javaEnabled()
r = "&pl=" + escape(pl) + "&PAR_SIZE=" + screen.width + "&PAR_SIZEHEIGHT=" + screen.height + "&PAR_COLORS=" + c + "&PAR_REFERER=" + escape(document.referrer) + "&PAR_JAVA=" + j + "&PAR_LANG=" + l + "&loc=" + loc;
document.write("<img src='http://www2.viviano.de/cgi-bin/wacounter1.cgi?u=13575&t=i&masterid=nlj" + r + "' width='0' height='0'>")
}