<!--

function showEnlarged(prefix, picUrl) 
{
	window.open(prefix+"display-popup.shtml?"+picUrl, "poppis", "resizable=1,HEIGHT=350,WIDTH=350,Left=20%,Top=20%");
}

-->