<!--
function click() {
if (event.button==2) {
//alert('Right Click Option Not Available!');
}
}
document.onmousedown=click
// -->

function showImg(imgName)
{
imgOn = ("" + imgName);
//document.imgLarge.filters[0].Apply();
document.imgLarge.src = imgOn;
//hdr.innerHTML=imgName;
//document.imgLarge.filters[0].Play();
}

function showImgJEB(imgPath, imgName)
{
//document.imgLarge.filters[0].Apply();
document.imgLarge.src = imgPath + "full/" + imgName;
document.getElementById('imgDownload').href = imgPath + "zip/" + imgName + ".zip";
//hdr.innerHTML=imgName;
//document.imgLarge.filters[0].Play();
}

function showImgID(imgPath, imgName, imgID)
{
document.imgLarge.src = imgPath + "full/" + imgName;
document.getElementById('imgDownload').href = imgPath + "zip/" + imgName + ".zip";
i = imgID;
var foto=document.getElementById("listImg").options[i].text;
}



function showImgNextPrev(imgPath, imgName, prevImg, nextImg)
{
//document.imgLarge.filters[0].Apply();
document.imgLarge.src = imgPath + "full/" + imgName;
document.getElementById('imgDownload').href = imgPath + "zip/" + imgName + ".zip";
document.getElementById('lnkPrevPhoto').href = prevImg;
document.getElementById('lnkNextPhoto').href = nextImg;
//hdr.innerHTML=imgName;
//document.imgLarge.filters[0].Play();
}

function fade()
{
//document.imgLarge.filters[0].Apply();
document.imgLarge.src = document.imgLarge.src;
document.imgLarge.filters[0].Play();
}
			

