
function selChan(opt, neu){
  if (neu == "neu"){
    location.href="?i=20&neu=true&opt=" + opt;
  } else {
    location.href="?i=20&edit=" + neu + "&opt=" + opt;
  }
}

function links(sites){
  location.href="?i=" + sites;
}
