// -- wechsel 2er Frames gleichzeitig


	function ZweiFrames(f1,url1,f2,url2)
	{
		parent.frames[f1].location.href=url1;
		parent.frames[f2].location.href=url2;
		
		
		}


