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