$(document).ready(function() {
	$("a.popup").click(function() {
		window.open(this.href, 'popupwin','toolbar=0,scrollbars=1,location=1,statusbar=0,menubar=0,resizable=1,width=700,height=600');
		return false;
	});
});
