function MedioJPG(R,C)
{
document.MappaMedia.src= "MG/R" + R + "C" + C + ".jpg";
document.all.MappaMedia.style.visibility='visible';
}

function PosizionePremuto(R, C)
{
document.all.Premuto.style.top = (R -1) * 46 + 7;
document.all.Premuto.style.left = (C-1) * 60 + 6;
}

function GrandeJPG(R, C)
{
document.MappaGrande.src= "MG/R" + R + "C" + C + ".jpg";
document.PulsantPremuto.src= "Mp/R" + R + "C" + C + "_over.GIF";
PosizionePremuto(R, C)
}


