// NO context menu
var message="";
function clickIE() {if (document.all) {(message); return false;}}
function clickNS(e) {
	if (document.layers||(document.getElementById&&!document.all)) {
		if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) {document.captureEvents(Event.mousedown);document.onmousedown=clickNS;}
  else {document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// NO select-text
function disableselect(e){return false}
function reEnable(){return true}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6/MF
if (window.sidebar){document.onmousedown=disableselect; document.onclick=reEnable}

function pU(t) {so = eval("window.open('"+t+".html','so','width=384,height=480')"); so.focus()}
function Ttl(t) {document.write("<title>"+t+" - Collective Schedule 2.01</title>")}
function mdl(mod) {
switch(mod) {
case 0: document.write("<table cellpadding=0 cellspacing=2 height=24 class='bord lgdb' align=center><tr><td>Course Legend:</td><td class='cA1 lgdc'>A0124<p class=lgdd>Financial Audit</td><td class='cA2 lgdc'>A0214<p class=lgdd>Information Systems Audit</td><td class='cA3 lgdc'>A0712<p class=lgdd>Accounting I.S. Lab</td><td class='cCB lgdc'>CB122<p class=lgdd>Character Building II</td><td class='cF lgdc'>F0412<p class=lgdd>Taxation</td><td class='cM1 lgdc'>M0054<p class=lgdd>I.S. Development</td><td class='cM2 lgdc'>M0094<p class=lgdd>Database Sys. Preface</td></tr></table>"); break;
case 1: document.write("<table border=0 cellpadding=0 cellspacing=0 width=65%><tr><td align=center style='border-top:1px solid black'><a href=# onclick=pU('dcl')>Disclaimer</a> | Copyright© <a href='http://www.brandalls.net/' target=_blank>Brandalls Corporation</a> 2007-2008<p style='font-size:8pt;margin:0'>This site is optimized for Internet Explorer 7</td></tr></table>"); break;
case 2: document.write("<h2 style='float:right; text-align:right; color:#88A46E'><i><span style=font-size:12pt>Collective Schedule 2.01 ONLINE</span><br><span style=font-size:8pt>FOR SEMESTER 4 | by Ega</span></i></h2>"); break;
case 3: document.write(""); break;
	}
}