// JavaScript Document
function directURL(URL){
 if(URL!=""){
 window.location.href=URL;
}
}


