function change(myURI){
 if(myURI !="-"){
  window.document.location.href=myURI;
 }
}