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