
function mouseOverAbout()
{
document.about.src = "images/n_about_on.jpg"
}
function mouseOverClients()
{
document.clients.src = "images/n_clients_on.jpg"
}
function mouseOverServices()
{
document.services.src = "images/n_services_on.jpg"
}
function mouseOverContactus()
{
document.contactus.src = "images/n_contactus_on.jpg"
}
function mouseOverWhatsnew()
{
document.whatsnew.src = "images/n_whatsnew_on.jpg"
}
function mouseOutAbout()
{
document.about.src = "images/n_about_off.jpg"
}
function mouseOutClients()
{
document.clients.src = "images/n_clients_off.jpg"
}
function mouseOutServices()
{
document.services.src = "images/n_services_off.jpg"
}
function mouseOutContactus()
{
document.contactus.src = "images/n_contactus_off.jpg"
}
function mouseOutWhatsnew()
{
document.whatsnew.src = "images/n_whatsnew_off.jpg"
}
