function leftPane(str){
	document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">')

	document.writeln('<tr><td align="center" bgcolor="#e9aa54" height="30" width="100%"><a class="MenuHeading" href="../html/important_websites_menu.htm">Important Websites</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="#Government Links">&nbsp;Government Links</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="#Artists Links">&nbsp;Artists Links</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="#Newspaper Links">&nbsp;Newspaper Links</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="#Medical Links">&nbsp;Medical Links</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="#Immigration Links">&nbsp;Immigration Links</a></td></tr>')

	document.writeln('<tr><td height="25" width="100%"><a class="MenuItem" href="#Miscllenous Links">&nbsp;Miscllenous Links</a></td></tr>')

	document.writeln('</table>')
}
