function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function DisplayMail(Server, Login){
	document.write("<A HREF=" + "'mai" + "lto:" + Login + "@" + Server + "'>" + Login + "@" + Server + "</A>");
}
function won(text) {
	window.status=text;return true;
}
function woff() {
	window.status='';
}

// top date
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("1","2","3","4","5","6","7","8","9","10","11","12")
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
//if (daym<10)
//daym="0"+daym
var hours=mydate.getHours()
var minutes=mydate.getMinutes()
var seconds=mydate.getSeconds()
var dn="AM"
if (hours>=12)
dn="PM"
if (hours>12){
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
//change font size here
var cdate="<span class='topbar'>"+dayarray[day]+", "+montharray[month]+"/"+daym+"/"+year+" &nbsp; "+hours+":"+minutes+" "+dn
+"</span>"

<!--
function startRemote() {window.open('/presentations/language_learning_and_aac/index.htm','presentation1','width=740,height=540,scrollbars=yes,resizable=yes,status=no,location=no,directories=no,history=no');}
//-->
<!--
function startRemote2() {window.open('/presentations/social_networks/index.htm','presentation2','width=740,height=540,scrollbars=yes,resizable=yes,status=no,location=no,directories=no,history=no');}
//-->
<!--
function startRemote3() {window.open('/presentations/aac_and_literacy/index.htm','presentation3','width=740,height=540,scrollbars=yes,resizable=yes,status=no,location=no,directories=no,history=no');}
//-->
<!--
function startRemote4() {window.open('/presentations/social_networks_2004/index.htm','presentation4','width=740,height=540,scrollbars=yes,resizable=yes,status=no,location=no,directories=no,history=no');}
//-->
<!--
function startRemote5() {window.open('/presentations/writers_brigade/index.htm','presentation5','width=740,height=540,scrollbars=yes,resizable=yes,status=no,location=no,directories=no,history=no');}
//-->
<!--
function startRemote6() {window.open('/presentations/talking_photos/index.htm','presentation6','width=740,height=540,scrollbars=yes,resizable=yes,status=no,location=no,directories=no,history=no');}
//-->
