function writeHeader(pageName)
{
			if( pageName == 'download' )
	{
		window.document.write('<img src="images/download.gif" border="0" align="absmiddle" /> ' +
		                '<b><u>My Account</u></b>' +
		                '<br><a href="index.php">Log In</a>' +
		                '<br><a href="signup.php">Create Account</a>' +
		                '<br><a href="reminder.php">Password Reminder</a>' +
		                '<br><a href="logout.php">Log Out</a>' +
		                '<p><b><u>Adobe Reader</u>' +
		                '<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">' +
		                '<center>Download<br /><img src="images/adobe.jpg" border="1" vspace="4" /></a></center>');
	}
}