/* hosting details */
function mouseOverHostingDetails()
{
document.HostingDetails.src = "/Portals/0/images/hostingdetails_on.gif";
}
function mouseOutHostingDetails()
{
document.HostingDetails.src = "/Portals/0/images/hostingdetails_off.gif";
}

/* hosting plans */
function mouseOverHostingPlans()
{
document.HostingPlans.src = "/Portals/0/images/hostingplans_on.gif";
}
function mouseOutHostingPlans()
{
document.HostingPlans.src = "/Portals/0/images/hostingplans_off.gif";
}

/* exchange details */
function mouseOverExchangeDetails()
{
document.ExchangeDetails.src = "/Portals/0/images/exchangedetails_on.gif";
}
function mouseOutExchangeDetails()
{
document.ExchangeDetails.src = "/Portals/0/images/exchangedetails_off.gif";
}

/* exchange plans */
function mouseOverExchangePlans()
{
document.ExchangePlans.src = "/Portals/0/images/exchangeplans_on.gif";
}
function mouseOutExchangePlans()
{
document.ExchangePlans.src = "/Portals/0/images/exchangeplans_off.gif";
}

/* sharepoint details */
function mouseOverSharepointDetails()
{
document.SharepointDetails.src = "/Portals/0/images/sharepointdetails_on.gif";
}
function mouseOutSharepointDetails()
{
document.SharepointDetails.src = "/Portals/0/images/sharepointdetails_off.gif";
}

/* sharepoint plans */
function mouseOverSharepointPlans()
{
document.SharepointPlans.src = "/Portals/0/images/sharepointplans_on.gif";
}
function mouseOutSharepointPlans()
{
document.SharepointPlans.src = "/Portals/0/images/sharepointplans_off.gif";
}

/* sitebuilderdemo details */
function mouseOverSitebuilderDemo()
{
document.SitebuilderDemo.src = "/Portals/0/images/sitebuilderdemo_on.gif";
}
function mouseOutSitebuilderDemo()
{
document.SitebuilderDemo.src = "/Portals/0/images/sitebuilderdemo_off.gif";
}

/* about infoquest */
function mouseOverAboutInfoQuest()
{
document.AboutInfoQuest.src = "/Portals/0/images/aboutinfoquest_on.gif";
}
function mouseOutAboutInfoQuest()
{
document.AboutInfoQuest.src = "/Portals/0/images/aboutinfoquest_off.gif";
}

/* owademo */
function mouseOverOwaDemo()
{
document.OwaDemo.src = "/Portals/0/images/owademo_on.gif";
}
function mouseOutOwaDemo()
{
document.OwaDemo.src = "/Portals/0/images/owademo_off.gif";
}