

function openFoto(bigImage){
	var newImg = "/Media/view/"+bigImage+"/foto.jpg";
	window.open("/Page/nctrue/action=fotoPopup/foto="+bigImage+"/index.html",'Foto','width=400,height=375');
	
}

