$(document).ready(function() {

	$(".popup").click(function(){
		window.open(this.href, "sokaicha","width=780,height=600,location=no, menubar=no, resizable=yes, scrollbars=yes, status=yes, toolbar=no");
		return false;
	});
	
	
});
