

function btnProducts_onclick() {
	window.location.href = "product.html";
}

function btnProducts_onmouseout() {
	btnProducts.style.color = "navy";
	btnProducts.style.textDecoration = "none";
}

function btnProducts_onmouseover() {
	btnProducts.style.color = "red";
	btnProducts.style.textDecoration = "underline";
}

function btnProjects_onclick() {
	window.location.href = "project.html";
}

function btnProjects_onmouseout() {
	btnProjects.style.color = "navy";
	btnProjects.style.textDecoration = "none";
}

function btnProjects_onmouseover() {
	btnProjects.style.color = "red";
	btnProjects.style.textDecoration = "underline";
}

function btnCompanyInfo_onclick() {
	window.location.href = "rje_info.html";
}

function btnCompanyInfo_onmouseout() {
	btnCompanyInfo.style.color = "navy";
	btnCompanyInfo.style.textDecoration = "none";
}

function btnCompanyInfo_onmouseover() {
	btnCompanyInfo.style.color = "red";
	btnCompanyInfo.style.textDecoration = "underline";
}

function btnClients_onclick() {
	window.location.href = "clients.html";
}

function btnClients_onmouseout() {
	btnClients.style.color = "navy";
	btnClients.style.textDecoration = "none";
}

function btnClients_onmouseover() {
	btnClients.style.color = "red";
	btnClients.style.textDecoration = "underline";
}

function btnContactPage_onclick() {
	window.location.href = "contact.html";
}

function btnContactPage_onmouseout() {
	btnContactPage.style.color = "navy";
	btnContactPage.style.textDecoration = "none";
}

function btnContactPage_onmouseover() {
	btnContactPage.style.color = "red";
	btnContactPage.style.textDecoration = "underline";
}

function btnMarketConnect_onclick() {
	window.location.href = "mc/mc.html";
}

function btnMarketConnect_onmouseout() {
	btnMarketConnect.style.color = "navy";
	btnMarketConnect.style.textDecoration = "none";
}

function btnMarketConnect_onmouseover() {
	btnMarketConnect.style.color = "red";
	btnMarketConnect.style.textDecoration = "underline";
}

function btnBusiness_onclick() {
	window.location.href = "account.html";
}

function btnBusiness_onmouseout() {
	btnBusiness.style.color = "navy";
	btnBusiness.style.textDecoration = "none";
}

function btnBusiness_onmouseover() {
	btnBusiness.style.color = "red";
	btnBusiness.style.textDecoration = "underline";
}

function btnEventSwitch_onclick() {
	window.location.href = "switch.html";
}

function btnEventSwitch_onmouseout() {
	btnEventSwitch.style.color = "navy";
	btnEventSwitch.style.textDecoration = "none";
}

function btnEventSwitch_onmouseover() {
	btnEventSwitch.style.color = "red";
	btnEventSwitch.style.textDecoration = "underline";
}

function btnDataDelivery_onclick() {
	window.location.href = "satelite.html";
}

function btnDataDelivery_onmouseout() {
	btnDataDelivery.style.color = "navy";
	btnDataDelivery.style.textDecoration = "none";
}

function btnDataDelivery_onmouseover() {
	btnDataDelivery.style.color = "red";
	btnDataDelivery.style.textDecoration = "underline";
}

function btnBenefits_onclick() {
	window.location.href = "mc/mcbenefit.html";
}

function btnBenefits_onmouseout() {
	btnBenefits.style.color = "navy";
	btnBenefits.style.textDecoration = "none";
}

function btnBenefits_onmouseover() {
	btnBenefits.style.color = "red";
	btnBenefits.style.textDecoration = "underline";
}

function btnMCTrades_onclick() {
	window.location.href = "mct/mctrades.html";
}

function btnMCTrades_onmouseout() {
	btnMCTrades.style.color = "navy";
	btnMCTrades.style.textDecoration = "none";
}

function btnMCTrades_onmouseover() {
	btnMCTrades.style.color = "red";
	btnMCTrades.style.textDecoration = "underline";
}

function btnMCInfo_onclick() {
	window.location.href = "mci/mcinfo.html";
}

function btnMCInfo_onmouseout() {
	btnMCInfo.style.color = "navy";
	btnMCInfo.style.textDecoration = "none";
}

