var menustyle = "";
menustyle += "<style type=\"text/css\">";
menustyle += ".kma_menu {	background-color: #8D251E; }";
menustyle += "a.kma_menu,a.kma_menu:visited,a.kma_menu:active {color: #EEEBDE;font-size: 11px;vertical-align: middle;	font-style: normal;	line-height: normal;	font-weight: bold;	text-decoration: none;}";
menustyle += "a.kma_menu:hover{	color: #BDB180;	}";
menustyle += "div.kma_menu{	text-align:center; }";
menustyle += "p.kma_menu{	color: #EEEBDE;	padding:4px; font-size: 12px;	letter-spacing: 2px; text-transform: uppercase; vertical-align: middle;	font-style: normal;	line-height: normal;	font-weight: bold;	text-decoration: none; }";
menustyle += "</style>";

function drawmenu() {
	var spacer = "<td valign=\"middle\"><img src=\"http://www.scrapbooks.com/images/dividerdots_trans.gif\" width=\"20\" height=\"8\" border=\"0\"></td>";
	var menuhtml = menustyle;
	menuhtml += "<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" border=1>";
	menuhtml += "	<tr>";
	menuhtml += "		<td class=\"kma_menu\" align=\"left\">";
	menuhtml += "			<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
	menuhtml += "				<tr>";
	menuhtml += "					<td><img src=\"http://www.scrapbooks.com/images/shim.gif\" width=\"16\" height=\"25\" border=\"0\"></td>";
	menuhtml += "					<td class=\"kma_menu\"><a class=\"kma_menu\" target=\"_top\" href=\"http://www.scrapbooks.com/store.html\">shop</a></td>" + spacer;
	menuhtml += "					<td class=\"kma_menu\"><a class=\"kma_menu\" target=\"_top\" href=\"http://www.scrapbooks.com/designteam.php\">design team</a></td>" + spacer;
	menuhtml += "					<td class=\"kma_menu\"><a class=\"kma_menu\" target=\"_top\" href=\"http://www.scrapbooks.com/gallery\">gallery</a></td>" + spacer;
	menuhtml += "					<td class=\"kma_menu\"><a class=\"kma_menu\" target=\"_top\" href=\"http://www.scrapbooks.com/forum\">forum</a></td>" + spacer;
	menuhtml += "					<td class=\"kma_menu\"><a class=\"kma_menu\" target=\"_top\" href=\"http://www.scrapbooks.com/localevents.php\">local events</a></td>" + spacer;
	menuhtml += "					<td class=\"kma_menu\"><a class=\"kma_menu\" target=\"_top\" href=\"http://www.scrapbooks.com/blog/\">blog</a></td>" + spacer;
	menuhtml += "				</tr>";
	menuhtml += "			</table>";
	menuhtml += "		</td>";
	menuhtml += "		<td class=\"kma_menu\" align=\"right\">";
	menuhtml += "			<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
	menuhtml += "				<tr>";
	menuhtml += "					<td class=\"kma_menu\"><a class=\"kma_menu\" target=\"_blank\" href=\"http://www.scrapbooks.com/subscribe.php\">get our newsletter</a></td>" + spacer;
	menuhtml += "					<td class=\"kma_menu\"><a class=\"kma_menu\" target=\"_top\" href=\"http://www.scrapbooks.com/wholesale.php\">KMA wholesale</a></td>";
	menuhtml += "					<td><img src=\"http://www.scrapbooks.com/images/shim.gif\" width=\"16\" height=\"25\" border=\"0\"></td>";
	menuhtml += "				</tr>";
	menuhtml += "			</table>";
	menuhtml += "		</td>";
	menuhtml += "	</tr>";
	menuhtml += "</table>";

	document.write(menuhtml);
}
function drawfoot() {
	var menuhtml = "";
	menuhtml += "<div class=\"kma_menu\"><p class=\"kma_menu\">We Invented Scrapbooking</p></div>";
	document.write(menuhtml);
}
