$(document).ready(function()
{
    lyteboxs();
}); 

function lyteboxs()
{
	/* This is basic - uses default settings */
	$('a[rel*=lytebox]').fancybox();
	
	$('a[rel*=lyteframe]').addClass("iframe");
	$('a[rel*=lyteframe]').fancybox({
		'hideOnContentClick': false
	});
	
	$('a[rel*=lyteframe2]').fancybox({
		'hideOnContentClick': false,
		frameWidth			:	760,
		frameHeight			:	440,
		centerOnScroll		:	false
	});
	
}

function abrirgaleria(id,foto)
{
	window.open("galerias/popup.php?id="+id+"&foto="+foto,"","resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=700,height=480");
}
function postar()
{
	window.open('recados_postar.php','postar','resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=450,height=290');
}