var tempradio= null;    
                    function change(checkedRadio)    
                    {    
                        if(tempradio== checkedRadio){  
                            tempradio.checked=false;  
                            tempradio=null;  
                          }   
                           else{  
                               tempradio= checkedRadio;    
                            }  
                     }