// Writes into the document the HTML code for the footer so that it can be included in an HTML page

	var HTMLString = ''

	HTMLString = HTMLString + '<table align = "center" width="760" height="13" border="0" cellpadding="0" cellspacing="0" class="subMenuBot"><tr>'
	HTMLString = HTMLString + '<td width="7" background="../imgs/subBot1.gif">&nbsp;</td>'
	HTMLString = HTMLString + '<td background="../imgs/subBot2.gif">&nbsp;</td>'
	HTMLString = HTMLString + '<td width="6" background="../imgs/subBot3.gif">&nbsp;</td>'
	HTMLString = HTMLString + '</tr></table>'
  
	HTMLString = HTMLString + '<table align = "center" width="760"  height="28"border="0" cellpadding="0" cellspacing="0" class="subMenuBot"><tr  class="text01" style="color: #6775D2">'
	HTMLString = HTMLString + '<td width="450" valign="center"><div align="left">&copy; Gradelink 2007 - All Rights Reserved - Tel : 1 800 742 3083</div></td>'

	document.write(HTMLString)
