$(function() {

	$('a[@href~="active_pop"]').click(function(){
		window.open(this.href, "active_pop","width=600,height=500");
		return false;
	});
});

