function FrameTauschen() {
		for (var i=0; i<FrameTauschen.arguments.length; i+=2) {
			parent.frames[FrameTauschen.arguments[i]].location.href = FrameTauschen.arguments[i+1];
		}
}

function makeLegalWindow(fname,w,h)
{
		window.open(fname,"","top=0,left=0,toolbar=no,directories=0,copyhistory=0,location=no,status=no,scrollbars=yes,resizable=yes,width="+w+",height="+h);
}