img1=new Image;
img1.src="images/p2_2.gif"
img2=new Image;
img2.src="images/p2_2_zrd.gif"

img3=new Image;
img3.src="images/p2_3.gif"
img4=new Image;
img4.src="images/p2_3_zrd.gif"

img5=new Image;
img5.src="images/p2_4.gif"
img6=new Image;
img6.src="images/p2_4_zrd.gif"

img7=new Image;
img7.src="images/p2_5.gif"
img8=new Image;
img8.src="images/p2_5_zrd.gif"

img9=new Image;
img9.src="images/p2_6.gif"
img10=new Image;
img10.src="images/p2_6_zrd.gif"

img11=new Image;
img11.src="images/p2_7.gif"
img12=new Image;
img12.src="images/p2_7_zrd.gif"

img13=new Image;
img13.src="images/p2_8.gif"
img14=new Image;
img14.src="images/p2_8_zrd.gif"

function change_location(s)
{
  if( s != "null" )
	{
	if( s.charAt(0) == '!' )
		window.location.href = eval(s.substring(1));
	else
		window.location.href = s;
	}
}


function left_mino()
{
document.write('<table border="0" width="150" cellspacing="0" cellpadding="0">\n')
document.write('<tr><td width="150"><img border="0"  src="images/p2_1.gif"  width="150" height="21"></td></tr>\n')
document.write('<tr><td width="150"><a href="biography.htm"><img border="0" name="b1" src="images/p2_2.gif" onmouseover="document.b1.src=img2.src" onmouseout="document.b1.src=img1.src" width="150" height="25"></td></tr>\n')
document.write('<tr><td width="150"><a href="books/booklist.htm"><img border="0" name="b2" src="images/p2_3.gif" onmouseover="document.b2.src=img4.src" onmouseout="document.b2.src=img3.src" width="150" height="26"></a></td></tr>\n')
document.write('<tr><td width="150"><a href="truegide.htm"><img border="0" name="b3" src="images/p2_4.gif" onmouseover="document.b3.src=img6.src" onmouseout="document.b3.src=img5.src"  width="150" height="26"></a></td></tr>\n')
document.write('<tr><td width="150"><a href="luctuers/lactuerlist.htm"><img border="0" name="b4" src="images/p2_5.gif" onmouseover="document.b4.src=img8.src" onmouseout="document.b4.src=img7.src" width="150" height="26"></a></td></tr>\n')
document.write('<tr><td width="150"><a href="soon.htm"><img border="0" name="b5" src="images/p2_6.gif" onmouseover="document.b5.src=img10.src" onmouseout="document.b5.src=img9.src" width="150" height="25"></a></td></tr>\n')
document.write('<tr><td width="150"><a href="soon.htm"><img border="0" name="b6" src="images/p2_7.gif" onmouseover="document.b6.src=img12.src" onmouseout="document.b6.src=img11.src" width="150" height="26"></a></td></tr>\n')
document.write('<tr><td width="150"><a href="note/notelist.htm"><img border="0" name="b7" src="images/p2_8.gif" onmouseover="document.b7.src=img14.src" onmouseout="document.b7.src=img13.src" width="150" height="25"></a></td></tr>\n')
document.write('<tr><td width="150">&nbsp;</td></tr>\n')
document.write('<tr><td width="150">\n')
document.write('<font face="Tahoma">\n')
document.write('<form name="rightlist" method="GET">\n')
document.write('<select size="1" name="SITEMAPL" onchange="change_location(this[selectedIndex].value);" style="Width: 150px">\n')
document.write('<option value="null" selected>selecte one</option>\n')
document.write('<option value="index.htm">main page</option>\n')
document.write('<option value="biography.htm ">biography</option>\n')
document.write('<option value="truegide.htm ">true guidance</option>\n')
document.write('<option value="luctuers/lactuerlist.htm ">lectures</option>\n')
document.write('<option value="soon.htm ">news</option>\n')
document.write('<option value="soon.htm ">religions inquiries</option>\n')
document.write('<option value="note/notelist.htm">view & thoughts</option></select></form></font></td></tr></table>\n')

}
