function tauschen1(index,o_index)
{
    window.document.images[index].src = o_index;
}

function tauschen2(index,n_index)
{
    window.document.images[index].src = n_index;
}

function popup()
{
F1 = window.open("../angebot/popup.php","special","scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=no,width=320,height=400,left=0,top=0");
F1.focus();
}


