function setInfo(text) {
document.getElementById('globe_info').innerHTML = text;
}

function resetInfo() {
document.getElementById('globe_info').innerHTML = "<strong><span style=\"position: relative; font-size: 12pt; top: 200px;\">Hover your mouse over a category to see details on individual products</span><strong>";
}