$(function() {
$('.popup_active').click(function(){
	$('#popup_'+$(this).attr('id')).dialog({ width: 660, height: 530});
})
})



