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: Loch Quoich</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("<head>");
document.write("<title>Simon's Mountain Lists: "+name+"</title>");
document.write("<link rel=stylesheet href=../../../style.css type=text/css>");
document.write("<link rel=stylesheet href=../../style.css type=text/css>");
document.write("</head>");
document.write("<body>");
document.write("<a name=#top></a>");
document.write("<table class=main cellspacing=0 cellpadding=0 border=0>");
document.write("<tr>");
document.write("<td class=adbar1 colspan=3>.");
document.write("</td>");
document.write("</tr>");
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/quoichhoriz.jpg',600,414)><img src=../../../images/gen/quoichhorizlong.jpg width=520 height=80 border=0 alt='Knoydart`s Eastern fringe across Loch Quoich'></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>");
document.write("<tr>");
document.write("<td class=bar1 colspan=3>");
document.write("<a href=../../../index.html>www.simonsmountainlists.co.uk</a>/<a href=../../index.html>mountains</a>/<a href=../index.html>"+area+"</a>/"+image+"");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td class=bar2 colspan=3>");
document.write("<a href=../../lochaber/index.html>Lochaber</a> - ");
document.write("<a href=../../grampians/index.html>Grampians</a> - ");
document.write("<a href=../../northernhighlands/index.html>Northern Highlands</a> - ");
document.write("<a href=../../southernhighlands/index.html>Southern Highlands</a> - ");
document.write("<a href=../../north&midwales/index.html>North & Mid Wales</a> - ");
document.write("<a href=../../lakes/index.html>Lakes</a> - ");
document.write("<a href=../../pennines/index.html>Pennines</a> - ");
document.write("<a href=../../breconbeacons/index.html>Brecon Beacons</a>");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td class=photo_title colspan=3>");
document.write("<select align=right onChange=if(this.value!='')location.href=this.value; style='font-family: verdana, arial, sans-serif; font-weight: 500; font-size: 10px;'>");
document.write("<option value=''>Others in the Brecon Beacons</option>");
document.write("<option value=../cribyn/index.html>Cribyn</option>");
document.write("<option value=../fanbrycheiniog/index.html>Fan Brycheiniog</option>");
document.write("<option value=../penyfan/index.html>Pen y Fan</option>");
document.write("<option value=../penygadairfawr/index.html>Pen y Gadair Fawr</option>");
document.write("<option value=../waunfach/index.html>Waun Fach</option>");
document.write("</select>");
document.write(""+name+" ("+height+")");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td class=content_photo colspan=3>");
document.write("<img src='../../../images/mountains/breconbeacons/"+image+".jpg' width='"+x+"' height='"+y+"' class=bigphoto align=left alt='"+caption+"'>");
document.write("<p class=left><br><b>Massif:</b> "+massif+"<br><br>");
document.write("<b>Grid ref:</b> "+gr+"<br><br>");
document.write("<b>Drop:</b> "+drop+"<br><br>");
document.write("<b>Lists:</b> "+lists+"<br><br>");
document.write("<b>Notes:</b><br>"+notes+"<br><br>");
document.write("<b>Photo:</b> "+caption+"</p>");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td class=adbar2 colspan=3>.");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td class=bar3 colspan=3>");
document.write("<a class=bar href=#top>Top</a> &copy; Copyright <a href=http://www.simonhjstevens.com>Simon Stevens</a> 2008 <a href=../../../gen/disclaimer.html>Disclaimer</a> - <a href=../../../links/index.html>Links</a> - Please email me at <a href=mailto:simonhjstevens@yahoo.co.uk>simonhjstevens@yahoo.co.uk</a>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
document.write("</body>");
document.write("</html>");

