function wechsel(URL1, Fr1, URL2, Fr2, URL3, Fr3)
{
 parent.frames[Fr1].location.href=URL1;
 parent.frames[Fr2].location.href=URL2;
 parent.frames[Fr3].location.href=URL3;
 }
