// JavaScript Document
var printwin=false;

function printPage(){
	if(window.open && document.getElementById){
		if(printwin)printwin.close();
		printwin=window.open("/sifa-at/print.html","print","width=900,height=400,scrollbars=yes");
	}else{
		alert("Ihr Browser unterstützt die Druckfunktion leider nicht");	
	}
}

function encode_utf8( s ){
  return unescape( encodeURIComponent( s ) );
}

function decode_utf8( s ){
  return decodeURIComponent( escape( s ) );
}
