﻿function onover(what){
var words

switch(what)
{
    case 1:
    words="<b>Plans and Performance</b><br>SMART Governing is designed to improve Alabama Government by requiring organizational planning, linking plans to budget requests and appropriations, and creating meaningful performance measurements.";
    break;
    
    case 2:
    words="<b>Ethics</b><br>Lobbyist records and this listing are continuously updated throughout the year. If you have a question regarding the status of a lobbyist, please contact the Ethics commission directly at: 334-242-2997.";
    break;

    case 3:
    words="<b>Meetings & Campaign Finance</b><br>The new Open Meetings Act guarantees that Alabama's citizens have open access to agencies, boards, commissions, and other governmental bodies which conduct the people's business. Campaign finance in Alabama is regulated by the state's campaign finance law, the Fair Campaign Practices Act (FCPA).";
    break;

    case 4:
    words="<b>Alabama Community College System</b><br>The Alabama Community College System page contains unaudited, detailed expenditure information for Alabama’s public community and technical colleges, Athens State University, Marion Military Institute, Alabama Technology Network, and Alabama Industrial Development Training Institute.";
    break;
    
    case 5:
    words="<b>Spending</b><br>Review state expenses in Alabama’s searchable checkbook, examine monthly accounting reports and read the state’s award-winning Comprehensive Annual Financial Report.";
    break;

    case 6:
    words="<b>Governor's Office Spending</b><br>The contingency fund includes the dates expenditures were made, the total amount that was paid to any particular vendor and a brief explanation.  Flight Logs relating to state plane usage includes the date of each flight, its destination, a manifest of passengers, the purpose of the flight.";
    break;

    case 7:
    words="<b>Contracts</b><br>List of all active statewide contracts and a list of awarded bids for the past 60 days.  Please note that only state wide contracts appear on the active contract list.";
    break;

    case 8:
    words="<b>Leases</b><br>The Office of Space Management oversees state leases and manages a variety of building projects. Many of the state's leases are accessible online using the Lease Search tool. It also serves as a resource for state agencies considering sub-lease and consolidation opportunities, as well as cost comparisons for specific locations.";
    break;    
 
}

document.getElementById('text').innerHTML=''+words+'';
}



function onout(){
document.getElementById('text').innerHTML='';
}
