function auswahl(){ var checkthis=confirm("Möchten Sie die vollständige Darstellung dieser Seite?"); if (checkthis == true){ window.location = 'http://www.irrel.de/buerger/index.htm?'+this.location; } } if (parent.irrel_links || parent.top.irrel_links){ } else{ self.auswahl(); }