$(function() {
	$(".popup_w").click(function(){
		window.open(this.href, "WindowName","width=630,height=700,resizable=yes,scrollbars=yes");
		return false;
	});
});
