focus()
dirc = document.location.toString().split('/')
filename=dirc[dirc.length-1]

fileno=filename.split('.')

filenamearr=new Array("buddhist-tour-a1.html","buddhist-tour-a2.html","buddhist-tour-a3.html","buddhist-tour-a4.html","buddhist-tour-a5.html","buddhist-tour-a6.html","buddhist-tour-a7.html","buddhist-tour-a8.html","buddhist-tour-a9.html","buddhist-tour-a10.html","buddhist-tour-a11.html","buddhist-tour-a12.html","buddhist-tour-a13.html","buddhist-tour-a14.html","buddhist-tour-a15.html","buddhist-tour-a16.html","buddhist-tour-a17.html","buddhist-tour-a18.html","buddhist-tour-a19.html","buddhist-tour-a20.html","buddhist-tour-a21.html","buddhist-tour-a22.html","buddhist-tour-a23.html","buddhist-tour-a24.html");

i=0;


for(i;i<filenamearr.length;i++)if(filenamearr[i]==filename)break;

document.write("<table border=0 width='60%' cellpadding='0' cellspacing='0' align='center'><tr>")
if(i>0)
{
	document.write("<td width='50%'><table border=0 cellpadding='4' cellspacing='2'><tr><td><a href='"+filenamearr[0]+"'><img src='../images/picture-gallery/first.gif' border=0 alt='First'></a></td>")
	document.write("<td><a href="+filenamearr[i-1]+"><img src='../images/picture-gallery/back.gif' border=0 alt='Back'></a></td></tr></table></td><td width='40%'></td>")
}

 if(i<filenamearr.length-1)
{
	document.write("<td width='50%'></td><td align='right' width='50%'><table border=0 cellpadding='4' cellspacing='2'><tr><td><a href="+filenamearr[i+1]+"><img src='../images/picture-gallery/next.gif' border=0 alt='Next'></a></td>")
	document.write("<td><a href='"+filenamearr[filenamearr.length-1]+"'><img src='../images/picture-gallery/last.gif' border=0 alt='Last'></a></td></tr></table></td>")
}

document.write("</tr></table>")