// JavaScript Document

// Our Stylists
// Hide the div that directs the user to move the mouse to a specific location
function hideDiv(div) {
	document.getElementById(div).style.visibility = 'hidden';
}