﻿
function doOpenUrl(url){
    if(url!=null && url!="")
        window.location.href=url;
}
