$(document).ready(iniciar);
function iniciar()
{
	/*
	$(function(){
		$('img.captify').captify({});
	});
	*/
	$(".logo_id").click(function()
						{
							location.href = "catalog_view.php?id="+$(this).attr('name');
						});
	$("#img_new").click(function()
						{
							return false;
							var ruta = '#TB_inline?height=410&width=780&inlineId=agregar_selecion_encuestador';
							var ruta = 'new_ima.php?keepThis=true&TB_iframe=true&height=535&width=390';
							title_thi = "";
							tb_show(title_thi, ruta, "media/loadingAnimation.gif");
							$("#TB_title").css('height','20px');
							$("#TB_closeAjaxWindow").css('padding','1px');
							$("#nombre_product2").css('width','100px');
							$("#TB_iframeContent").css('margin','0px');
							$("#TB_iframeContent").css('padding','0px');
							$("#TB_iframeContent").css('border-color','#000000');
							$("#TB_title").css('border', '0px');
							//$("#TB_title").css('border', '0px');
							
						});
}
