var hoehe
hoehe=screen.height
	if(!parent.brrechts) {
		frameCheck=confirm('Hier fehlt die Navigatorleiste, wenn sie noch geladen werden soll, Bitte OK drücken.');
		if(frameCheck) {
if(hoehe<=600) {
location.href="index-600.htm?" + location.pathname;
}
else  {
location.href="index-g.htm?" + location.pathname;
}
}
}

else ;