function Go(x) {
   parent.frames[0].location.href = x;
   document.forms[0].elements[0].blur();
 }

