﻿function imgvalid()
{
var txt=document.mailcon.validgo.value;
if((index==0 && txt!='A57VF') ||(index==1 && txt!='76K5cD')||(index==2 && txt!='3a6B98')||(index==3 && txt!='p1356')||(index==4 && txt!='59QmR') )
{
alert("Invalid Code");
return false;
}
else
{
return true;
}


}
