function Showsbox1Popup(hoveritem)
{
hp = document.getElementById("sbox1hoverpopup");
// Set popup to visible
hp.style.visibility = "Visible";
}
function HidePopup()
{
hp = document.getElementById("sbox1hoverpopup");
hp.style.visibility = "Hidden";
}
function ShowsettingsPopup(hoveritem)
{
hp = document.getElementById("settingspopup");
// Set popup to visible
hp.style.visibility = "Visible";
}
function HidePopup2()
{
hp = document.getElementById("settingspopup");
hp.style.visibility = "Hidden";
}
function ShowwhocaresPopup(hoveritem)
{
hp = document.getElementById("report-box");
// Set popup to visible
hp.style.visibility = "Visible";
}
function HidePopup3()
{
hp = document.getElementById("report-box");
hp.style.visibility = "Hidden";
}
function Showsbox4Popup(hoveritem)
{
hp = document.getElementById("sbox4hoverpopup");
// Set popup to visible
hp.style.visibility = "Visible";
}
function HidePopup4()
{
hp = document.getElementById("sbox4hoverpopup");
hp.style.visibility = "Hidden";
}
function Showsbox5Popup(hoveritem)
{
hp = document.getElementById("sbox5hoverpopup");
// Set popup to visible
hp.style.visibility = "Visible";
}
function HidePopup5()
{
hp = document.getElementById("sbox5hoverpopup");
hp.style.visibility = "Hidden";
}



