var width,height
var image

function photo(image,width,height) {

ImageWindow=window.open("","newwin"+width,"top=0,left="+(screen.width-width-30)+",status=no,scrollbars=no,resizable=no,toolbar=no,location=no,directories=no,menubar=no,width="+width+",height="+height+"");
ImageWindow.document.write("<head><title>Simon's Mountain Lists: Grasmoor and Grizedale Pike</title></head>")
ImageWindow.document.write("<body style=margin:0;padding:0>")
ImageWindow.document.write("<img src='"+image+"' border=0>")
ImageWindow.document.write("</body>")
ImageWindow.document.close()
}
document.write("<tr>");
document.write("<td class=heading>");
document.write("<a class=sml href=http://www.simonsmountainlists.co.uk>Simon's<br>Mountain<br>Lists</a>");
document.write("</td>");
document.write("<td class=photos>");
document.write("<a href=javascript:void(0) onclick=javascript:photo('../../images/gen/grasgrisehoriz.jpg',640,480)><img src=../../images/gen/grasgrisehorizlong.jpg width=520 height=80 border=0 alt='Grasmoor and Grizedale Pike across Derwent Water'></a>");
document.write("</td>");
document.write("<td class=topnav>");
document.write("<a href=../../index.html class=top>Home</a><br>");
document.write("<a href=../../mountains/index.html class=top>Mountains</a><br>");
document.write("<a href=../../lists/index.html class=top>Lists</a><br>");
document.write("<a href=../../bagging/index.html class=top>Bagging</a><br>");
document.write("<a href=../../links/index.html class=top>Links</a><br>");
document.write("</td>");
document.write("</tr>");

