function Go(x)
 {
    if(x == "nothing")
    {
      return;
    }
    else top.location.href = "../"+x;
 }
