<!--
var tY=0;fY=0;

function moveMenu(){
	tY=document.body.scrollTop;
	menu.from=fY;
	menu.to=tY;
	menu.beginElement()
	fY=tY;
}

setInterval('moveMenu()',1500);

function setHeaderMenu(){
	document.write("<A name='top'><h2>PSY409a Driving Psychology Generation 20</H2></A>");
}

function setMainMenu(){
	document.write("<DIV class='menuitem01'><B>MENU</B></DIV>");
	document.write("<DIV class='menuitem02'><A href='index.html'><B>Ito Works Index</B></A></DIV>");
	document.write("<DIV class='menuitem02'><B>Writing Assignments</B></DIV>");
	document.write("<DIV class='menuitem02'>&nbsp;&nbsp;<A href='report01.html'>&bull; Report #01</A><SPAN class='up'>UP!</SPAN></DIV>");
	document.write("<DIV class='menuitem02'>&nbsp;&nbsp;<A href='report02.html'>&bull; Report #02</A><SPAN class='up'>UP!</SPAN></DIV>");
	document.write("<DIV class='menuitem02'>&nbsp;&nbsp;<A href='report03.html'>&bull; Report #03</A><SPAN class='up'>UP!</SPAN></DIV>");
	document.write("<DIV class='menuitem02'><B>Oral Presentations</B></DIV>");
	document.write("<DIV class='menuitem02'>&nbsp;&nbsp;<A href='presentation01.html'>&bull; Presentation #01</A><SPAN class='up'>UP!</SPAN></DIV>");
	document.write("<DIV class='menuitem02'>&nbsp;&nbsp;<A href='presentation02.html'>&bull; Presentation #02</A><SPAN class='up'>UP!</SPAN></DIV>");
	document.write("<DIV class='menuitem02'><B>Appendex</B></DIV>");
	document.write("<DIV class='menuitem02'>&nbsp;&nbsp;<A href='checklist01.html'>&bull; Checklist #01</A><SPAN class='up'>UP!</SPAN></DIV>");
	document.write("<DIV class='menuitem02'>&nbsp;&nbsp;<A href='checklist02.html'>&bull; Checklist #02</A><SPAN class='up'>UP!</SPAN></DIV>");
	document.write("<DIV class='menuitem02'>&nbsp;&nbsp;<A href='checklist03.html'>&bull; Checklist #03</A><SPAN class='up'>UP!</SPAN></DIV>");
	document.write("<DIV class='menuitem02'><A href='http://www.soc.hawaii.edu/leonj/leonj/leonpsy20/g20classhome.html'><B>G20 Class Index</B></A></DIV>");
	document.write("<DIV class='menuitem02'><A href='http://www.soc.hawaii.edu/leonj/leonj/leonpsy/leon.html'><B>Dr.James' Site</B></A></DIV>");
}

function setFooterMenu(){
	document.write("| <A href='#top'>Top of This Page</A> | ");
	document.write("<A href='index.html'>Ito Works Index</A> | ");
	document.write("<A href='http://www.soc.hawaii.edu/leonj/leonj/leonpsy20/g20classhome.html'>G20 Class Index</A> |");
}
-->