function btnMCInfo_onmouseover() {
	btnMCInfo.style.color = "red";
	btnMCInfo.style.textDecoration = "underline";
}

function btnMCOrders_onclick() {
	window.location.href = "mc/mcorder.html";
}

function btnMCOrders_onmouseout() {
	btnMCOrders.style.color = "navy";
	btnMCOrders.style.textDecoration = "none";
}

function btnMCOrders_onmouseover() {
	btnMCOrders.style.color = "red";
	btnMCOrders.style.textDecoration = "underline";
}

function btnMCSQL_onclick() {
	window.location.href = "mc/mcsql.html";
}

function btnMCSQL_onmouseout() {
	btnMCSQL.style.color = "navy";
	btnMCSQL.style.textDecoration = "none";
}

function btnMCSQL_onmouseover() {
	btnMCSQL.style.color = "red";
	btnMCSQL.style.textDecoration = "underline";
}

function btnMCWorkstation_onclick() {
	window.location.href = "mc/mcwork.html";
}

function btnMCWorkstation_onmouseout() {
	btnMCWorkstation.style.color = "navy";
	btnMCWorkstation.style.textDecoration = "none";
}

function btnMCWorkstation_onmouseover() {
	btnMCWorkstation.style.color = "red";
	btnMCWorkstation.style.textDecoration = "underline";
}

function btnMCScript_onclick() {
	window.location.href = "mc/mcscript.html";
}

function btnMCScript_onmouseout() {
	btnMCScript.style.color = "navy";
	btnMCScript.style.textDecoration = "none";
}

function btnMCScript_onmouseover() {
	btnMCScript.style.color = "red";
	btnMCScript.style.textDecoration = "underline";
}

function imgEmail_onclick() {
	window.location.href = "mailto:info@rje.com.au";
}

function imgBenefits_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgBenefits_onmouseout() {
	btnBenefits.style.color = "navy";
	btnBenefits.style.textDecoration = "none";
}

function imgBenefits_onmouseover() {
	btnBenefits.style.color = "red";
	btnBenefits.style.textDecoration = "underline";
}

function imgBusiness_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgBusiness_onmouseout() {
	btnBusiness.style.color = "navy";
	btnBusiness.style.textDecoration = "none";
}

function imgBusiness_onmouseover() {
	btnBusiness.style.color = "red";
	btnBusiness.style.textDecoration = "underline";
}

function imgClients_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgClients_onmouseout() {
	btnClients.style.color = "navy";
	btnClients.style.textDecoration = "none";
}

function imgClients_onmouseover() {
	btnClients.style.color = "red";
	btnClients.style.textDecoration = "underline";
}

function imgCompanyInfo_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgCompanyInfo_onmouseout() {
	btnCompanyInfo.style.color = "navy";
	btnCompanyInfo.style.textDecoration = "none";
}

function imgCompanyInfo_onmouseover() {
	btnCompanyInfo.style.color = "red";
	btnCompanyInfo.style.textDecoration = "underline";
}

function imgContactPage_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgContactPage_onmouseout() {
	btnContactPage.style.color = "navy";
	btnContactPage.style.textDecoration = "none";
}

function imgContactPage_onmouseover() {
	btnContactPage.style.color = "red";
	btnContactPage.style.textDecoration = "underline";
}

function imgDataDelivery_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgDataDelivery_onmouseout() {
	btnDataDelivery.style.color = "navy";
	btnDataDelivery.style.textDecoration = "none";
}

function imgDataDelivery_onmouseover() {
	btnDataDelivery.style.color = "red";
	btnDataDelivery.style.textDecoration = "underline";
}

function imgEventSwitch_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgEventSwitch_onmouseout() {
	btnEventSwitch.style.color = "navy";
	btnEventSwitch.style.textDecoration = "none";
}

function imgEventSwitch_onmouseover() {
	btnEventSwitch.style.color = "red";
	btnEventSwitch.style.textDecoration = "underline";
}

function imgMarketConnect_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgMarketConnect_onmouseout() {
	btnMarketConnect.style.color = "navy";
	btnMarketConnect.style.textDecoration = "none";
}

function imgMarketConnect_onmouseover() {
	btnMarketConnect.style.color = "red";
	btnMarketConnect.style.textDecoration = "underline";
}

