<?php
	include('initialize.php');
	
	if (@$_REQUEST['documentFormat'] != null)
	{
		$documentFormat = $_REQUEST['documentFormat'];
		if ($documentFormat == "text")
			$extension = "txt";
		else
			$extension = "doc";
			
		$EXTRA_HEADER_STRING = " <meta http-equiv='REFRESH' content='.1;url=download.php/handbook_" . @$websiteInfo['currentSeason'] . "_$documentFormat.$extension'";	
	}
	
?>

<?php include('header.php'); ?>

<?php include('leftSide.php') ?>
					
					<td valign="top" width="60%">
						
						<!-- Content -->
						<table border="0" cellspacing="5" cellpadding="5" width="100%">
							<tr>
								<td align="center"><font class="contentTitleText"><?php echo $websiteInfo['currentSeason']; ?> Sandown Ski Club Registration Process</font><br></td>
							</tr>	

							<tr>
								<td align="center">
									<?php echo $contentManager->getContent('name', 'Handbook'); ?>
								</td>
							</tr>
							
							<tr>
								<td align="center">
								<center>
								
									<table cellspacing="0" cellpadding="5" border="0">
								<!--	<tr>
											<td><img src="images/pdfIcon.gif"></td>
											<td><a class="regularText" style="color:blue" href="documents/SandownSkiClubHandbook<?php echo $websiteInfo['currentSeason']; ?>.pdf"><?php echo $websiteInfo['currentSeason']; ?> Sandown Ski Club Handbook</a></td>
										</tr>
                                -->        
										<tr>
											<td><img src="images/pdfIcon.gif"></td>
											<td><a class="regularText" style="color:blue" href="documents/PacketOfForms<?php echo $websiteInfo['currentSeason']; ?>.pdf"><?php echo $websiteInfo['currentSeason']; ?> Sandown Ski Club Registration Forms Packet</a></td>
										</tr>
									</table>

								</center>

								</td>
							</tr>
							
							<tr bgcolor="#FFFFFF">
								<td align="center">
									<br><br>
									<font class="regularText">

										<br><br><br><br><br><br><br>
										<a href="http://www.adobe.com/products/acrobat/readstep2.html"><img src="images/getAcrobat.gif" border="0"></a>
										<br><br>
									</font>
								</td>
							</tr>
						</table>

					</td>
					
<?php include('footer.php'); ?>
