function change(page)
{
if(page == "home"){
document.location.href = "index.html";
}
if(page == "aboutus"){
document.location.href = "aboutus.html";
}
if(page == "projects"){
document.location.href = "current.html";
}
if(page == "news"){
document.location.href = "news.html";
}
if(page == "enquiry"){
document.location.href = "enquiry.html";
}
if(page == "contactus"){
document.location.href = "contactus.html";
}
if(page == "bethanagere"){
document.location.href = "current.html";
}
if(page == "shanumangala"){
document.location.href = "completed.html";
}}

