$(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();
 });
   $("#open_btn-index-7").click(function () {
      $("#pop-index-7").jqpopup_open(this.id);
	  $("#pop-index-7").jqpopup_toCenter();
 });
   $("#open_btn-index-8").click(function () {
      $("#pop-index-8").jqpopup_open(this.id);
	  $("#pop-index-8").jqpopup_toCenter();
 });
   $("#open_btn-index-9").click(function () {
      $("#pop-index-9").jqpopup_open(this.id);
	  $("#pop-index-9").jqpopup_toCenter();
 });
   $("#open_btn-index-10").click(function () {
      $("#pop-index-10").jqpopup_open(this.id);
	  $("#pop-index-10").jqpopup_toCenter();
 });
    $("#open_btn-index-11").click(function () {
      $("#pop-index-11").jqpopup_open(this.id);
	  $("#pop-index-11").jqpopup_toCenter();
 });
	
	$("#open_btn-index-Q").click(function () {
      $("#pop-index-Q").jqpopup_open(this.id);
	  $("#pop-index-Q").jqpopup_toCenter();
 });
});

