function Breite(b)
{return (Math.round(b*screen.width/1152));}

function Hoehe(h)
{return (Math.round(h*screen.height/864));}

function Bild(Bdatei,b,h){
document.write('<img src="',Bdatei,'" height="',Breite(h),'" width="',Breite(b),'">');}

function DBild(b, Bdatei1,b1,h1, Bdatei2,b2,h2){
b=b-5;
h=b/(b1/h1+b2/h2);
f1=h/h1;f2=h/h2;
document.write('<img src="',Bdatei1,'" height="',Breite(h),'" width="',Breite(f1*b1),'" hspace="0" vspace=3>');
document.write('<img src="',Bdatei2,'" height="',Breite(h),'" width="',Breite(f2*b2),'" hspace="5" vspace=3>');
}

function Hgrund()
{
with (document)
{open;
 write('<body bgproperties="no-repeat fixed center center" bgcolor="#f0f8ff" background=');
 if (screen.width<950)
     {write('"/_logo/lwf5hkl.jpg">')}
 else {write('"/_logo/lwf5h.jpg">')};

 write('<IMG src="/_logo/logokl.gif" alt="Dialog International e.V." border=0 height="',Hoehe(122),'" width="',Breite(947),'">');}
}

function Rahmen(d){
var lo=d.replace("http://www.dialog-international.org/","");
//var me="aktuell"
//var rt="ak_aktuell"
if (! parent.reiterrahmen){top.location.href='/aufr.php?dateiname='+lo}
if (parent.reiterrahmen.fertig) {parent.reiterrahmen.Wechsle(me,rt)}
}