
function pp(){
	var forms=document.forms;
	  var i;
	  for(i=0;i<forms.length;i++){
		forms.item(i).rad[0].checked="1";
	  }	
}