﻿function openModal(mytitle, w, h, url) {
    $.fn.colorbox({ href: url, height: h, width: w, transition: "elastic", iframe: "true", title: mytitle });
}



