$(document).ready(function() {


$(function() {
	$('.lightbox').lightBox({
		imageLoading: '/img/loading.gif',
		imageBtnClose: '/img/close.gif',
		imageBtnPrev: '/img/prev.gif',
		imageBtnNext: '/img/next.gif'

	});

});


}) ;
function View_Foto(width,height,href)
{
  var scroll = "no";
	

width=width+14;
height=height+14;
	var	resizable = "no";
	
var position="center";
var title="";
	if(position != 'center')
	{
		xx = window.open(href, title, 'toolbar=no, scrollbars=' + scroll + ', menubar=no, directories=no, status=no, resizable=' + resizable + ', width=' + width + ', height=' + height);
	}
	else
	{
		this_top = (screen.height - height) / 2;
		this_left = (screen.width - width) / 2;
		xx = window.open(href, title, 'toolbar=no, scrollbars=' + scroll + ', menubar=no, directories=no, status=no, resizable=' + resizable + ', width=' + width + ', height=' + height + ', top=' + this_top + ', left=' + this_left);
	}

	xx.focus();

	

}
