$(document).ready(function (){
	$('.pop').click (function (){
		window.open ($(this).attr ('href'), 'leiho', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=yes,dependent=no,width=400,height=400');
		return (false);
	});
});

