/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function openDemo(){
    window.open('http://www1.uis.no/Fag/Learningspace_kurs/KISOLL/Nett/indexNettVersion.html',toolbar=0,width=800,heigh=600,location=0);
}
function addListeners(){

}
window.onload = function() {
    addListeners();
    DynMenu("rootLi");
   
}



