﻿
function openWeather()
{
    tmSizedPopup('/addons/weather/WeatherReport.aspx','weather',400,300);
}

/* ASk for removal */
function Ask(i_question, i_redirUrl)
{
    if (confirm(i_question))
    {
        tmSizedPopup(i_redirUrl, 'title', 100,100);
    }
}