function goTo() {
  var args = goTo.arguments;
  if( args.length == 1) {parent.location=args[0];}
}

