$(document).ready(function() {
   $("#open_btn-guid").click(function () {
      $("#pop-guid").jqpopup_open(this.id);
	  $("#pop-guid").jqpopup_toCenter();
 });
});
