// noframes.js - Copyright ESR Pollmeier GmbH - 2005-07-22 MH

// Darstellung in Frames verhindern:
if (top!=self) top.location=self.location;
