<!-- Begin

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


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR IMAGES


var imagewidth		= "175"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "131"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "8"		// SPACING BETWEEN IMAGES
var showimages		= "yes"		// SHOW THE 3 IMAGES


// TO CHANGE THE SMALL IMAGE LINKS AND MOUSEOVER MESSAGES EDIT THE CODE BELOW:


    if (showimages == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" <tr><td>');
document.write('<a href="http://www.afafoundry.com/ContactUs.html"><img src="../picts/front-pic1.jpg" alt="bronze foundry" border="0" onmouseover="alert_msg(\'click to contact bronze foundry\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');


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


document.write('<table cellpadding="0" cellspacing="0" border="0" ><tr><td>');
document.write(' <div align="center"><strong>American Fine Arts Foundry</strong><br>');
document.write(' 2520 North Ontario Street<br>');
document.write(' Burbank, California 91504<br>');
document.write(' USA<br>');
document.write(' Phone: 818-848-7593<br>');
document.write('<a href="mailto:info@afafoundry.com">info@afafoundry.com</a><br>');
document.write('</td></tr></table>');


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


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="http://www.afafoundry.com/Quote.html"><img src="../picts/front-pic3.jpg" alt="bronze foundry quote"border="0" onmouseover="alert_msg(\'foundry quote for artists and publishers\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
}



//  End -->