function goToUrl(url)
{
    if(url!="")
    {
        window.location=url;
    }
}

