<!--
defaultstatus = "Der schlaue Det - ein Library-skills-online-tutorial";
Standard_Zeile = "Der schlaue Det - ein Library-skills-online-tutorial";

cRubrik = parent.werkbank.document.title;
parent.rubrik.document.open("text/html","replace");
parent.rubrik.document.write("<html><head><title>Rubrik</title>");
parent.rubrik.document.writeln("<link rel=stylesheet type='text/css' href='det.css'></head>");
parent.rubrik.document.write("<body class='rubrik'>");
parent.rubrik.document.writeln("<span style='font-family:Arial,sans-serif;font-size:10pt;'><b>" + cRubrik + "</b></span>");
parent.rubrik.document.write("</body></html>");
parent.rubrik.document.close();
self.focus()

function jumpregist()
{
 window.location.href = "regist.htm"
}

function jumpsystem()
{
 ziel = "system.htm";
 window.location.href = ziel;
}

function nav_back()
{
 parent.werkbank.history.back();
}

function nav_forward()
{
 parent.werkbank.history.forward();
}

function OPAConline()
{
 Check = confirm("Willst Du vom schlauen Det aus den FH-OPAC aufrufen?");
 if(Check == true) parent.werkbank.location.href="javascript:OPAConline()";
}

function two_frames(url1,f1,url2,f2)
{
 parent.frames[f1].location.href=url1;
 parent.frames[f2].location.href=url2;
}

function statustext(Ziel,Kommentar)
{
 window.status= Kommentar;
}

function statusbar(txt) {
 window.statustext = txt;
}
//-->
