function testClick(e)
{
<!--
   ret=true;
   if (e.which)
        evtype=e.which;
   else
        evtype=e.button;
   if(evtype!=1)   
   {
        ret=false;
        alert("All images in this pages are protected by copyright.\nPlease, do not copy them.\nIf you are interested in using them you may contact us.\n\nTutte le foto in queste pagine sono coperte da copyright, si prega di non copiarle.\nSe siete interessati al loro impiego, siete pregati di contattarci.");
   }
   return ret;
-->
}
function getThumb(image,parms)
{
<!--
        element="<img src='/_ThumbNails_/"+image+"' "+parms+">";
        document.write(element);
-->
}
function getLarge(image,parms)
{
<!--
        element="<img src='/_LargeImages_/"+image+"' "+parms+">";
        document.write(element);
-->
}
function getLargePath(image)
{
<!--
        return "/_LargeImages_/"+image;
-->
}

