// Foundation Credits, JavaScript
// for the NEUMES Project website.
// Copyright 2005-2008, Louis W. G. Barton
// Version: 3 August 2008

/* Abstract:
 * This table is free-standing.
 * Full paths used for images, so this can display in any branch of the directory tree.
 */

var FCdocBase='http:\/\/www.scribeserver.com\/NEUMES\/';

document.writeln('<table align="left" cellspacing="0" cellpadding="2" ' +
	'style=\"font: normal 10px Geneva,Arial,Helvetica,sans-serif; color:#003366; ' +
	'margin-top:6px; margin-bottom:13px;\">');
document.writeln('<colgroup><col width="3"><col width="40"><col width="12">' +
	'<col width="*"><col width="20"><\/colgroup><tbody>');
document.write('<tr valign="middle">');
document.writeln('<td>&nbsp;<\/td>');
document.writeln('<td><img width="40" height="48" ' +
	'src=\"' + FCdocBase + 'images\/eduserv2.gif\" alt="Eduserv Foundation"><\/td>');
document.writeln('<td>&nbsp;<\/td>');
document.write('<td style="font:inherit">Supported by Eduserv. ' +
	'Phase Two of The NEUMES Project is funded by ' +
	'a Research Grant awarded to the University of Oxford by the ' +
	'<a href="http:\/\/www.eduserv.org.uk\/foundation\/" Target="_blank">Eduserv ' +
	'Foundation<\/a> ');
document.writeln('[\"Developing the infrastructure for a distributed ' +
	'<span style="white-space:nowrap;">e-library<\/span> of medieval music transcriptions ' +
	'in standardised format\"; March 2005 - August 2007 (extended to February 2008); ' +
	'Prof. Peter G. Jeavons, Project Co-Ordinator].<\/td>');
document.writeln('<td>&nbsp;<\/td><\/tr>');

document.write('<tr valign="middle">');
document.writeln('<td><\/td>');
document.writeln('<td><img width="40" height="50" ' +
	'src=\"' + FCdocBase + 'images\/mellon.gif\" alt="The Andrew W. Mellon"><\/td>');
document.writeln('<td><\/td>');
document.write('<td>Phase One of The NEUMES Project was funded by a Scholarly ' +
	'Communications Grant awarded to Harvard University by ' +
	'<a HRef="http:\/\/www.mellon.org" Target="_blank">The Andrew W. ' +
	'Mellon Foundation<\/a> ');
document.writeln('["Digital Encoding for Medieval Chant Transcription; Phase One Project"; ' +
	'October 2001 - March 2003; Prof. Thomas Forrest Kelly, Principal Investigator]. ' +
	'Thank you.<\/td>');
document.write('<td><\/td><\/tr>');
document.writeln('<\/tbody><\/table>');
document.writeln('<br clear="all">');
/*[end, foundation_credits.js]*/
