function noPostBack(sNewFormAction)
{
    document.forms[0].action = sNewFormAction;
    document.forms[0].__VIEWSTATE.name = 'NOVIEWSTATE';
    document.forms[0].target = '_blank';
}
    

function empfehlen(ausg) {
    dis = window.open(ausg,"my2","toolbar=0,resizable=0,status=no,width=420,height=500,innerHeight=500,innerWidth=420,outerHeight=500,outerwidth=420");
}

function printWindow() {
Browser = parseInt(navigator.appVersion);
if (Browser >= 4) window.print();
}

