<!-- Photo show - Java stuff:-->
function opnwnd(thisUrl,ttl,features)
{
if (window.location.href == thisUrl)
 window.close();
 window.open(thisUrl,ttl,features);
}
//end 

