function skrivTopNav(pp) { document.write("Home"); //document.write("Java"); //document.write("HTML"); document.write("Info"); } function skrivVenstreNavJava(pp) { document.write("JAVA"); document.write("Exceptions"); //document.write("Simpelt program"); //document.write("..."); //document.write("..."); //document.write("..."); //document.write("..."); //document.write("..."); } function skrivVenstreNavExceptions(pp) { document.write("EXCEPTIONS"); //document.write("Exceptions"); } function skrivVenstreNavHTML(pp) { document.write("HTML"); document.write("Eksempel HTML-side"); document.write("Udskriv"); }