<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
	<xsl:template match="/">
<xsl:result-document href="index.html">  

	<html><head></head>
		<body>
			<p align="center">
				<table width="829" border="1" style="; width: 829px; height: 361px">
					<tbody>
						<tr>
							<td vAlign="top" width="100%">
								<p>
									<img hspace="0" src="Images\Header.jpg" align="baseline" border="0"/>&#160;&#160; 
								</p>
							</td>
							<td/>
						</tr>
						<tr>
							<td colSpan="2" vAlign="top" width="100%">
								<div>&#160;</div>
								<div>
									<table width="794" align="center" border="0" style="; width: 794px; height: 58px">
										<tbody>
											<tr>
												<td vAlign="top" width="50%">
													<p align="left">
														<table width="158" border="1" style="; width: 158px; height: 41px; background-color: #c0c0c0">
															<tbody>
																<tr>
																	<td width="100%">
																		<p align="center">
																			<font face="Tempus Sans ITC" size="5">
																				<strong>Main Menu</strong>
																			</font>
																		</p>
																	</td>
																</tr>
															</tbody>
														</table>
													</p>
													<p align="left">
														<table cellSpacing="1" cellPadding="1" width="157" border="1" style="; width: 157px; height: 29px; background-color: #c0c0c0">
															<tbody>
																<xsl:for-each select="catalog/section">
																	<tr>
																		<td>
																			<p align="center">
																				<a><xsl:attribute name="href">
																				<xsl:value-of select="concat(title,'.html')"/>
																				</xsl:attribute>
																					<font face="Viner Hand ITC" size="4">
																						<xsl:value-of select="title"/>
																					</font>
																				</a>
																			</p>
																		</td>
																	</tr>
																</xsl:for-each>
															</tbody>
														</table>
													</p>
												</td>
												<td vAlign="top" align="center" width="50%">
													<table width="592" border="1" style="; width: 592px; height: 29px; background-color: #c0c0c0">
														<tbody>
															<tr>
																<td width="100%">
																	<p align="center">
																		<font face="Tempus Sans ITC" size="5">
																			<strong>Products ...</strong>
																		</font>
																	</p>
																</td>
															</tr>
														</tbody>
													</table>
													<p>
														<table width="100%" border="1">
															<tbody>
																<tr>
																	<td width="100%">
																		<p align="center">.</p>
																		<p align="center">.</p>
																		<p align="center">.</p>
																		<p align="center">.</p>
																		<p align="center">.</p>
																		<p align="center">.</p>
																		<p align="center">.</p>
																		<p align="center">.</p>
																		<p align="center">.</p>
																		<p align="center">.</p>
																		<p align="center">.</p>
																	</td>
																</tr>
															</tbody>
														</table>
													</p>
													<p>&#160;</p>
												</td>
											</tr>
										</tbody>
									</table>
								</div>
							</td>
						</tr>
						<tr>
							<td colSpan="2" vAlign="top" width="100%">
								<p>
									<img height="74" hspace="0" src="file:///C:/Users/Jonathan/Desktop/XML01/Images/Footer.jpg" width="813" align="baseline" border="0"/>
								</p>
							</td>
						</tr>
					</tbody>
				</table>
			</p>
		</body>
	</html>
</xsl:result-document>

</xsl:template>

</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="structure.xml" htmlbaseurl="" outputurl="" processortype="saxon8" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->