function cheak()
{
   if (form1.rname[i].value==true )  
{
var a
a=form1.rname[i].value
window.alert (a)
       return false;
    }
}