var pageTitle = '';
var pageIcon = '';

function displayHeader()
{	
	document.write(
	'<TABLE width="916px">'+
	'	<TR>'+
	'		<TD height="144px" width="306px"><A href="http://upc.mtu.edu">');
	if (pageIcon == '')
	{
		document.write('<img src="/graphics/UPC.gif" height="144" width="306">');
	}
	else
	{
		document.write('<img src="/graphics/mupc.gif" height="144" width="306">');
	}
	document.write(
	'		</A>'+
	'		</TD>'+
	'		<TD width="502">'+
	'		<div id="title">' + pageTitle + '</div>'+
	'		</TD>'+
	'		<TD width="108">'+
	'			<A href="http://www.gwu.edu/~upc/">'+
	'			<img src="/graphics/UPClogo-sm.jpg" height="144" width="108">'+
	'			</A>'+
	'		</TD>'+
	'	</TR>'+
	'</TABLE>'
	);
}


function displayFooter()
{
	document.write('<BR><TABLE width="916px"><TR>'+
		'<TD align="center" width="50%">'+
		'<A HREF="http://www.cs.mtu.edu">'+
		'<IMG SRC="/graphics/mtucm.gif" BORDER=0></A><BR>'+
		'<font size="-2">&copy; 2006 Michigan Technological University</font></TD>'+
		'<TD align="center" width="50%"> <A HREF="http://www.cse.mtu.edu">'+
		'<IMG SRC="/graphics/CSERIlogo.gif" BORDER=0></A></TD></TR></TABLE>');
}
