/*function Test() { 
	
}*/
if (parent.location.href == self.location.href) {
	window.location.href = 'index.php';
}


function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}
function ZweiFrames(URI1,F1,URI2,F2) {
  Frame1=eval("parent."+F1);
  Frame2=eval("parent."+F2);
  Frame1.location.href = URI1;
  Frame2.location.href = URI2;
}


