$(document).ready(function(){
	$("#envia_solicitud").click(function(e)
		{
			tb_show("SOLICITUD DE COMPRA","solicitud.php?KeepThis=true&TB_iframe=true&height=550&width=810");
			e.preventDefault();
		});
	$("#envia_solicitud_vende").click(function(e)
		{
			tb_show("SOLICITUD DE VENTA","solicitud.php?tipo=venta&KeepThis=true&TB_iframe=true&height=550&width=810");
			e.preventDefault();
		});
});
