
<!--
var isNS6;
isNS6 = (!document.all && document.getElementById) ? true : false;


function HidePopup() {
MM_showHideLayers("popupmenu","","hide");
}

function firstover() {
if (isNS6) {
document.getElementById("activ").setAttribute("src","images/activitiesov.gif")
}
else {
MM_showHideLayers('popupmenu','','show')
}
}

function firstout() {
if (isNS6) {
document.getElementById("activ").setAttribute("src","images/activities.gif")
}
}

function clickover() {
if (isNS6) {
document.getElementById("activities").setAttribute("src","images/activitiescl.gif");
MM_showHideLayers('popupmenu','','show')
}
else {

}
}

function shutdown() {
if (isNS6) {
document.getElementById("activities").setAttribute("src","images/activities.gif");
MM_showHideLayers('popupmenu','','hide')
}
}

function OverMenu(thecell) {
if (isNS6) {
document.getElementById(thecell).setAttribute("bgColor","F3C694")
}
else {
thecell.bgColor="F3C694";
}
}

function TestOut(thecell) {  //testing mouseout function
if (isNS6) {
document.getElementById(thecell).setAttribute("bgColor","FFEFCE")
}
else {
RollTo = window.event.toElement;
window.status=RollTo.id;
thecell.bgColor="FFEFCE";
IsInside=eval(popupmenu.contains(RollTo));
if (!IsInside) {
	setTimeout("HidePopup()",100);
	}
}
}

function CloseAndGo(thecell, theurl) { //collapses this popup and goes to new page
thecell.bgColor="FFEFCE";
HidePopup();
window.location=theurl;
}

function MM_findObj(n, d) { //v4.01
  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);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_swapImgRestore() { //v2.0
  if (document.MM_swapImgData != null)
    for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
      document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
}

function MM_preloadImages() { //v2.0
  if (document.images) {
    var imgFiles = MM_preloadImages.arguments;
    if (document.preloadArray==null) document.preloadArray = new Array();
    var i = document.preloadArray.length;
    with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
      preloadArray[i] = new Image;
      preloadArray[i++].src = imgFiles[j];
  } }
}

function MM_swapImage() { //v2.0
  var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
    objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
    if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
        (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
      objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
    obj = eval(objStr);
    if (obj != null) {
      swapArray[j++] = obj;
      swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
      obj.src = MM_swapImage.arguments[i+2];
  } }
  document.MM_swapImgData = swapArray; //used for restore
}
//-->
