<!--

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

//-->