function SetBackGround(item, color)
{
	item.style.backgroundColor=color;
}

function GoTo(albumId)
{
	document.location.href="index.php?page=27&albumId="+albumId;
}

function SetBorder(item, color)
{
	item.style.border="2px dashed "+ color;
}


$(document).ready(function() {
/*meerkat({
  close: '.close',
  dontShow: '.dontShow',
  animation: 'slide',
  animationSpeed: 500,
  dontShowExpire: 0.5,
  meerkatPosition: 'bottom',
  background: '#2e2a22 url(../img/meerkat-bg.png) repeat-x 0 0',
  height: '100px'
});

$(".close").hover(function(){
	$(".close").addClass("closeHover");
	},function(){
	$(".close").removeClass("closeHover");
	});
$("#nav").hide();
 */
$('a[rel=lightbox]').lightBox();
 });

 

 

 