function ZweiFrames(URL1,URL2)
{
	top.frames[1].location.href=URL1;
	top.frames[2].location.href=URL2;
}

