

function leapton(URL)
{
top.location.href=URL;
}

function leapto(URL)
{
parent.INHALT.location.href=URL;
}

function leaptotl(URL)
{
Trefferliste.location.href=URL;
}

function leaptonew(URL)
{
window.open(URL,'LEASING','width=600,height=450,resizable=yes,scrollbars=yes,toolbar=no,status=no,directories=no,menubar=no,location=no');
}


function changestyle(nummer)
{

up="navigation"+nummer;
document.getElementById(up).style.backgroundColor="#000060";
document.getElementById(up).style.color="#FFFFFF";
}

function changestyleback(nummer,hilfe)
{
up="navigation"+nummer;
document.getElementById(up).style.backgroundColor="#FFFFFF";
document.getElementById(up).style.color="#000000";
}
