/* exit site */

function removePopup() {
    document.getElementById("exitsunpower").style.display = 'none'; 
}

function exitSunPower() {

    document.getElementById("exitsunpower").style.display = 'block';
    document.getElementById("exitsunpower").style.position = 'absolute'; 
}

function removePopup2() {
    document.getElementById("exitsunpower2").style.display = 'none'; 
}

function exitSunPower2() {

    document.getElementById("exitsunpower2").style.display = 'block';
    document.getElementById("exitsunpower2").style.position = 'absolute'; 
}

/*exit site */
