var cText = ''
cText += '<tr>'
    cText += '<td colspan="3" class="menu_td_footer">'
       cText += '<table border="0" class="menu_footer" align="center">'
	  		cText += '<tr>'
			cText += '<td align="left" width="3%"><a href="Services.htm">Services</a>'
			cText += '<a href="Mission.htm">Mission</a><a href="Affiliations.htm">Affiliations</a>'
			cText += '<a href="Appointment.asp">Appointment</a><a href="financialassistance.htm">Financial Assistance</a>'
			cText += '<a href="corporatetrainning.htm">Corporate Training</a><a href="internationalstudents.htm">International Students</a>'
			cText += '<a href="SiteMap.htm">Site Map</a></td>'
				//cText += '<td align="left" width="3%"><a href="Services.htm">Services</a></td>'
				//cText += '<td align="left" width="3%"><a href="Mission.htm">Mission</a></td>'
				//cText += '<td align="left" width="3%"><a href="Affiliations.htm">Affiliations</a></td>'
				//cText += '<td align="left" width="3%"><a href="Appointment.htm">Appointment</a></td>'
				//cText += '<td align="left" width="17%"><a href="financialassistance.htm">Financial Assistance</a></td>'
				//cText += '<td align="left" width="17%"><a href="corporatetrainning.htm">Corporate Training</a></td>'
				//cText += '<td align="left" width="12%"><a href="internationalstudents.htm">International Students</a></td>'
            	//cText += '<td align="right" width="12%"><a href="SiteMap.htm">Site Map</a></td>'
		  cText += '</tr>'
		cText += '</table>'
    cText += '</td>'
cText += '</tr>'
cText += '<tr height="10px">'
    cText += '<td colspan="3" class="footerprop">'
        cText += '<table border="0" align="center" width="100%">'
	  		cText += '<tr>'
				cText += '<td align="left" width="40%"><a href="mailto:webmaster@absolutesystem.com">webmaster@absolutesystem.com</a></td>'
            	cText += '<td align="right" width="60%"><a>Copyright &copy 2010 Ace Computer Training Center, New York </a></td>'
		  cText += '</tr>'
		cText += '</table>'
    cText += '</td>'
cText += '</tr>'
document.write(cText)
