<!--
document.write("<map name='history'>"); 
document.write("<area shape='rect' coords='0,5,11,14' href='javascript:history.back()' TITLE='Back'>"); 
document.write("<area shape='rect' coords='15,2,28,15' href='index.php' TITLE='Main page'>" );
document.write("<area shape='rect' coords='32,5,43,14' href='javascript:history.forward()' TITLE='Forward'>"); 

document.write("</map>");
document.write("<img src='../images/history.gif' border='0' usemap='#history'>");

//-->
