// Provided by MyFreeTemplates.com
<!--
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_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 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_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];}
}

// Portion below provided by http://www.white-hat-web-design.co.uk/articles/js-fontsize.php

var min=8;
var max=18;
function increaseFontSize() {
   var p = document.getElementsByTagName('p');
   for(i=0;i<p.length;i++) {
      if(p[i].style.fontSize) {
         var s = parseInt(p[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=max) {
         s += 1;
      }
      p[i].style.fontSize = s+"px"
   }
}
function decreaseFontSize() {
   var p = document.getElementsByTagName('p');
   for(i=0;i<p.length;i++) {
      if(p[i].style.fontSize) {
         var s = parseInt(p[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=min) {
         s -= 1;
      }
      p[i].style.fontSize = s+"px"
   }   
}



function increaseFontSize1() {
   var p = document.getElementsByTagName('b');
   for(i=0;i<p.length;i++) {
      if(p[i].style.fontSize) {
         var s = parseInt(p[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=max) {
         s += 1;
      }
      p[i].style.fontSize = s+"px"
   }
}
function decreaseFontSize1() {
   var p = document.getElementsByTagName('b');
   for(i=0;i<p.length;i++) {
      if(p[i].style.fontSize) {
         var s = parseInt(p[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=min) {
         s -= 1;
      }
      p[i].style.fontSize = s+"px"
   }   
}


function increaseFontSize2() {
   var p = document.getElementsByTagName('li');
   for(i=0;i<p.length;i++) {
      if(p[i].style.fontSize) {
         var s = parseInt(p[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=max) {
         s += 1;
      }
      p[i].style.fontSize = s+"px"
   }
}
function decreaseFontSize2() {
   var p = document.getElementsByTagName('li');
   for(i=0;i<p.length;i++) {
      if(p[i].style.fontSize) {
         var s = parseInt(p[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=min) {
         s -= 1;
      }
      p[i].style.fontSize = s+"px"
   }   
}


function increaseBackground()
{
//var x = document.getElementById('mission');
var x = document.getElementById('mission');
//alert(x.tagName.toString());
//for(i=0;i<x.length;i++)
//{
//if(document.getElementById.style.background)
//{
/*var y = parseInt(x.style.background.replace("url('images/mission2.gif')",""));*/

      document.getElementById('mission').style.background = "url('images/spacer.gif') no-repeat";
//var thisOne = i;
//}
//}

var z = document.getElementsByTagName('p');
for (j=0;j<z.length;j++)
{
if(z[j].style.fontSize)
{
var a = parseInt(z[j].style.fontSize.replace("px", ""));
}
if(a <= 12){
//alert(document.getElementById('mission').style.background.toString());
document.getElementById('mission').style.background = "url('images/mission2.gif') no-repeat";
//alert(document.getElementById('mission').style.background.toString());
}
}

}


//Portion below provided by Eric Shoberg

function insertTable(){
document.write("<table width=\"100%\" class=\"centered\"><caption align=\"top\" style=\"font-size: 18px; font-weight: bold;\">Font Size</caption><tr><td width=\"50%\"><a href=\"javascript:increaseFontSize(); javascript:increaseFontSize1(); javascript:increaseFontSize2(); javascript:increaseBackground();\" class=\"snav\"><font size=\"+1\">[+]</font></a></td><td width=\"50%\"><a href=\"javascript:decreaseFontSize(); javascript:decreaseFontSize1(); javascript:increaseBackground(); javascript:decreaseFontSize2();\" class=\"snav\"><font size=\"+1\">[-]</font></a></td></tr></table>" +
"<center><table>" +
"<tr>" +
"<td>" +
  "<form id=\"searchbox_017740442603598001711:jkdnskc4tti\" action=\"http://www.google.com/cse\" class=\"centered\">" +
    "<input type=\"hidden\" name=\"cx\" value=\"017740442603598001711:jkdnskc4tti\" />" +
    "<input type=\"hidden\" name=\"cof\" value=\"FORID:0\" />" +
    "<input name=\"q\" type=\"text\" style=\"background-color: #CCFFFF; width: 130px;\" />" +
    "<br />" +
    "<input type=\"submit\" name=\"sa\" value=\"Search NMT\" class=\"bottonstyle\" alt=\"Google Custom Search\" />" +
  "</form>" +
"</td>" +
"</tr>" +
"</table><\center>");
}

/*function enlarge(){
document.getElementById('propI').style.visibility = "visible";
}

function shrink(){
document.getElementById('propI').style.visibility = "hidden";
}*/
//var x=document.getElementById('thisTable');
//alert(x.length);
//window.innerHeight = 10; 
//window.innerWidth = 20;
function init(){
_thisString = "\"This institution is an equal opportunity provider.\"<br>In accordance with Federal law and U.S. Department of Agriculture Policy, this institution is<br>prohibited from discriminating on the basis of Race, Color, National Origin, Sex, Age, or Disability<br>(Not all prohibitions apply to every program).";
//var x=document.getElementsByTagName("table")[9].getElementsByTagName("p")[0];
//alert(x.innerHTML + "\n" + _thisString);
var windowLocation = window.location.href.toUpperCase();
result = windowLocation.search("RD");
if(result >= 0){
numberOf = document.getElementsByTagName("table").length - 1;
for (i=0;i<=numberOf;i++)
{
	if(x=document.getElementsByTagName("table")[i].getElementsByTagName("p")[0]){
	if (_thisString.toUpperCase() == x.innerHTML.toUpperCase()){
	x.innerHTML = "The policy of The Neel Management Team, Inc. is one of equal housing opportunity for prospective applicants regardless of race, color, religion, sex, handicap, familial " +
	"status or national origin. In accordance with Federal Law and U.S. Department of Agriculture policy, this institution is prohibited from discriminating on the " +
	"basis of race, color, national origin, sex, age, or disability. To file a complaint of discrimination, write: USDA, Director, Office of Civil Rights, " +
	"Room 326-W, Whitten Building, 1400 Independence Avenue, SW Washington, D.C. 20250-9410 or call 202-720-5964 (Voice and TTD). USDA is an equal opportunity " +
	"provider and employer";
	}
	}
}
document.getElementById("feature").innerHTML += "<br /><b style='font-weight: lighter'>Professionally Managed by The Neel Management Team, Inc.</b>";
}
}
//window.onload=init();
//document.getElementsByTagName("table")[9].innerHTML = "This Table";
// Function to run after page finish loading
window.setTimeout(init, 1000);
-->