<!-- 
function zero()
{
parent.window.content.location.href = "home.htm";
document.pageImage.src = "images/img/signpost.gif";
}

function one()
{
parent.window.content.location.href = "voicedata.htm";
document.pageImage.src = "images/img/whisper.gif";
}

function two()
{
parent.window.content.location.href = "mservices.htm";
document.pageImage.src = "images/img/tools.gif";
}

function three()
{
parent.window.content.location.href = "internet.htm";
document.pageImage.src = "images/img/network.gif";
}

function four()
{
parent.window.content.location.href = "network.htm";
document.pageImage.src = "images/img/phonegirl.gif";
}

function five()
{
parent.window.content.location.href = "contact.htm";
document.pageImage.src = "images/img/signpost.gif";
}

// -->
