﻿FromManualDialog = false;

function ShowPrayer() {
    if (FromManualDialog) {
        $AddManualNambersDialog.dialog('open');
    } else {
        $('div.prayerDIV').dialog();
        var DialogLoadingText = "<center><div id=\"prayer\" class=\"prayerDIV\"><iframe frameborder=\"0\" width=\"450\" height=\"150\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" style=\"position: absolute; width: 450px; height: 150px; z-index: 1;\" src=\"http://www.islamicfinder.org/prayer_service.php?country=kuwait&city=kuwait&state=00&zipcode=&latitude=29.3697&longitude=47.9783&timezone=3&HanfiShafi=1&pmethod=4&fajrTwilight1=10&fajrTwilight2=10&ishaTwilight=&ishaInterval=30&dhuhrInterval=1&maghribInterval=1&dayLight=0&page_background=f2f5f7&table_background=f2f5f7&table_lines=f2f5f7&text_color=336600&link_color=336600&prayerFajr=الفجر&prayerSunrise=الشروق&prayerDhuhr=ظهر&prayerAsr=العصر&prayerMaghrib=مغرب&prayerIsha=العشاء&frameWidth=450&tableForm=horizontal\" /></div></center>";
        $AddManualNambersDialog = $('<div></div>').html(DialogLoadingText).dialog(
                    {
                        autoOpen: false,
                        closeOnEscape: false,
                        title: "مواقيت الصلاه اليوم فى الكويت",
                        modal: true,
                        bgiframe: false,
                        height: 200,
                        width: 480,
                        resizable: false,
                        show: null,
                        open: function(event, ui) { },
                        hide: null
                    });
        $AddManualNambersDialog.dialog('open');
        FromManualDialog = true;    
    }
    
} 
