// JavaScript Document
function goToPage(wert){
document.getElementById("if_content").src=wert;
}