function imgMCInfo_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgMCInfo_onmouseout() {
	btnMCInfo.style.color = "navy";
	btnMCInfo.style.textDecoration = "none";
}

function imgMCInfo_onmouseover() {
	btnMCInfo.style.color = "red";
	btnMCInfo.style.textDecoration = "underline";
}

function imgMCOrders_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgMCOrders_onmouseout() {
	btnMCOrders.style.color = "navy";
	btnMCOrders.style.textDecoration = "none";
}

function imgMCOrders_onmouseover() {
	btnMCOrders.style.color = "red";
	btnMCOrders.style.textDecoration = "underline";
}

function imgMCScript_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgMCScript_onmouseout() {
	btnMCScript.style.color = "navy";
	btnMCScript.style.textDecoration = "none";
}

function imgMCScript_onmouseover() {
	btnMCScript.style.color = "red";
	btnMCScript.style.textDecoration = "underline";
}

function imgMCSQL_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgMCSQL_onmouseout() {
	btnMCSQL.style.color = "navy";
	btnMCSQL.style.textDecoration = "none";
}

function imgMCSQL_onmouseover() {
	btnMCSQL.style.color = "red";
	btnMCSQL.style.textDecoration = "underline";
}

function imgMCTrades_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgMCTrades_onmouseout() {
	btnMCTrades.style.color = "navy";
	btnMCTrades.style.textDecoration = "none";
}

function imgMCTrades_onmouseover() {
	btnMCTrades.style.color = "red";
	btnMCTrades.style.textDecoration = "underline";
}

function imgMCWorkstation_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgMCWorkstation_onmouseout() {
	btnMCWorkstation.style.color = "navy";
	btnMCWorkstation.style.textDecoration = "none";
}

function imgMCWorkstation_onmouseover() {
	btnMCWorkstation.style.color = "red";
	btnMCWorkstation.style.textDecoration = "underline";
}

function imgProducts_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgProducts_onmouseout() {
	btnProducts.style.color = "navy";
	btnProducts.style.textDecoration = "none";
}

function imgProducts_onmouseover() {
	btnProducts.style.color = "red";
	btnProducts.style.textDecoration = "underline";
}

function imgProjects_onclick() {
	window.location.href = "mc/mcscript.html";
}

function imgProjects_onmouseout() {
	btnProjects.style.color = "navy";
	btnProjects.style.textDecoration = "none";
}

function imgProjects_onmouseover() {
	btnProjects.style.color = "red";
	btnProjects.style.textDecoration = "underline";
}

function imgWhatsNew_onclick() {
	window.location.href = "whatsnew.html";
}

function btnMCppt_onclick() {
	window.location.href = "mcd/mc.ppt";
}

function btnMCppt_onmouseout() {
	btnMCppt.style.color = "navy";
	btnMCppt.style.textDecoration = "none";
}

function btnMCppt_onmouseover() {
	btnMCppt.style.color = "red";
	btnMCppt.style.textDecoration = "underline";
}

function btnWN_onclick() {
	window.location.href = "whatsnew.html";
}

function btnWN_onmouseout() {
	btnWN.style.color = "navy";
	btnWN.style.textDecoration = "none";
}

function btnWN_onmouseover() {
	btnWN.style.color = "red";
	btnWN.style.textDecoration = "underline";
}

function btnMCTechOverview_onclick() {
	window.location.href = "mcd/Marketconnect.zip";
}

function btnMCTechOverview_onmouseout() {
	btnMCTechOverview.style.color = "navy";
	btnMCTechOverview.style.textDecoration = "none";
}

function btnMCTechOverview_onmouseover() {
	btnMCTechOverview.style.color = "red";
	btnMCTechOverview.style.textDecoration = "underline";
}

function btnMCinfoTechOverview_onclick() {
	window.location.href = "mcd/MCinfo.zip";
}

function btnMCinfoTechOverview_onmouseout() {
	btnMCinfoTechOverview.style.color = "navy";
	btnMCinfoTechOverview.style.textDecoration = "none";
}

function btnMCinfoTechOverview_onmouseover() {
	btnMCinfoTechOverview.style.color = "red";
	btnMCinfoTechOverview.style.textDecoration = "underline";
}