function customModal(passid) {
     m = new Control.Modal($(passid),{
         iframe: true,
         opacity: 0.8,
         position: "absolute",
         width: 600,
         height: 650,
         overlayCloseOnClick: false
         });
     m.open();
}
