$(document).ready(function(){
	$(".mostrable_grande").click(function(){
		imagen=$(this).attr("title");
		direccion="http://www.igelberdea.com/visor-producto.html?imagen="+imagen;
		window.open (direccion,"mywindow","menubar=1,resizable=0,width=415,height=500");
		return false;
	});

});
