if (logo != "" || copyright != "") {
document.write('<br><br><table class="copyright" width="100%"><tr><td width="13%"></td><td width="10%">')
/* document.write('<img src="images1/' + logo + '" border="1" width="90">') */
document.write('</td><td width="77%">')
document.write(copyright)
document.write('</td><td width="0%">')
document.write('</td></tr></table>')
}


