/* FUNCTIONS:

function FarOut(breite, hoehe) 
// Broschueren Initialisierung

*/ 
 
function FarOut(breite, hoehe) 
     { 
     fenster=window.open ("","tarifWindow","menubar=no,status=no,toolbar=no,location=no,width="+breite+",height="+hoehe+",scrollbars=no,resizable=no"); 
     }

function FarScroll(breite, hoehe) 
     { 
     fenster=window.open ("","tarifWindow","menubar=no,status=no,toolbar=no,location=no,width="+breite+",height="+hoehe+",scrollbars=yes,resizable=yes"); 
     }
