var str = "	<table height=250>";
str = str+"		<tr>";
str = str+"			<td align=left >";
str = str+"				<a href = MenuPage.htm><font style='text-decoration: underline; font-size: 10pt; font-family: Bookman Old Style; color: #FFFFFF'>MAIN MENU</font></a>";
str = str+"			</td>";
str = str+"		</tr>";
str = str+"		<tr>";
str = str+"			<td align=left >";
str = str+"				<a href = Information.htm><font style='text-decoration: underline; font-size: 10pt; font-family: Bookman Old Style; color: #FFFFFF'> INFORMATION </font> </a>";
str = str+"			</td>";
str = str+"		</tr>";
str = str+"		<tr>";
str = str+"			<td align=left >";
str = str+"				<a href = Marble.htm><font style='text-decoration: underline; font-size: 10pt; font-family: Bookman Old Style; color: #FFFFFF'> MARBLE </font> </a>";
str = str+"			</td>";
str = str+"		</tr>";
str = str+"		<tr>";
str = str+"			<td align=left >";
str = str+"				<a href = Granite.htm><font style='text-decoration: underline; font-size: 10pt; font-family: Bookman Old Style; color: #FFFFFF'>GRANITE </font> </a>";
str = str+"			</td>";
str = str+"		</tr>";
str = str+"		<tr>";
str = str+"			<td align=left >";
str = str+"				<a href = OtherStone.htm><font style='text-decoration: underline; font-size: 10pt; font-family: Bookman Old Style; color: #FFFFFF'>OTHER STONE </font> </a>";
str = str+"			</td>";
str = str+"		</tr>";
str = str+"		<tr>";
str = str+"			<td align=left >";
str = str+"				<a href = Ceramic.htm><font style='text-decoration: underline; font-size: 10pt; font-family: Bookman Old Style; color: #FFFFFF'>CERAMIC</font></a>";
str = str+"			</td>";
str = str+"		</tr>";
str = str+"		<tr>";
str = str+"			<td align=left >";
str = str+"				<a href = Monuments.htm><font style='text-decoration: underline; font-size: 10pt; font-family: Bookman Old Style; color: #FFFFFF'>MONUMENTS</font></a>";
str = str+"			</td>";
str = str+"		</tr>";
str = str+"		<tr>";
str = str+"			<td align=left >";
str = str+"				<a href = ImageGallery.htm><font style='text-decoration: underline; font-size: 10pt; font-family: Bookman Old Style; color: #FFFFFF'>IMAGE GALLERY</font></a>";
str = str+"			</td>";
str = str+"		</tr>";
str = str+"		<tr>";
str = str+"			<td align=left >";
str = str+"				<a href = Contact.htm><font style='text-decoration: underline; font-size: 10pt; font-family: Bookman Old Style; color: #FFFFFF'>CONTACT</font></a>";
str = str+"			</td>";
str = str+"		</tr>";
str = str+"	</table>";

document.write(str);