// JavaScript Document
function launchit(url) {
window.open(url);
}
