// JavaScript Document
function mouseOverProductions()
{
document.tech.src ="assets/images/navTechnologiesBlur.jpg";
}
function mouseOutProductions()
{
document.tech.src ="assets/images/navTechnologies.jpg";
}

function mouseOverTech()
{
document.pro.src ="assets/images/navProductionsBlur.jpg";
}
function mouseOutTech()
{
document.pro.src ="assets/images/navProductions.jpg";
}
