﻿// JScript File
function funOnMouseover(tdMouseOver)
{
    tdMouseOver.className = "master-MouseOverPageButton" ;
  
}
function funOnMouseOut(tdMouseOver)
{
    tdMouseOver.className = "master-NormalPageButton";
}

function onclick_tdUrban()
{
window.location.href = "SidePages/Urban_1.aspx?SelectedPage=tdUrban";
}

function onclick_tdHistory()
{
     window.location.href = "SidePages/History_1.aspx?SelectedPage=tdHistory";
}
function onclick_tdDemography1()
{
     window.location.href = "SidePages/Demography_1.aspx?SelectedPage=tdDemography";
}
function onclick_tdHome()
{
    window.location.href = "Home.aspx";
}
function onclick_tdTourism1()
{
     window.location.href = "SidePages/Tourism_1.aspx?SelectedPage=tdTourism";
}
function onclick_tdCouncil()
{
    window.location.href = "MainPages/Council_1.aspx?SelectedPage=tdCouncil";
}

function onclick_tdIndustry()
{
    window.location.href = "MainPages/Industry_1.aspx";
    
}
function onclick_tdGeography()
{
 window.location.href = "SidePages/Geography_1.aspx?SelectedPage=tdGeography";
}

function onclick_tdTradeCommerce()
{
    window.location.href = "MainPages/TradeAndCommerce_1.aspx";
   
}
function onclick_tdInstitutions()
{
    window.location.href = "MainPages/Institutions_1.aspx?SelectedPage=tdInstitutions";
  
}
function onclick_tdOffices()
{
    window.location.href = "MainPages/Offices_1.aspx?SelectedPage=tdOffices";
   
}
function onclick_tdJanasevanakendram()
{
    window.location.href = "SidePages/Janasevanakendram_1.aspx?SelectedPage=tdJanasevanakendram";
    
}
function onclick_tdElectricity()
{
    window.location.href = "SidePages/Electricity_1.aspx?SelectedPage=tdElectricity";
   
}
function onclick_tdHealthServices()
{
    window.location.href = "MainPages/HealthServices_1.aspx?SelectedPage=tdHealthServices";
   
}
function onclick_tdWater()
{
    window.location.href = "SidePages/WaterSupply_1.aspx?SelectedPage=tdWater";
    
}
function onclick_tdTrafficTransport()
{
    window.location.href = "SidePages/TrafficTransport_1.aspx?SelectedPage=tdTrafficTransport";
}
/////////////////////////////////////////////////
function onclick_tdMediaPublications()
{
   
    window.location.href = "SidePages/MediaPublication_1.aspx?SelectedPage=tdMediaPublications";
   
}
function onclick_tdSolidWaste()
{
   
    window.location.href = "SidePages/SolidWaste_1.aspx?SelectedPage=tdSolidWaste";
   
}
function onclick_tdSewerageSystems()
{
   
    window.location.href = "SidePages/SeverageSystem_1.aspx?SelectedPage=tdSewerageSystems";
   
}
function onclick_tdRiversCanals()
{
   
    window.location.href = "SidePages/RiverCanals_1.aspx?SelectedPage=tdRiversCanals";
   
}
function onclick_tdRevenue()
{
   
    window.location.href = "SidePages/Revenue_1.aspx?SelectedPage=tdRevenue";
   
}
function onclick_tdPlanFunds()
{
   
    window.location.href = "SidePages/PlanFund_1.aspx?SelectedPage=tdPlanFunds";
   
}
function onclick_tdGrants()
{
   
    window.location.href = "SidePages/Grants_1.aspx?SelectedPage=tdGrants";
   
}
function onclick_tdBorrowedCapital()
{
   
    window.location.href = "SidePages/BorrowedCapital_1.aspx?SelectedPage=tdBorrowedCapital";
   
}
function onclick_tdExpenditurePlan()
{
   
    window.location.href = "SidePages/ExpenditurePlan_1.aspx?SelectedPage=tdExpenditurePlan";
   
}
function onclick_tdBudget()
{
   
    window.location.href = "SidePages/Budget_1.aspx?SelectedPage=tdBudget";
   
}
function onclick_tdAnnualReport()
{
   
    window.location.href = "SidePages/AnnuaReport_1.aspx?SelectedPage=tdAnnualReport";
   
}
function onclick_tdCommunications()
{
   
    window.location.href = "SidePages/Communication_1.aspx?SelectedPage=tdCommunications";
   
}



