//-------------------------------------------------
// Modal Box

// show modal box and load content from url
function openModal(url) {
    tb_show('', url);
    return false;
}
