// JavaScript Document

//SECONDARY NAVIGATION//
function ChangeMenuImage(elm, iSrc){
    elm.src = iSrc;
}
//SECONDARY NAVIGATION END//