function Print() {
var el = document.getElementsByTagName('div');
jQuery.ajaxSetup({async:false}); 
	var text1 = null;
	$.get("http://www.ns.alpha-f.eu/fileadmin/index_print.html", function(text) {
		text1=text;
	 });
//	var xopen = window.open('http://www.ns.alpha-f.eu/index.php?id=46','Druckansicht');
//	var xopen = window.open('http://www.ns.alpha-f.eu/index.php?id=25&type=123','Druckansicht');
	var xopen = window.open('','Druckansicht');
	var html1 = "";
	if (el) {
		html = document.documentElement.innerHTML;
		var logo1 = $(html).find('#Ebene1 img').attr('src');
		text2 = text1.replace(/input1/,'<img src="'+logo1+'" width="600" style="margin:0px; padding:0px; border:0px; " alt="" title="" \/>');
		var bild1 = $(html).find('#Ebene2 img').attr('src');
		text3 = text2.replace(/input2/,'<img src="'+bild1+'" width="600" style="margin:0px; padding:0px; border:0px; " alt="" title="" \/>');
		var titel1 = $(html).find('#Ebene3 span').text();
		text4 = text3.replace(/input3/,titel1);
		var seitentext = $(html).find('#Ebene4 table table .text').html();
		text5 = text4.replace(/input4/,seitentext);
		var iimg = $(html).find('.activeSlide').text()-1;
		var dia_url = $(html).find('#s3'+' img:eq('+iimg+')').attr('src');
		text6 = text5.replace(/input5/,'<img src="'+dia_url+'" style="margin:0px; padding:0px; border:0px; " alt="" title="" \/>');
		var dia_text = $(html).find('#Ebene8 .diatext').html();
		text7 = text6.replace(/input6/,dia_text);
//	var xopen = window.open('http://www.ns.alpha-f.eu/index.php?id=46','Druckansicht');
//	var xopen = window.open('','Druckansicht');
		xopen.focus();





		xopen.document.write(text7); 
	 	xopen.document.close();


//	var text0 = null;
//	$.get("http://www.ns.alpha-f.eu/fileadmin/index_pdf.html", function(text) {
//		text0=text;
//	 });
//	var logo2 = logo1.replace(/http:\/\/www.ns.alpha-f.eu\//,'');
//	var text01 = text0.replace(/input1/,'<img src="'+logo2+'" width="600" style="margin:0px; padding:0px; border:0px; " alt="" title="" \/>');
//	var bild2 = bild1.replace(/http:\/\/www.ns.alpha-f.eu\//,'');
//	text02 = text01.replace(/input2/,'<img src="'+bild2+'" width="600" style="margin:0px; padding:0px; border:0px; " alt="" title="" \/>');
//	text03 = text02.replace(/input3/,titel1);
//	text04 = text03.replace(/input4/,seitentext);
//	var dia_url1 = dia_url.replace(/http:\/\/www.ns.alpha-f.eu\//,'');
////	text05 = text04.replace(/input5/,'<img src="'+dia_url1+'" style="margin:0px; padding:0px; border:0px; " alt="" title="" \/>');
//	text8 = text05.replace(/input6/,dia_text);

//var text9 = '<div style="position:fixed; bottom:1000px;height:24px;">Logo</div><pagebreak/><div id="text">Text</div><br /><br /><pagebreak/><div>Dia</div><pagebreak/><div >Bild</div><br /><br />';
//	var text8 = text0.replace(/input1/,'<img src="fileadmin/images/logo_oben600.jpg" \/>');
//alert(text8);

//var text8 = "'"+text7+"'";
//var xopen1 = window.open('http://www.ns.alpha-f.eu/46.pdf?attachment=2&filename=print.pdf&temp=HalloHallo','D1');
//var xopen1 = window.open('http://www.ns.alpha-f.eu/46.pdf?attachment=2&filename=print.pdf&temp=<img src="fileadmin/images/logo_oben600.jpg">','D1');
//var xopen1 = window.open('http://www.ns.alpha-f.eu/46.pdf?attachment=2&filename=print.pdf&temp='+text8,'D1');
	}	
//xopen.location.pathname = '/index.php?id=25&type=123';

//xopen.location.pathname = 'http://www.ns.alpha-f.eu';
};


//function wechsel(s) {
//  if (!document.getElementsByTagName) return;
//  var el = document.getElementsByTagName("link");
//  for (var i = 0; i < el.length; i++ ) {
//    if (el[i].getAttribute("rel").indexOf("style") != -1 && el[i].getAttribute("title")) {
//      el[i].disabled = true;
//      if (el[i].getAttribute("title") == s) el[i].disabled = false;
//    }
//  }
//return;
//}

