/*
 -*- coding: utf-8 -*- 
 $Id: footernew3.js,v 1.4 2010/02/05 08:05:26 isao Exp $
 */
function setFooter(prevTxt, nextTxt, prevURL, nextURL)
{
	document.write('<center><table background="/img/tombo_2.jpg" style="background-repeat: no-repeat" width="640" height="200" cellspacing="0" cellpadding="0" border="0"><tr><td><table width="640" cellspacing="0" cellpadding="0" border="0"><tr><td width="130" height="50"><img src="/img/spacer.gif" width="130" height="50" alt="spacer"></td><td align="left" valign="top" width="255" nowrap><span style="font-size: 11px">Previous<br></span><a href="', prevURL, '">', prevTxt, '</a></td><td class="rtcol" width="255" nowrap><span style="font-size: 11px">Next<br></span><a href="', nextURL, '">', nextTxt, '</a></td></tr></table><table width="640" cellspacing="0" cellpadding="0" border="0"><tr><td width="100" height="150" nowrap  class="rtcol"><a href="/">HOME</a><br><a href="index-r.html">INDEX</a></td><td width="30" height="150"></td><td width="422" align="left" style="vertical-align: top;"><address>Copyright &copy; 1998-2012, yasuda, All Rights Reserved.<br>E-mail: <a href="mailto:isao&#64;yasuda.homeip.net">isao&#64;yasuda.homeip.net</a><br>Absolutely no warranty.</address></td><td width="88" class="rtcol"><img src="/img/log_exlibris.jpg" width="88" height="31" alt="logo"></td></tr></table></td></tr></table></center>');
}

