﻿function fetchR2IPubs()
{
    var boxtop = document.getElementById('r2itop');
    boxtop.setAttribute("class","Pubs");
    boxtop.setAttribute("className","Pubs");
    boxtop = document.getElementById('r2imiddle');
    boxtop.setAttribute("class","Pubs");
    boxtop.setAttribute("className","Pubs");
    boxtop = document.getElementById('r2ibottom');
    boxtop.setAttribute("class","Pubs");
    boxtop.setAttribute("className","Pubs");
    var boxcontpub = document.getElementById('r2icontPub');
    boxcontpub.setAttribute("class","Visible");
    boxcontpub.setAttribute("className","Visible");
    var boxcontpod = document.getElementById('r2icontPod');
    boxcontpod.setAttribute("class","Hidden");
    boxcontpod.setAttribute("className","Hidden");
    var boxcontsem = document.getElementById('r2icontSem');
    boxcontsem.setAttribute("class","Hidden");
    boxcontsem.setAttribute("className","Hidden");
    
}
function fetchR2IPod()
{

    var boxtop = document.getElementById('r2itop');
    boxtop.setAttribute("class","Pod");
    boxtop.setAttribute("className","Pod");
    boxtop = document.getElementById('r2imiddle');
    boxtop.setAttribute("class","Pod");
    boxtop.setAttribute("className","Pod");
    boxtop = document.getElementById('r2ibottom');
    boxtop.setAttribute("class","Pod");
    boxtop.setAttribute("className","Pod");
    var boxcontpub = document.getElementById('r2icontPub');
    boxcontpub.setAttribute("class","Hidden");
    boxcontpub.setAttribute("className","Hidden");
    var boxcontpod = document.getElementById('r2icontPod');
    boxcontpod.setAttribute("class","Visible");
    boxcontpod.setAttribute("className","Visible");
    var boxcontsem = document.getElementById('r2icontSem');
    boxcontsem.setAttribute("class","Hidden");
    boxcontsem.setAttribute("className","Hidden");
}
function fetchR2ISem()
{

    var boxtop = document.getElementById('r2itop');
    boxtop.setAttribute("class","Sem");
    boxtop.setAttribute("className","Sem");
    boxtop = document.getElementById('r2imiddle');
    boxtop.setAttribute("class","Sem");
    boxtop.setAttribute("className","Sem");
    boxtop = document.getElementById('r2ibottom');
    boxtop.setAttribute("class","Sem");
    boxtop.setAttribute("className","Sem");
    var boxcontpub = document.getElementById('r2icontPub');
    boxcontpub.setAttribute("class","Hidden");
    boxcontpub.setAttribute("className","Hidden");
    var boxcontpod = document.getElementById('r2icontPod');
    boxcontpod.setAttribute("class","Hidden");
    boxcontpod.setAttribute("className","Hidden");
    var boxcontsem = document.getElementById('r2icontSem');
    boxcontsem.setAttribute("class","Visible");
    boxcontsem.setAttribute("className","Visible");
}
function fetchR2IBudget()
{

    var boxtop = document.getElementById('r2ibctop');
    boxtop.setAttribute("class","Budget");
    boxtop.setAttribute("className","Budget");
    boxtop = document.getElementById('r2ibcmiddle');
    boxtop.setAttribute("class","Budget");
    boxtop.setAttribute("className","Budget");
    boxtop = document.getElementById('r2ibcbottom');
    boxtop.setAttribute("class","Budget");
    boxtop.setAttribute("className","Budget");
    var boxcontbudget = document.getElementById('r2icontBudget');
    boxcontbudget.setAttribute("className","Visible");
    boxcontbudget.setAttribute("class","Visible");
    var boxcontcountry = document.getElementById('r2icontCountry');
    boxcontcountry.setAttribute("class","Hidden");
    boxcontcountry.setAttribute("className","Hidden");
}    
function fetchR2ICountry()
{
    var boxtop = document.getElementById('r2ibctop');
    boxtop.setAttribute("class","Country");
    boxtop.setAttribute("className","Country");
    boxtop = document.getElementById('r2ibcmiddle');
    boxtop.setAttribute("class","Country");
    boxtop.setAttribute("className","Country");
    boxtop = document.getElementById('r2ibcbottom');
    boxtop.setAttribute("class","Country");
    boxtop.setAttribute("className","Country");
    var boxcontbudget = document.getElementById('r2icontBudget');
    boxcontbudget.setAttribute("class","Hidden");
    boxcontbudget.setAttribute("className","Hidden");
    var boxcontcountry = document.getElementById('r2icontCountry');
    boxcontcountry.setAttribute("class","Visible");
    boxcontcountry.setAttribute("className","Visible");
}    