var d,i,e;


function r_i()
{return i;}

function r_d()
{return d;}

function r_e()
{return e;}


function funVerFoto( dirPath, imageName, epigrafe )
	{
	/*if (epigrafe == "" || epigrafe == null)
		newWindow = window.open("/Images/VerFoto.asp?dirPath=" + dirPath + "&imageName=" + imageName , "newWindow","menubar=no,dependent=yes,scrollbars=yes,width=120,height=100");
	else
		newWindow = window.open("/Images/VerFoto.asp?dirPath=" + dirPath + "&imageName=" + imageName + "&epigrafe=" + epigrafe, "newWindow","menubar=no,dependent=yes,scrollbars=yes,width=120,height=100");
	newWindow.focus();
	*/
	d = dirPath;
	i = imageName;
	e = epigrafe;

	if (epigrafe == "" || epigrafe == null)
		{
			newWindow = window.open("../Images/VerFoto.html", "newWindow","menubar=no,dependent=yes,scrollbars=yes");
			//newWindow.actualizar(dirPath,imageName,""); 
			newWindow.focus();

		}
	else
		{
			
			newWindow = window.open("../Images/VerFoto.asp", "newWindow","menubar=no,dependent=yes,scrollbars=yes");
			//newWindow.actualizar(dirPath,imageName,epigrafe); 
			newWindow.focus();


		}

	}

