function OnOver(MyId)
{
if(MyId==1)
{
document.getElementById("1").src='imgs/ico_PG_B.gif'
document.getElementById("2").src='imgs/ico_PSI_A.gif'
document.getElementById("3").src='imgs/ico_PF_A.gif'
document.getElementById("4").src='imgs/ico_PI_A.gif'
}
if(MyId==2)
{
document.getElementById("1").src='imgs/ico_PG_A.gif'
document.getElementById("2").src='imgs/ico_PSI_B.gif'
document.getElementById("3").src='imgs/ico_PF_A.gif'
document.getElementById("4").src='imgs/ico_PI_A.gif'
}
if(MyId==3)
{
document.getElementById("1").src='imgs/ico_PG_A.gif'
document.getElementById("2").src='imgs/ico_PSI_A.gif'
document.getElementById("3").src='imgs/ico_PF_B.gif'
document.getElementById("4").src='imgs/ico_PI_A.gif'
}
if(MyId==4)
{
document.getElementById("1").src='imgs/ico_PG_A.gif'
document.getElementById("2").src='imgs/ico_PSI_A.gif'
document.getElementById("3").src='imgs/ico_PF_A.gif'
document.getElementById("4").src='imgs/ico_PI_B.gif'
}
}