
function AddMenuItem(artistid, menutext) {

	var page_name;

	page_name = 'inm_' + artistid + '.htm';
	document.write('<tr><td>');
	document.write('<FONT face=Arial size=0><a class="menu" href="');
	document.write(page_name);
	document.write('">');
	document.write(menutext);
	document.write('</a></FONT></td></tr>\n');
}


function WriteInmLogo()
{
	document.write('<style type="text/css">\n <!-- A.menu:link	{ color: #5c2e2e }\n A.menu:visited	{ color: #8a0000 }\n A.menu:hover	{ color: #ffffff }\n A.menu:active	{ color: #ff8040 } -->\n</style>');

	document.write('\n<CENTER><TABLE border=0>\n');
	document.write('<TR><TH><FONT color=#7b8b7b size=3>\n');
	document.write("<EM>Elizabeth's</EM></FONT><br>");
	document.write('<FONT face=Arial size=1>at imnomartha.com</FONT><BR></TH></TR>\n');
	document.write('<TR><TD vAlign=top width=130><FONT face=arial size=0>\n');
	document.write('<hr color=#ffffffff width=90%></hr><br></br>\n');
//	document.write('<a class="menu" href="inm_info.htm#Guarantee">Free Returns</a>\n');
//	document.write('<BR><a class="menu" href="inm_info.htm#Security">Secure Shopping</a>\n');
//	document.write('<BR><a class="menu" href="inm_info.htm#Privacy">Privacy</a>\n');
//	document.write('<BR><a class="menu" href="inm_info.htm">Information</a>\n');
//	document.write('<BR><hr color=#ffffffff width=90%></hr>\n');
	document.write('</FONT></TD></TR></TABLE><BR>\n');
}

function WriteMenu() {


	document.write('<TABLE border=0>\n');
	document.write('<TR><TH>Menu</TH></TR>\n');
	document.write('<TR><TD vAlign=top width=130><FONT face=arial size=1>\n');
	document.write('<a class="menu" href="/index.html">Home</a>\n');
//	document.write('<BR><a class="menu" href="inm_about.htm">About</a>\n');
//	document.write('<BR><a class="menu" href="inm_pageind.htm">Artist List</a>\n');
//	document.write('<BR><a class="menu" href="inm_prodind.htm">Product List</a>\n');
//	document.write('<BR><a class="menu" href="inm_cartinfo.htm">View Shopping Cart</a>\n');
	document.write('<BR></FONT></TD></TR></TABLE><BR>\n');
	document.write('<TABLE width=130 border=0 CELLPADDING="0" CELLSPACING="1">\n');
	document.write('<TR><TH>Products</TH></TR>\n');

/*	for(var i=0; i < ar_menuId.length; ++i) {
		page_name = 'inm_' + ar_menuId[i] + '.htm';
		document.write('<tr><td >');
		document.write('<FONT face=Arial size=0><a class="menu" href="');
		document.write(page_name);
		document.write('">');
		document.write(ar_menuText[i]);
		document.write('</a>');
		document.write('</font></td></tr>');
	AddMenuItem('aa', "Antler Art");
	AddMenuItem('dqc', "Clocks/Flag Cases");
	AddMenuItem('nwc', "Digital Art");
	AddMenuItem('aeg', "Egg Art");
	AddMenuItem('ff', "Florals");
	AddMenuItem('asg', "Fountains");
	AddMenuItem('kff', "Fretwork");
	AddMenuItem('bix', "Furniture");
	AddMenuItem('mg', "Gourd Art");
	AddMenuItem('ir', "Greeting Cards");
	AddMenuItem('svt', "Metal Art");
	AddMenuItem('sk', "Metal Sculpture");
	AddMenuItem('em', "Porcelain");
	AddMenuItem('gbp', "Primatives");
	AddMenuItem('tt', "Raku Ware");
	AddMenuItem('hsg', "Stained Glass");
	AddMenuItem('nad', "Unique Woods");
	AddMenuItem('dsv', "Watercolors");
	AddMenuItem('hy', "Watercolors and<br>&nbsp;Silkscreen Prints");
	AddMenuItem('atg', "Watercolors and<br>&nbsp;Collage");
	AddMenuItem('bw', "Wood Sculptures");
	AddMenuItem('rr', "Wooden Figures");
	AddMenuItem('rf', "Wooden Masks");
*/
	document.write('</TABLE></CENTER>');

}


function WriteInmFooter()
{
//	document.writeln('<FONT size=2>');
//	document.writeln('<br><br><CENTER>');
//	document.writeln('</CENTER></FONT>');
	document.writeln('<FONT size=1><CENTER><BR>Contact: <A href="mailto:webmaster@imnomartha.com">webmaster@imnomartha.com</A>');
	document.writeln('</CENTER></FONT>');
	document.writeln('<br><br>');
}

