function nachholn(url1,url2)
{
parent.leftFrame.location.href = url1;
parent.topFrame.location.href = url2;
}

function nachholnprof(url1)
{
parent.topFrame.location.href = url1;
}