function showPhoto(imgpath,alttext)
{
	var filename="../showphoto.html?imgpath=" + escape(imgpath) + "&alttext=" + escape(alttext);
	window.open(filename);
}