//
//		menu.js
//		for lauditeur.de
//		Christian Barth (mod by ryg)
//		12.2003
//
//

function openContent(URI1,F1,URI2,F2) {
  Frame1=eval("parent."+F1);
  Frame2=eval("parent."+F2);
  Frame1.location.href = URI1;
  Frame2.location.href = URI2;
}
function checkFrameset2() {
 if(!parent.menue)
  location.href="http://www.le-auditeur.de/index.html";
}