function changeImg(Img)
{
document.getElementById('rightImgCorporate').src='images/'+Img;
}
