


	var a;


	var b = null;


	


	function fensteropen_picsize(datei,titel,hoehe,breite) {


		b = a;


		a = window.open('',"pop_up" + Math.floor(100000*Math.random()+1),"resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,toolbar=0,width="+ breite +",height="+ hoehe +"");


		a.document.write('<html>');


		a.document.write('	<head>');


		a.document.write('		<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">');


		a.document.write('		<title>'+ titel +'</title>');


		a.document.write('	</head>');


		a.document.write('	<body bgcolor="#ffffff"  TEXT="#ffffff" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">');


		a.document.write('			<table border="0" cellpadding="0" cellspacing="0">');


		a.document.write('				<tr>');


		a.document.write('					<td><img src="'+ datei+'" border="0">');


		a.document.write('					</td>');


		a.document.write('				</tr>');


		a.document.write('			</table>');


		a.document.write('	</body>');


		a.document.write('</html>');




	}


	




	


	function fensteropen_picsize_scroll(datei,titel,hoehe,breite) {


		b = a;


		a = window.open('',"pop_up" + Math.floor(100000*Math.random()+1),"resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width="+ breite +",height="+ hoehe +"");


		a.document.write('<html>');


		a.document.write('	<head>');


		a.document.write('		<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">');


		a.document.write('		<title>'+ titel +'</title>');


		a.document.write('	</head>');


		a.document.write('	<body bgcolor="#ffffff"  TEXT="#ffffff" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">');


		a.document.write('			<table border="0" cellpadding="0" cellspacing="0">');


		a.document.write('				<tr>');


		a.document.write('					<td><img src="'+ datei+'" border="0">');


		a.document.write('					</td>');


		a.document.write('				</tr>');


		a.document.write('			</table>');


		a.document.write('	</body>');


		a.document.write('</html>');


	

	}


	