/*--------------------------------------------------------------------------------------------------*/
function mmLoadMenus() {
  if (window.mm_menu_1013151306_0) return;
  window.mm_menu_1013151306_0 = new Menu("root",150,20,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#FFFFFF","#D90708","#000000","left","middle",8,0,1000,-5,7,true,true,true,0,true,true);
   mm_menu_1013151306_0.addMenuItem("BUSINESS PARTNERS","location='contractors.htm'");
   mm_menu_1013151306_0.addMenuItem("TESTIMONIALS","location='testimonials.htm'");
   mm_menu_1013151306_0.hideOnMouseOut=true;
   mm_menu_1013151306_0.bgColor='#FFFFFF';
   mm_menu_1013151306_0.menuBorder=1;
   mm_menu_1013151306_0.menuLiteBgColor='#FFFFFF';
   mm_menu_1013151306_0.menuBorderBgColor='#D90708';

mm_menu_1013151306_0.writeMenus();
}
/*--------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------*/
//holdlink 
function holdlink(id) {		
	document.getElementById(id).className='navigation_hover';
	document.getElementById(id).onmouseout='navigation_hover';
	document.getElementById(id+'_header').style.display='';
}
/*--------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------*/
function include_file(id, url) {
	
  var req = false;
  // For Safari, Firefox, and other non-MS browsers
  if (window.XMLHttpRequest) {
    try {
      req = new XMLHttpRequest();
    } catch (e) {
      req = false;
    }
  } else if (window.ActiveXObject) {
    // For Internet Explorer on Windows
    try {
      req = new ActiveXObject("Msxml2.XMLHTTP");
    } catch (e) {
      try {
        req = new ActiveXObject("Microsoft.XMLHTTP");
      } catch (e) {
        req = false;
      }
    }
  }
 var element = document.getElementById(id);
  if (req) {
    // Synchronous request, wait till we have it all
	req.open('GET', url, false);
    req.send(null);
    element.innerHTML = req.responseText;
  } 
}


function trim(inputString) 
{
   if (typeof inputString != "string") { return inputString; }
   var retValue = inputString;
   var ch = retValue.substring(0, 1);
   
   while (ch == " ") { 
      retValue = retValue.substring(1, retValue.length);
      ch = retValue.substring(0, 1);
   }
   
   ch = retValue.substring(retValue.length-1, retValue.length);
   while (ch == " ") { 
      retValue = retValue.substring(0, retValue.length-1);
      ch = retValue.substring(retValue.length-1, retValue.length);
   }
   while (retValue.indexOf("  ") != -1) { 
      retValue = retValue.substring(0, retValue.indexOf("  ")) + retValue.substring(retValue.indexOf("  ")+1, retValue.length); 
   }
   return retValue;
}
/*--------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------*/
function commitment()
{
	var NewWin;
	NewWin1=window.open("commitment.htm",'NewWin2','height=490,width=650,top=20,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');
	NewWin1.focus();

}
/*--------------------------------------------------------------------------------------------------*/
