function loadRahmen(ebene, ziel, p, s, t)
{
a = Math.random();
a = 100000000*a;
a = Math.round(a);
document.writeln('<frameset frameborder="no" border="0" framespacing="0" rows="70,*">');
	document.writeln('<frame src="'+ebene+'/nav_top/logo.php?lang=fr" marginwidth="0" marginheight="0" scrolling="no" name="logo">');
	document.writeln('<frameset frameborder="no" border="0" framespacing="0" cols="187,*">');
		document.writeln('<frame src="'+ebene+'/nav_side/navigation.php?p='+p+'&s='+s+'&t='+t+'" marginwidth="0" marginheight="0" scrolling="auto" name="nav_side">');
		document.writeln('<frameset frameborder="no" border="0" framespacing="0" rows="*,25">');
			document.writeln('<frame src="'+ebene+ziel+'?'+a+'" marginwidth="0" marginheight="0" scrolling="auto" name="content">');
			document.writeln('<frame src="'+ebene+'nav_top/nav_top_sub.php" marginwidth="0" marginheight="0" scrolling="no" name="nav_top">');
		document.writeln('</frameset>');
	document.writeln('</frameset>');
document.writeln('</frameset>');
}
