<!--
	function ZweiFrames(URL0,F0,URL1,F1)
	{  
	parent.frames[F0].location.href=URL0;
	parent.frames[F1].location.href=URL1;
	}
//-->
