// <!-- hide
// **********************************************************************
// ***************  DHTML von 8sense<interactive> ***********************
// *************************(c) Oliver Rose / o.rose@8sense.de **********
// WARNUNG:  Dieser Code darf nicht ohne Genehmigung von Oliver Rose
// verwendet werden !!!  All rights reserved. Alle Rechte vorbehalten. 
// **********************************************************************
function OpenPrintVersion(view){
	window.open ('pprint.php?inc='+view,'printversion','scrollbars=yes,status=no,width=680,height=665,menubar=yes,left=50,top=20,location=no,resizable=no,directories=no');
}
function ZoomFenster(seite,breite,hoehe){
	gBildSRC = seite;
	//alert(breite);
	if(breite != "") {
		window.open('zoom_bild.htm','zoom','scrollbars=no,status=no,width='+breite+',height='+hoehe+',menubar=no,left=0,top=0,location=no,resizable=0');
	} else {
		window.open('zoom_bild.htm','zoom','scrollbars=no,status=no,width=540,height=360,menubar=no,left=215,top=300,location=no,resizable=0');
	}
}

function OpenRede(){
	window.open('eonrede.htm','sound','scrollbars=no,status=no,width=100,height=100,menubar=no,left=215,top=300,location=no,resizable=0');
}

function OpenPrintVersionAnfahrt(){
	window.open('anfahrt.htm','sound','scrollbars=no,status=no,width=620,height=850,menubar=yes,left=0,top=0,location=no,resizable=1');
}
//-->