//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Funktionen fuer Framchecker
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

if (parent.rdts_kopf || parent.rdts_inhalt || parent.rdts_menue) {



} else {

	var checkthis = confirm("Möchten Sie die vollständige Darstellung dieser Seite?");

	if (checkthis == true) {

		window.location = 'http://www.rdts-ag.de/?' + this.location;

	}

}
