var q;

function delphi()
{
 location.href="../rt.html";
}

function scroll()
{
 window.scrollTo(0,0);
}

function source(q)
{
 var hoehe = screen.height;
 if (q=='0'){alert("Lösung nicht aktiv!")}
 else {window.open("source"+q+".html","source","height=hoehe, width=1600, left=150, top=0, scrollbars=yes")}

}

function nolink()
{
 alert("Sorry, der Link hat noch kein Ziel.");
}
