function selfOpen(url) { url = encodeURI(url); var win = window.open(url, 'studentWin', 'fullscreen=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0'); if (!win || win.name == undefined) { if (self.location.href) self.location.href = url; else self.location = url; } else win.focus(); } function showForm(type) { document.getElementById("studentusername").value=""; document.getElementById("studentpassword").value=""; document.getElementById("parentname").value = ""; document.getElementById("parentpassword").value = ""; document.getElementById("teachername").value = ""; document.getElementById("teacherpassword").value = ""; loginFormNames=["loginChooser","studentlogin","parentlogin","teacherlogin"]; for (i=0;i0) { quote.style.filter = "alpha(opacity=0)"; quote.style.opacity= "0"; } } // set initial values crtQuote = 0; nextQuote = 1; fadeStep = 0; reorderQuotesDepth(0); setTimeout("fadeQuote()", 6000); } function o(name, age, date) { var str = name; if (age && age>0) str += ", age "+age; if (date) str += "
("+date+")"; document.write("
"+str+"
"); }