$(function(){
	// set popup links
	$("a.popup").click(function() {
		popup(this, "popup", "scrollbars=yes,width=720,height=900");
		return false;
	});
});
