function printFrame() {
//alert ("Für den Druck wählen Sie bitte eine HORIZONTALE Ausrichtung")
window.focus();
window.print();
}
