function Pop(imgTitle,imgSrc,imgNum) {
  var scr_width = 440;   // Initial size; will be resized
	var scr_height = 480;  // Initial size; will be resized
	var img_dir = "images/gallery/";
  
  if (!imgNum) imgNum=0;
  
	var newWin = null;
	newWin = window.open("","","width=" + scr_width + ",height=" + scr_height + ",scrollbars=no,resizable=yes");
	if (newWin != null) {
		newWin.focus();
		var htmlCode = "\n";
        htmlCode +=    "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
        htmlCode +=    "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
		htmlCode +=    "	 <head>\n";
		htmlCode +=    "	  <title>Kevin Glennon &#8226; " + imgTitle + "</title>\n";
        htmlCode +=    "      <link rel=\"stylesheet\" type=\"text/css\" href=\"pop.css\">\n";
		htmlCode +=    "     </head>\n";
		htmlCode +=    "	 <body onload=\"javascript:self.resizeTo(document.getElementById('Photo').width+15,document.getElementById('Photo').height+"+(imgNum>0 ? 220 : 120)+");\">\n";
        htmlCode +=    "	 <div id=\"Pop\">\n";
		(document.layers) ? htmlCode += "<layer id=\"Loading\" class=\"Loading\" visibility=\"visible\" z-index=\"1\">\n" :
                            htmlCode += "<div id=\"Loading\" class=\"Loading\" display=\"block\" z-index=\"1\">\n";
		htmlCode +=	   "	    Please wait, loading...\n";
		(document.layers) ? htmlCode += "</layer>\n" :
                            htmlCode += "</div>\n";
		htmlCode +=    "	   <img id=\"Photo\" src=\"" + img_dir + imgSrc + "\" border=\"1\" alt=\"" + imgTitle + "\" onload=\"javascript:(document.layers) ? document.layers['Loading'].visibility='hidden' : document.getElementById('Loading').style.display='none';\">\n";
		htmlCode +=    "	   <div class=\"Caption\">" + imgTitle + "</div>\n";
    htmlCode +=  "	   <div class=\"Desc\">" + PhotoDesc[imgNum] + "</div>\n";
		htmlCode +=    "	   <a href=\"javascript:window.close();\" title=\"Close this window and return to website\">close window</a>\n";
		htmlCode +=    "	 </div>\n";
		htmlCode +=    "	 </body>\n";
		htmlCode +=    "</html>";
		newWin.document.write(htmlCode);
		newWin.document.close();
	}
}

var PhotoDesc=new Array();

PhotoDesc[0]="";
PhotoDesc[3]="I drive through Kundiawa, the capital of Simbu Province in the Highlands, on my way to Mt Hagen.  On a mid week afternoon there is little activity in the market apart from small crowds milling around a number of coffee buyers.  As I approach the crowd backs off slightly, and then gathers around, curious.  I ask, 'Enap mi kisim piksa?'  The scene becomes a theatre.";
PhotoDesc[7]="A blue sky morning in Mount Hagen, on the first day of the festival they call the Highlands Show.  The ambience is like nothing I've experienced before; vibrancy overlaid with chaos, and that exotic feel that only comes from immersion in a culture foreign to your own.";
PhotoDesc[11]="The day of my departure from the Papuan Gulf coast I take a last stroll along this eerily peaceful river, a river they call Kikori.  Later in the morning the fog and mist dissipates, the day turns typically hot and sultry, and the tranquil river of the morning turns into a churning brown tide.";
PhotoDesc[15]="I drive back from a morning visit to a harbourside craft market and see these four girls engrossed, oblivious to all. Scenes like this play out throughout coastal PNG every day of every year.";
PhotoDesc[16]="There's a certain inherent tranquility in New Ireland.  Perhaps it's the way the coastal road ribbons past picturesque villages, framed by the South Pacific.  Maybe it's the central spine of mountains running almost the length of the island, rising steeply to stand sentinel over its inhabitants.  Or it could be the lack of television, telephones and sealed roads that lends an aura of other worldliness, a sense that here, we are a time warp away.";
PhotoDesc[24]="On a three day walk in the Telefomin region near the Indonesian border I was mostly confined in rainforest.  Leeches are the only drawback in this remote and beautiful area.  The local communities are friendly and curious, as they invariably are whenever you're beyond the reach of the road network in Papua New Guinea.  The Min people are markedly different to those further east and share many similarities with the West Papua clans across the border in Indonesia.";
PhotoDesc[25]="A coastal road connects the pretty harbour town of Madang to places north.  After two hours driving I am just past Bogia and around each headland are new inspiring scenes.  Offshore is the volcanic island of Manam.";