function PrintFooter()
{
	footer = '</tr>\n';
	footer += '<tr valign="top">\n';
	footer += '<td bgcolor="#132347" align="right" colspan="2" class="smalltext">\n';
	footer += '<a class="smalltext" href="#top">Top of page</a>&nbsp;&nbsp;&nbsp;&nbsp;\n';
	footer += '<a class="smalltext" href="javascript:void(printFriendly())">Printer Friendly</a>&nbsp;&nbsp;&nbsp;\n';
	footer += '&copy; 2005 <a class="smalltext" href="http://cnse.albany.edu">The College of Nanoscale Science and Engineering</a>\n';
	footer += 'at <a class="smalltext" href="http://www.albany.edu">The University at Albany</a></td>\n';
	footer += '</tr>\n';
	footer += '</table>\n';
	document.write(footer);
}

  
