function changeim(n) {
  $("informationtext").innerHTML = $("information_" + n).innerHTML;
}

function changepage(targetForm){
  x = targetForm.elements['pageselect'].value
  if(x != "select"){
    location.href = x;
  }
}

