ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Computerles</title> <link rel="stylesheet" href="css/frameset.css" type="text/css" /> <script type="text/javascript" src="js/controls.js"></script> <script type="text/javascript"> <!-- var arrPageTitles = null; var arrChapters = null; //addpagetitletoarray //addchapterstoarray window.onload = function() { window.contentFrame.location.replace("pages/page1/index.htm"); // filip: added window.navigationFrame.document.getElementById('pagination').innerHTML = 1 + ' van ' + API.getNumLessonPages(); } var API = null; API = new LessonApi(11); /* API.setShowOnlyIfCondition(4, 3, "lower", 50); API.setShowOnlyIfCondition(5, 3, "lower", 50); API.setShowOnlyIfCondition(6, 3, "higher", 49); API.setMinScoreCondition(3, 0); API.setMinScoreCondition(7, 80); */ //--> </script> </head> <frameset rows="44,*" frameborder="no" border="0" framespacing="0"> <frame src="navigation.htm" name="navigationFrame" noresize="noresize" id="navigationFrame" title="navigationFrame" /> <frame src="about:blank" name="contentFrame" id="contentFrame" title="contentFrame" /> </frameset> <noframes> <body> </body> </noframes> </html>