$(document).ready(function() {
   $("#open_btn-index-1").click(function () {
      $("#pop-index-1").jqpopup_open(this.id);
	  $("#pop-index-1").jqpopup_toCenter();
 });
   $("#open_btn-index-2").click(function () {
      $("#pop-index-2").jqpopup_open(this.id);
	  $("#pop-index-2").jqpopup_toCenter();
 });
   $("#open_btn-index-3").click(function () {
      $("#pop-index-3").jqpopup_open(this.id);
	  $("#pop-index-3").jqpopup_toCenter();
 });
   $("#open_btn-index-4").click(function () {
      $("#pop-index-4").jqpopup_open(this.id);
	  $("#pop-index-4").jqpopup_toCenter();
 });
   $("#open_btn-index-5").click(function () {
      $("#pop-index-5").jqpopup_open(this.id);
	  $("#pop-index-5").jqpopup_toCenter();
 });
   $("#open_btn-index-6").click(function () {
      $("#pop-index-6").jqpopup_open(this.id);
	  $("#pop-index-6").jqpopup_toCenter();
 });
});
