var imgindex = 0

function showNavigation()
{
	var navStr;
	var sPrevPage = currentPage - 1;
	var sNextPage = currentPage + 1;
	sPrevPage += ".html";
	sNextPage += ".html";
	
	navStr  = "";
	
	navStr += "<table width='640'><tr><td width='50%' align=left>";
	
	if(currentPage > 19991008)
		navStr += "<a href='" + sPrevPage + "' onmouseover='document.images[\"prev" + imgindex + "\"].src = \"images/prevfocus.png\";' onmouseout='document.images[\"prev" + imgindex + "\"].src = \"images/prev.png\";'><img border='0' alt='Previous / Anterior / Antauen' src='images/prev.png' name='prev" + imgindex + "'></a>";
	navStr += "<a href='index.html' onmouseover='document.images[\"home" + imgindex + "\"].src = \"images/homefocus.png\";' onmouseout='document.images[\"home" + imgindex + "\"].src = \"images/home.png\";'><img border='0' alt='Home / Casa / Hejmen'          src='images/home.png' name='home" + imgindex + "'></a>";
	if(currentPage < 19991028)
		navStr += "<a href='" + sNextPage + "' onmouseover='document.images[\"next" + imgindex + "\"].src = \"images/nextfocus.png\";' onmouseout='document.images[\"next" + imgindex + "\"].src = \"images/next.png\";'><img border='0' alt='Next / Siguiente / Sekvanten'  src='images/next.png' name='next" + imgindex + "'></a>";

	navStr += "</td><td width='50%' align=right>";

	navStr += "<a href='links.html#Museums'      onmouseover='document.images[\"museum"     + imgindex + "\"].src = \"images/museumfocus.png\";'     onmouseout='document.images[\"museum"     + imgindex + "\"].src = \"images/museum.png\";'><img     border='0' alt='Museums / Museos / Museoj'                src='images/museum.png'     name='museum"     + imgindex + "'></a>";
	navStr += "<a href='links.html#Restaurantes' onmouseover='document.images[\"restaurant" + imgindex + "\"].src = \"images/restaurantfocus.png\";' onmouseout='document.images[\"restaurant" + imgindex + "\"].src = \"images/restaurant.png\";'><img border='0' alt='Restaurants / Restaurantes / Restoracioj' src='images/restaurant.png' name='restaurant" + imgindex + "'></a>";
	navStr += "<a href='links.html#Hotels'       onmouseover='document.images[\"Hotel"      + imgindex + "\"].src = \"images/hotelfocus.png\";'      onmouseout='document.images[\"Hotel"      + imgindex + "\"].src = \"images/hotel.png\";'><img      border='0' alt='Hotels / Hoteles / hoteloj'               src='images/hotel.png'      name='Hotel"      + imgindex + "'></a>";

	navStr += "</td></tr></table>";
	
	navStr += "<br>";

	document.write(navStr);
	
	++imgindex;
}

function showTitle()
{
	document.write("<title>Roberto and Lorena's European vacation: " + currentPage + "</title>")
}
