function gotoURL(URL){
if(URL!=""){
window.location.href=URL;
}
}
