function openURL(sURL) {
document.location = sURL;
} 