<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuheight	="228"	  // OVERALL MENU HEIGHT
var menuwidth	="200"	  // OVERALL MENU WIDTH
var botmline	="19"	  // HEIGHT OF VERT LINE UNDER MENU


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="../picts/spacer.gif" HEIGHT="'+menuheight+'" WIDTH="10"><br>');
document.write('</td><td valign="bottom" align="left">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="../picts/spacer.gif" HEIGHT="1" WIDTH="10"><br>');


// START MENU LINKS

// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK




document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://www.afafoundry.com/">Home</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://www.afafoundry.com/Services.htm">Foundry Services</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://www.afafoundry.com/">Sculpting Supplies</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://www.afafoundry.com/ArtMarketing.htm">Art Marketing Services</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://www.afafoundry.com/Quote.html">Quote Request</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://www.afafoundry.com/ArtistsGallery/ArtistGallery.htm">Artist Gallery</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://www.afafoundry.com/ContactUs.html">Contact</a><br>');

document.write('<br>');

document.write('<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FAFA-Foundry%2F122344414452270&amp;layout=button_count&amp;show_faces=false&amp;width=200&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:175px; height:21px;" allowTransparency="true"></iframe>');

document.write('<img src="../picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');









document.write('</td></tr><tr><td>');
document.write('<img src="../picts/menu_bottom.gif" HEIGHT="2" WIDTH="38"><br>');
document.write('</td></tr><tr><td class="menu-line">');
document.write('<img src="../picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');
document.write('</td></tr></table>');


document.write('<img src="../picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');






document.write('</td></tr></table>');

//  End -->