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 MM_findObj(n, d) { //v4.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);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_nbGroup(event, grpName) { //v3.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : args[i+1];
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    if ((nbArr = document[grpName]) != null)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = args[i+1];
      nbArr[nbArr.length] = img;
  } }
}

function writeTopNav(navArea) 
{
	document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.write("<tr>");
	if(navArea == "home")
	{
		document.write("<td><a href=\"index.html\" onClick=\"MM_nbGroup('down','group1','home','',1)\" onMouseOver=\"MM_nbGroup('over','home','images/home_off.gif','',1)\" onMouseOut=\"MM_nbGroup('out')\"><img src=\"images/home_on.gif\" alt=\" Home \" name=\"home\" id=\"home\" width=\"78\" height=\"31\" border=\"0\"></a></td>");
	}
	else 
	{
		document.write("<td><a href=\"index.html\" onClick=\"MM_nbGroup('down','group1','home','',1)\" onMouseOver=\"MM_nbGroup('over','home','images/home_on.gif','',1)\" onMouseOut=\"MM_nbGroup('out')\"><img src=\"images/home_off.gif\" alt=\" Home \" name=\"home\" id=\"home\" width=\"78\" height=\"31\" border=\"0\"></a></td>");
	}
	
	if(navArea == "about")
	{
		document.write("<td><a href=\"about.html\" onClick=\"MM_nbGroup('down','group1','about','',1)\" onMouseOver=\"MM_nbGroup('over','about','images/about_off.gif','',1)\" onMouseOut=\"MM_nbGroup('out')\"><img src=\"images/about_on.gif\" alt=\" About Us \" name=\"about\" id=\"about\" width=\"107\" height=\"31\" border=\"0\" onLoad=\"\"></a></td>");
	}
	else 
	{
		document.write("<td><a href=\"about.html\" onClick=\"MM_nbGroup('down','group1','about','',1)\" onMouseOver=\"MM_nbGroup('over','about','images/about_on.gif','',1)\" onMouseOut=\"MM_nbGroup('out')\"><img src=\"images/about_off.gif\" alt=\" About Us \" name=\"about\" id=\"about\" width=\"107\" height=\"31\" border=\"0\" onLoad=\"\"></a></td>");
	}

	if(navArea == "adopt")
	{
		document.write("<td><a href=\"adopt.html\" onClick=\"MM_nbGroup('down','group1','adopt','',1)\" onMouseOver=\"MM_nbGroup('over','adopt','images/adopt_off.gif','',1)\" onMouseOut=\"MM_nbGroup('out')\"><img src=\"images/adopt_on.gif\" alt=\" Adoption \" name=\"adopt\" id=\"adopt\" width=\"108\" height=\"31\" border=\"0\" onLoad=\"\"></a></td>");
	}
	else 
	{
		document.write("<td><a href=\"adopt.html\" onClick=\"MM_nbGroup('down','group1','adopt','',1)\" onMouseOver=\"MM_nbGroup('over','adopt','images/adopt_on.gif','',1)\" onMouseOut=\"MM_nbGroup('out')\"><img src=\"images/adopt_off.gif\" alt=\" Adoption \" name=\"adopt\" id=\"adopt\" width=\"108\" height=\"31\" border=\"0\" onLoad=\"\"></a></td>");
	}

	if(navArea == "help")
	{
		document.write("<td><a href=\"help.html\" onClick=\"MM_nbGroup('down','group1','help','',1)\" onMouseOver=\"MM_nbGroup('over','help','images/help_off.gif','',1)\" onMouseOut=\"MM_nbGroup('out')\"><img src=\"images/help_on.gif\" alt=\" How to Help \" name=\"help\" id=\"help\" width=\"135\" height=\"31\" border=\"0\" onLoad=\"\"></a></td>");
	}
	else 
	{
		document.write("<td><a href=\"help.html\" onClick=\"MM_nbGroup('down','group1','help','',1)\" onMouseOver=\"MM_nbGroup('over','help','images/help_on.gif','',1)\" onMouseOut=\"MM_nbGroup('out')\"><img src=\"images/help_off.gif\" alt=\" How to Help \" name=\"help\" id=\"help\" width=\"135\" height=\"31\" border=\"0\" onLoad=\"\"></a></td>");
	}

	if(navArea == "link")
	{
		document.write("<td><a href=\"link.html\" onClick=\"MM_nbGroup('down','group1','link','',1)\" onMouseOver=\"MM_nbGroup('over','link','images/links_off.gif','',1)\" onMouseOut=\"MM_nbGroup('out')\"><img src=\"images/links_on.gif\" alt=\" Links \" name=\"link\" id=\"link\" width=\"76\" height=\"31\" border=\"0\" onLoad=\"\"></a></td>");
	}
	else 
	{
		document.write("<td><a href=\"link.html\" onClick=\"MM_nbGroup('down','group1','link','',1)\" onMouseOver=\"MM_nbGroup('over','link','images/links_on.gif','',1)\" onMouseOut=\"MM_nbGroup('out')\"><img src=\"images/links_off.gif\" alt=\" Links \" name=\"link\" id=\"link\" width=\"76\" height=\"31\" border=\"0\" onLoad=\"\"></a></td>");
	}

	if(navArea == "lostfound")
	{
		document.write("<td><a href=\"lostfound.html\" onClick=\"MM_nbGroup('down','group1','lostfound','',1)\" onMouseOver=\"MM_nbGroup('over','map','images/lostfound_on.gif','',1)\" onMouseOut=\"MM_nbGroup('out')\"><img src=\"images/lostfound_on.gif\" alt=\" Site Map \" name=\"map\" id=\"map\" border=\"0\" onLoad=\"\"></a></td>");
	}
	else 
	{
		document.write("<td><a href=\"lostfound.html\" onClick=\"MM_nbGroup('down','group1','lostfound','',1)\" onMouseOver=\"MM_nbGroup('over','lostfound','images/site_off.gif','',1)\" onMouseOut=\"MM_nbGroup('out')\"><img src=\"images/lostfound_off.gif\" alt=\" Site Map \" name=\"map\" id=\"map\" border=\"0\" onLoad=\"\"></a></td>");
	}

	document.write("</tr>");
    document.write("</table>");		
}

