function ZweiFramesAendern(URL1,URL2)
{
parent.frames['menu'].location.href = URL1;
parent.frames['text'].location.href = URL2;
}