function dispcopy() {
document.write("<table width='554' cellspacing='0' cellpadding='5' border='0'><tr>");
document.write("<td align='left'><font class='small'>Copyright &copy; 2002, Electronic-Photonic Materials Group");
document.write("<br>No part of this web site may be reproduced without written permission.</font></td>");
document.write("<td align='right'><font class='small'>Webmaster: <A CLASS='small' HREF='mailto:sandrac@ecf.utoronto.ca'>Sandra Craig-Hallam</A>");
document.write("<br>Designed by: <A CLASS='small' HREF='http://www.people.cornell.edu/pages/mk257/serv'>Michael Karpelson</A></font></td>");
document.write("</tr></table>");
}

function displink() {
document.write("<table cellspacing='0' cellpadding='0' border='0'><tr><td bgcolor='#FFFFFF'>");
document.write("<a class='large' href='#top'><i>&nbsp;top of page&nbsp;</i></a></td></tr></table>");
}

function disptop(section, link1, link2, link3, href1, href2, href3, active, length) {
document.write("<table cellspacing='0' cellpadding='0' border='0'><tr><td bgcolor='#FFFFFF'>");
document.write("<font class='large'>&nbsp;" + section);

if (length >= 1) {
	document.write("&nbsp;-&nbsp;");
	if (active == 1)
		document.write(link1);
	else
		document.write("<a class='large' href='" + href1 + "'>" + link1 + "</a>");
	}

if (length >= 2) {
	document.write("&nbsp;-&nbsp;");
	if (active == 2)
		document.write(link2);
	else
		document.write("<a class='large' href='" + href2 + "'>" + link2 + "</a>");
	}
if (length == 3) {
	document.write("&nbsp;-&nbsp;");
	if (active == 3)
		document.write(link3);
	else
		document.write("<a class='large' href='" + href3 + "'>" + link3 + "</a>");
	}

document.write("&nbsp;</font></td></tr></table>");
}