/* Copyright C 2005 Alexander Gee. All rights reserved. */

/* alert("page.js"); */

function pagePartA() {
	document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" width=\"100%\">");
	document.write("	<tr>");
	document.write("		<td width=\"100%\">");
	document.write("		<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" width=\"100%\">");
	document.write("			<tr>");
	document.write("				<td style=\"width: 50%; height: 5px; font-size: 1pt; background-color: #ffffff;\">&nbsp;</td>");
	document.write("				<td style=\"width: 50%; height: 5px; font-size: 1pt; background-color: #ffffff;\">&nbsp;</td>");
	document.write("			</tr>");
	document.write("			<tr>");
	document.write("				<td class=title>");
	document.write("					Alexander G. Gee, Sc.D.");
	document.write("				</td>");
	document.write("				<td class=links>");
	document.write("					<a class=links href=\"http://ivpr.cs.uml.edu/\">Institute for Visualization and Perception Research</a><br>");
	document.write("					<a class=links href=\"http://www.cs.uml.edu/\">Department of Computer Science</a><br>");
	document.write("					<a class=links href=\"http://www.uml.edu/\">University of Massachusetts Lowell</a>");
	document.write("				</td>");
	document.write("			</tr>");
	document.write("			<tr>");
	document.write("				<td style=\"width: 50%; height: 15px; font-size: 1pt; background-color: #ffffff;\">&nbsp;</td>");
	document.write("				<td style=\"width: 50%; height: 15px; font-size: 1pt; background-color: #ffffff;\">&nbsp;</td>");
	document.write("			</tr>");
	document.write("		</table>");
	document.write("		</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td style=\"width: 100%; height: 1px; font-size: 1pt; background-color: #22437F\">&nbsp;</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td class=\"navigation\">");
}

function pagePartB() {
	document.write("		</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td style=\"width: 100%; height: 1px; font-size: 1pt; background-color: #22437F\">&nbsp;</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td style=\"width: 100%; height: 20px; background-color: #d9d9d9\">&nbsp;</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td width=\"100%\" style=\"background-color: #d9d9d9\">");
	document.write("		<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" width=\"100%\">");
	document.write("			<tr>");
	document.write("				<td style=\"width: 200px; vertical-align: top; padding-left: 10px; padding-right: 30px;\" >");
}

function pagePartC() {
	document.write("				</td>");
	document.write("				<td valign=\"top\">");
	document.write("				<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" width=\"100%\">");
	document.write("					<tr>");
	document.write("						<td style=\"width: 20px; margin: 0px; background-image: url('images/border_top_left.png'); background-repeat: no-repeat; background-attachment: fixed;\"><img src=\"images/border_top_left.png\"></td>");
	document.write("						<td style=\"margin: 0px; background-image: url('images/border_top.png'); background-repeat: repeat-x; background-attachment: fixed;\"><img src=\"images/border_top.png\" width=\"100%\" height=\"20\"></td>");
	document.write("						<td style=\"width: 20px; margin: 0px; background-image: url('images/border_top_right.png'); background-repeat: no-repeat; background-attachment: fixed;\"><img src=\"images/border_top_right.png\"></td>");
	document.write("					</tr>");
	document.write("					<tr>");
	document.write("						<td style=\"width: 20px; margin: 0px; background-color: #FFFFFF; background-repeat: repeat-y; background-attachment: fixed;\"><img src=\"images/border_left.png\" width=\"20\" height=\"100%\"></td>");
	document.write("						<td style=\"margin: 0px; background-color: #FFFFFF\">");
}

function pagePartD() {
	document.write("    					</td>");
	document.write("						<td style=\"width: 20px; margin: 0px; background-color: #FFFFFF; background-repeat: repeat-y; background-attachment: fixed;\"><img src=\"images/border_right.png\" width=\"20\" height=\"100%\"></td>");
	document.write("					</tr>");
	document.write("					<tr>");
	document.write("						<td style=\"width: 20px; margin: 0px; background-image: url('images/border_bottom_left.png'); background-repeat: no-repeat; background-attachment: fixed;\"><img src=\"images/border_bottom_left.png\"></td>");
	document.write("						<td style=\"height: 20px; margin: 0px; background-image: url('images/border_bottom.png'); background-repeat: repeat-x; background-attachment: fixed;\"><img src=\"images/border_bottom.png\" width=\"100%\" height=\"20\"></td>");
	document.write("						<td style=\"width: 20px; margin: 0px; background-image: url('images/border_bottom_right.png'); background-repeat: no-repeat; background-attachment: fixed;\"><img src=\"images/border_bottom_right.png\"></td>");
	document.write("					</tr>");
	document.write("				</table>");
	document.write("				</td>");
	document.write("				<td width=\"20\" valign=\"top\">&nbsp;</td>");
	document.write("			</tr>");
	document.write("		</table>");
	document.write("		</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td style=\"width: 100%; height: 20px; background-color: #d9d9d9\">&nbsp;</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td style=\"width: 100%; background-color: #d9d9d9; text-align: center;\">");
	document.write("		<div class=copyright>");
	document.write("		Copyright © 2004 <a class=copyright href=\"mailto:agee@cs.uml.edu?subject=Personal Web Page\">Alexander G. Gee</a>. All rights reserved.<br>");
	document.write("		This page last modified at: 2005.04.30");
	document.write("		</div>");
	document.write("		</td>");
	document.write("	</tr>");
	document.write("</table>");
}
