function FIW (Navig,Text)

// FrameInhaltWechseln

// Laedt neue Seiten in die Frames Navig und Text

{

parent.Navig.location.href=Navig;

parent.Text.location.href=Text;

}

function DLM ()

// DateLastModified

// gibt das Datum der letzten Änderung als String zurück

{

var mdate = new Date;

mdate.setTime(Date.parse(document.lastModified));

dstring = unescape(escape(mdate));

elements = dstring.split(" ");

var s = ""

s = s + elements[2] + ".&nbsp;";

s = s + elements[1] + ".&nbsp;";

s = s + dstring.substr((dstring.length-2),2);

return(s);

}

function iwl (isbn)

// InWarenkorbLegen

{

var url = "http://buchhandel.bvdep.com/titelsuche.asp?caller=56886&func=DirectIsbnSearch&isbn=";

url = url + isbn;

window.location.href = url;

}

function wanz ()

{

// WarenkorbANZeigen

window.location.href = "http://buchhandel.bvdep.com/Warenkorb.asp?Caller=56886";

}

function wab ()

{

// WarenkorbABschicken

// window.location.href = "http://vlb.buchhandelshop.de/mcgi/shop/warenkorb.cgi?caller=56886";

}

function vlb ()

// VLB aufrufen

{

window.location.href = "http://buchhandel.bvdep.com/titelsuche.asp?caller=56886";

}

