<!--
var newWindow = null;
function makeNewWindow(fname,w,h) {
	newWindow = window.open(fname,"","scrollbars=no,resizable=no,width=" + w + ",height=" + h )
	newWindow.moveTo(50,50);
	newWindow.focus();
}
function makeNewWindowScroll(fname,w,h) {
	newWindow = window.open(fname,"","scrollbars=yes,resizable=yes,width=" + w + ",height=" + h )
	newWindow.moveTo(50,50);
	newWindow.focus();
}

function printer(){
	var file = document.location.pathname.substring(document.location.pathname.lastIndexOf("/") + 1, document.location.pathname.lastIndexOf("."));
	//document.location.pathname.length + 1
	window.open('print.php?f='+file,'print','width=600, height=400, scrollbars=yes');	
}

/*if (document.layers){
	document.write("<link rel=STYLESHEET type=text/css href=www_nc4x.css>");
}
else
	document.write("<link rel=STYLESHEET type=text/css href=www.css>");*/
	

var ignore_1="charterpoint-mueritz";
if ((document.referrer.length > 0) && (document.images) && (document.referrer.toLowerCase().indexOf(ignore_1) < 0)) { 
refstat=new Image(1,1);
refstat.src="http://www.webhits.de/cgi/refstat?df=78906&ref="+escape(document.referrer);
}

// -->