function pageready() {
		$(".pejopop").click(function() {
			titulopop=$(this).attr("src")
			anchopop=$(this).attr("width")
			altopop=$(this).attr("height")
			tpl=$(this).attr("id")
			tb_show(titulopop, "../popup.php?tpl="+tpl+"&popup=si&width="+anchopop+"&height="+altopop, false);
			$(this).blur();
			return false;
		});
}