

var email	= "info@beechler.com"	  // YOUR E-MAIL
var company	= "Remle' Musical Products, Inc."	  // YOUR COMPANY NAME
var homelink	= "index.html"		  // LINK TO YOUR HOMEPAGE
var year	= "2006"		  // COPYRIGHT YEAR
var showall	= "yes"			  // PROMINENTWEB COPYRIGHT





document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="printhide"><tr><td width="10">');
document.write('<IMG SRC="picts/spacer.gif" height="30" width="10" border="0" alt="image"><br>');
document.write('</td><td ALIGN="left" VALIGN="middle">');


document.write('<span class ="footer">&copy;Copyright '+year+' ');


document.write('<a href="'+homelink+'" target="_top">'+company+'</a> ');


document.write('All Rights Reserved<br>');


document.write('The information within this website is subject to change without notice.'); 



document.write('</span><br>');
document.write('</td><td ALIGN="right" VALIGN="middle">');


   if (showall == "yes") {
document.write('<span class="footer">');


}
else {
document.write('<br>');
}

document.write('</TD><td width="10">');
document.write('<IMG SRC="picts/spacer.gif" height="10" width="10" border="0" alt="image"><br>');
document.write('</td></tr></table>');

