// JavaScript Document
function abrefoto(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}
function GenerateNoisy(value)
{
document.getElementById('hidGenerateNoisy').value = 'false';
}
function SetImage(index)
{
path = document.getElementById('imgPequena' + index).src;
path = path.replace('pequena', 'grande');
document.getElementById('imgPrincipal').src = path;
}
