function getAllInfo(flag,myform,ff){
	document.getElementById(ff).value=flag;
	document.getElementById(myform).submit();
	return false;
}
