<!--

var imgEnd;
var infVal;


if (document.images){
var small = new Array()
small[1] = "./thumbnails/1.jpg"
small[2] = "./thumbnails/2.jpg"
small[3] = "./thumbnails/3.jpg"
small[4] = "./thumbnails/4.jpg"
small[5] = "./thumbnails/5.jpg"
small[6] = "./thumbnails/6.jpg"
small[7] = "./thumbnails/7.jpg"
small[8] = "./thumbnails/8.jpg"
small[9] = "./thumbnails/9.jpg"
small[10] = "./thumbnails/10.jpg"
small[11] = "./thumbnails/11.jpg"
imgEnd=11;
}





 function openwindow(thisPhoto){
	

		thisPhoto = thisPhoto;
	 
         newWindow = window.open('','','scrollbars=yes,width=600,height=600');
	 

         newWindow.document.write("<HTML><HEAD><TITLE>Obidos2002</TITLE><script language='JavaScript'>function nxtSlide(direction){thisPhoto=parseInt(document.hiddenField.photoInput.value);newPhoto = thisPhoto + direction;if (newPhoto > document.hiddenField.photoEnd.value){newPhoto = 1}if (newPhoto < 1){newPhoto = 11;}thisPhoto=newPhoto;document.photoBook.src='./images/' +thisPhoto+ '.jpg';document.hiddenField.photoInput.value=thisPhoto;document.getElementById('photoNum').innerHTML='Picture ' +(thisPhoto)+ ' of ' +document.hiddenField.photoEnd.value;}</script></HEAD><BODY bgcolor='#FFFFFF' text='336699' link='#336699' vlink='#999999' alink='#999999'><table border='0' align='center'><tr><td colspan='3' align='center'><form name='countField'><label id='photoNum' name='photoNum'>Picture " + (thisPhoto) + " of " +imgEnd+ "</label></form></td></tr><tr><td colspan='3'><IMG name='photoBook' SRC='./images/" +thisPhoto+ ".jpg'><br></td></tr><tr><td align='right'><a name='bckLink' href='javascript:nxtSlide(-1)'>Back </a></td><td align='center'><a name='closeWin' href='javascript:close()'>Close this window </a></td><td align='left'><a name='nxtLink' href='javascript:nxtSlide(1)'>Next </a></td></tr><tr><td><form name='hiddenField'><input type='hidden' name='photoInput' id='photoInput' value=" +thisPhoto+ "><input type='hidden' name='photoEnd' id='photoEnd' value=" +imgEnd+ "></form></td></tr></table></BODY></HTML>");
 

          newWindow.document.close;
}

        
//-->
