function goTo(url,menuid){
  preLocation=location.href;
  location.href=url;
}

