function change(z1,z2) {
load(z1,z2);
}
function load(z1,z2) {
href = "text"+z1+".html";
parent.inhalt.location = href;
}

