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