//////////////////////////////////////////////////////////////////////////////
//                                                                          // 
//  This function will display the bottom text which has toll free number,  //
//  major text link, copyright and privacy policy infomation.               //
//                                                                          //
//////////////////////////////////////////////////////////////////////////////


//Toll Free number
	document.write('<br><font face="Arial, Helvetica, sans-serif" color="#FFFFFF" size="-2" class="expand">');
	document.write("Call Us Toll Free: 877.899.9974 x17");
	document.write('</font><br>');
	
	
//Link on the bottom page
	
	text=new Array(10);
	text[0]=" ";
	text[1]=" Home ";
	text[2]="|";
	text[3]=" About Us ";
	text[4]="|";
	text[5]=" Partners ";
	text[6]="|";
	text[7]=" Press ";
	text[8]="|";
	text[9]=" Contact Us ";
	//text[10]="|";
	//text[11]=" Site Map ";


	linkx=new Array(10);
	linkx[0]=text[0];
	linkx[1]=text[1].link("http://www.ecfirst.com");
	linkx[2]=text[2];
	linkx[3]=text[3].link("http://www.ecfirst.com/aboutus/welcome.html");
	linkx[4]=text[4];
	linkx[5]=text[5].link("http://www.ecfirst.com/partners.html");
	linkx[6]=text[6];
	linkx[7]=text[7].link("http://www.ecfirst.com/press/index.html");
	linkx[8]=text[8];
	linkx[9]=text[9].link("http://www.ecfirst.com/contactus.html");
	//linkx[10]=text[10];
	//linkx[11]=text[11].link("http://www.ecfirst.com/sitemap.html");

	for(var i=0; i<linkx.length; i++){
		document.write('<font face="Arial, Helvetica, sans-serif" color="#FFFFFF" size="-2" id="infotext">' + linkx[i] + '</font>');
		}
	document.write("<br>");
	
	textlink=new Array(8);
	textlink[0]=" ";
	textlink[1]=" Contingency Planning & BIA |";
	textlink[2]=" InfoSec Practice |";
	textlink[3]=" IT Staffing and Solutions |";
	textlink[4]=" e-Store |";
	textlink[5]=" Regulatory Compliance Solutions |";
	textlink[6]=" HIPAA |";
	textlink[7]=" About Company";
	

	linkx2=new Array(8);
	linkx2[0]=textlink[0];
	linkx2[1]=textlink[1].link("http://www.ecfirst.com/securityconsulting/contingencyplanning.html");;
	linkx2[2]=textlink[2].link("http://www.ecfirst.com/bizshield/infosec_practice.html");
	linkx2[3]=textlink[3].link("http://www.ecfirst.com/ITStaffingandSolutions.html");
	linkx2[4]=textlink[4].link("http://www.ecfirst.biz/", target="_blank");
	linkx2[5]=textlink[5].link("http://www.ecfirst.com/Security_Compliance_Solutions/index.html");
	linkx2[6]=textlink[6].link("http://www.hipaaacademy.net/consulting/index.html");
	linkx2[7]=textlink[7].link("http://www.ecfirst.com/aboutus/welcome.html");

	for(var j=0; j<linkx2.length; j++){
		document.write('<font face="Arial, Helvetica, sans-serif" color="#FFFFFF" size="-2" id="infotext">' + linkx2[j] + '</font>');
		}
		
// Copyright & Privacy
	
	document.write('<br><font face="Arial, Helvetica, sans-serif" color="#FFFFFF" size="-2" class="expand">');
	document.write('<a href="../copyright.html" id="infotext">Copyright</a> &copy;'+ new Date().getFullYear() +' All rights reserved.&nbsp;&nbsp;ecfirst, Inc.&nbsp;&nbsp;<a href="../privacypolicy.html" id="infotext">Privacy Policy.</a>');
	document.write('</font>'); 
	
// Best View Brownser	
	document.write('<br><font face="Arial, Helvetica, sans-serif" color="#FFFFFF" size="-2" class="expand">');
	document.write('This site is best viewed using Internet Explorer 5.0/higher or Netscape Navigator 7.0/higher at 1024x768 resolution for optimum performance.');
	document.write('</font>');
	

	
	

	


