function Go(x) {
 if(x == "") {
 }
 else {
   parent.frames.inhalt.location.href = x;
 }
}