﻿$(document).ready(function () {
    //Menus
    $('.main-menu').jmenu({ animation: 'show', duration: 1 });

});

function otAlert(eType, title, content) {
    $('<div class="alert-box"><div class="alert-' + eType + '"><table cellpadding="0" cellspacing="0" width="100%"><tr><td style="width:32px;" class="ali-t"><span class="block icons icon24 icon-' + eType + '"></span></td><td><h2>' + title + '</h2>' + content + '</td><tr></table></div></div>').dialog({ modal: true, width: 450, title: 'Message from Online Tenders', buttons: { "Close": function () { $(this).dialog('close'); } } });
}
