
/* Function that displays status bar messages. */
function MM_displayStatusMsg(msgStr)  { //v3.0
	status=msgStr; document.MM_returnValue = true;
}

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;
}

/* Functions that swaps images. */
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;
}


/* Functions that handle preload. */
function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


function writeTitle() {
var tit = "<table border='0' cellpadding='0' cellspacing='0' width='548'>";
tit += " <tr>";
tit += "<td><img src='images/shim.gif' width='80' height='1' border='0'></td>";
tit += "<td><img src='images/shim.gif' width='72' height='1' border='0'></td>";
tit += "<td><img src='images/shim.gif' width='75' height='1' border='0'></td>";
tit += "<td><img src='images/shim.gif' width='61' height='1' border='0'></td>";
tit += "<td><img src='images/shim.gif' width='88' height='1' border='0'></td>";
tit += "<td><img src='images/shim.gif' width='91' height='1' border='0'></td>";
tit += "<td><img src='images/shim.gif' width='65' height='1' border='0'></td>";
tit += "<td><img src='images/shim.gif' width='16' height='1' border='0'></td>";
tit += "<td><img src='images/shim.gif' width='1' height='1' border='0'></td></tr><tr valign='top'>";
tit += "<td rowspan='3'><img name='logo' src='images/logo.gif' width='80' height='105' border='0'></td>";
tit += "<td colspan='7'><img name='banner' src='images/banner.gif' width='468' height='70' border='0'></td>";
tit += "<td><img src='images/shim.gif' width='1' height='70' border='0'></td>  </tr>  <tr valign='top'>";
tit +="<td><a href='about.html' onMouseOut='MM_swapImgRestore();'  onMouseOver='MM_swapImage(\"about\",\"\",\"images/about_f2.gif\",1);' ><img name='about' src='images/about.gif' width='72' height='18' border='0'></a></td>";
tit += "<TD><a href='modules.html' onMouseOut='MM_swapImgRestore();'  onMouseOver='MM_swapImage(\"modules\",\"\",\"images/modules_f2.gif\",1);' ><img name='modules' src='images/modules.gif' width='75' height='18' border='0'></a>";
tit += "<td><a href='forms.html' onMouseOut='MM_swapImgRestore();'  onMouseOver='MM_swapImage(\"forms\",\"\",\"images/forms_f2.gif\",1);' ><img name='forms' src='images/forms.gif' width='61' height='18' border='0'></a></td>";
tit += "<td><a href='resources.html' onMouseOut='MM_swapImgRestore();'  onMouseOver='MM_swapImage(\"resources\",\"\",\"images/resources_f2.gif\",1);' ><img name='resources' src='images/resources.gif' width='88' height='18' border='0'></a></td>";
tit += "<td><a href='contact.html' onMouseOut='MM_swapImgRestore();'  onMouseOver='MM_swapImage(\"contact\",\"\",\"images/contact_f2.gif\",1);' ><img name='contact' src='images/contact.gif' width='91' height='18' border='0'></a></td>";
tit += "<td><a href='http://www.cal.org/nclrc/' onMouseOut='MM_swapImgRestore();'  onMouseOver='MM_swapImage(\"nclrc\",\"\",\"images/nclrc_f2.gif\",1);' ><img name='nclrc' src='images/nclrc.gif' width='65' height='18' border='0'></a></td>";
tit += "<td><img name='small' src='images/small.gif' width='16' height='18' border='0'></td>";
tit += "<td><img src='images/shim.gif' width='1' height='18' border='0'></td>  </tr>  <tr valign='top'>";
tit += "<td colspan='7'><img name='bannerLow' src='images/bannerLow.gif' width='468' height='17' border='0'></td>   <td><img src='images/shim.gif' width='1' height='17' border='0'></td>  </tr>";
tit += "</table>";
document.write(tit);
document.close();
}