function EditTextObject(n,t,i){$("#myModal").on("shown.bs.modal",function(){$(this).find(".modal-content").empty().append("<iframe id='drpopframe' src='' style='width:100%; border: none; margin:0; padding:0; height:700px;' ><\/iframe>");$(this).find("iframe").attr("src","admin/textObject-edit.aspx?id="+n+"&h3="+t+"&p="+i)});$("#myModal").modal("show")}function EditImageObject(n,t){$("#myModal").on("shown.bs.modal",function(){$(this).find(".modal-content").empty().append("<iframe id='drpopframe' src='' style='width:100%; border: none; margin:0; padding:0; height:600px;' ><\/iframe>");$(this).find("iframe").attr("src","/admin/imageObject-edit.aspx?id="+n+"&f="+t)});$("#myModal").modal("show")}function EditImageLinkObject(n,t,i){$("#myModal").on("shown.bs.modal",function(){$(this).find(".modal-content").empty().append("<iframe id='drpopframe' src='' style='width:100%; border: none; margin:0; padding:0; height:600px;' ><\/iframe>");$(this).find("iframe").attr("src","/admin/imageLinkObject-edit.aspx?id="+n+"&v="+t+"&f="+i)});$("#myModal").modal("show")}function EditAddressObject(){$("#myModal").on("shown.bs.modal",function(){$(this).find(".modal-content").empty().append("<iframe id='drpopframe' src='' style='width: 100%; border: none; margin:0; padding:0; height:600px;' ><\/iframe>");$(this).find("iframe").attr("src","/admin/addressObject-edit.aspx")});$("#myModal").modal("show")}function EditEmployeeObject(n){$("#myModal").on("shown.bs.modal",function(){$(this).find(".modal-content").empty().append("<iframe id='drpopframe' src='' style='width:100%; border: none; margin:0; padding:0; height:600px;' ><\/iframe>");$(this).find("iframe").attr("src","/admin/employeeObject-edit.aspx?id="+n)});$("#myModal").modal("show")}function EditQuickLinks(){$("#myModal").on("shown.bs.modal",function(){$(this).find(".modal-content").empty().append("<iframe id='drpopframe' src='' style='width:100%; border: none; margin:0; padding:0; height:600px;' ><\/iframe>");$(this).find("iframe").attr("src","/admin/quicklinks-edit.aspx")});$("#myModal").modal("show")}