﻿function imgvalid()
{
var txt=document.ThisForm.requiredtxtvarify.value;
if((index==0 && txt!='A57VF') ||(index==1 && txt!='76K5cD')||(index==2 && txt!='3a6B98')||(index==3 && txt!='p1356')||(index==4 && txt!='59QmR')||(index==5 && txt!='RaMbs')||(index==6 && txt!='Lqnj')||(index==7 && txt!='R9PDi')||(index==8 && txt!='aY3J8')||(index==9 && txt!='Kev6r')||(index==10 && txt!='9Ghi3'))
{
alert("Please make sure all the fields and code are properly completed");
document.ThisForm.focus();
return false;
}
else
{
return true;
}
}