/*
JS zum nachladen des Framesets
*/
if(top.location.href == self.location.href) {
    self.location.href = "/index.php?target=" + self.location;
}    