function writeFooter()
{
	document.write("<center><table border=\"0\" width=\"100%\">");
	document.write("<TR>");
	document.write("<td bgcolor=\"#6699CC\"><img src=\"/images/spacer.gif\" width=\"1\" height=\"1\" alt=\"\" border=\"0\"></td>");
	document.write("</TR>");
	document.write("</table>");
	document.write("<table border=\"0\" width=\"100%\">");
	document.write("<TR>");
	document.write("<td width=\"225\">&nbsp;</td>");
	document.write("<td class=\"lnk-ftr\">");
	document.write("<A href=\"index.html\">Home</A> &nbsp;|&nbsp; ");
	document.write("<A href=\"about.html\">About Us</A> &nbsp;|&nbsp;"); 
	document.write("<A href=\"adopt.html\">Adopt</A> &nbsp;|&nbsp;");
	document.write("<A href=\"help.html\">How to Help</A> &nbsp;|&nbsp; ");
	document.write("<A href=\"link.html\">Links</A> &nbsp;|&nbsp; ");
	document.write("<A href=\"lostfound.html\">Lost and Found</A> &nbsp;|&nbsp; ");
	document.write("&nbsp;");
	document.write("<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"mailto:silktx63@aol.com?subject=Information\">eMail Us</a>");
	document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"#000000\">Coordinator: Paula Hoover 254-753-4955</font>");
	document.write("</td>");
	document.write("</TR>");
	document.write("<tr>");
	document.write("<td>&nbsp;</td>");
	document.write("<td class=\"ftr\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");
	document.write("&copy; 2002-2003 Austin Sheltie Rescue Group. All rights reserved.");
	document.write("</td>");
	document.write("</tr>");
	document.write("</table></center>");
}
