// INITIAL LEFT AREA SETUP
document.write('	<tr valign=top>')
document.write('	<td width="195" align=left>')

// LEFT AREA SETTINGS (Use seperate table for each item)
/****************************************************/
// SITE MENU
document.write('<body text=#98AFC7 link=#800404 vlink=#800404 alink=#800404>')
document.write('	<table>')
document.write('		<table width=100% border="1" cellspacing="0" cellpadding="1" align="center">')
document.write('		<tr valign=top>')
document.write('		<td width=100% align=left>')
document.write('		<ul>')
document.write('		<li><a href="index.html">Home</a>')
document.write('		<li><a href="aboutme.html">About Me</a>')
document.write('		<li><a href="portfolio.html">Portfolio</a>')
document.write('		<li><a href="forum.html">Forum</a>')
document.write('		<li><a href="downloads.html?a">Downloads</a>')
document.write('			<ul>')
document.write('			<li><a href="downloads.html?b">Mods</a>')
document.write('			<li><a href="downloads.html?c">Tools</a>')
document.write('			<li><a href="downloads.html?d">3D Models</a>')
document.write('			<li><a href="downloads.html?e">Textures</a>')
document.write('			<li><a href="downloads.html?f">Others</a>')
document.write('			</ul>')
document.write('		<li><a href="guestbook.html?a">Guestbook</a>')
document.write('			<!--')
document.write('			<ul>')
document.write('			<li><a href="guestbook.html?b">Sign</a>')
document.write('			<li><a href="guestbook.html?c">Read</a>')
document.write('			</ul>')
document.write('			-->')
document.write('		<li><a href="links.html?a">Links</a>')
document.write('			<ul>')
document.write('			<li><a href="links.html?b">Favorites</a>')
document.write('			<li><a href="links.html?c">Modding</a>')
document.write('			<li><a href="links.html?d">Graphic</a>')
document.write('			<li><a href="links.html?e">3D Models</a>')
document.write('			<li><a href="links.html?f">Gaming</a>')
document.write('			<li><a href="links.html?g">Others</a>')
document.write('			</ul>')
document.write('		<li><a href="comments.html">Comments</a>')
document.write('		</ul>')
document.write('		</div></td></tr>')
document.write('		</table>')
document.write('	</body>')

/****************************************************/
// FINISH UP
document.write('	</td>')