var fDesc=new Array(); fDesc[0] = "The Breeding Management System (BMS) is a comprehensive suite of mutually compatible software applications that work together to help breeders and researchers manage their projects and collect, store and analyse their research data, in order to facilitate more economic and accelerated cultivar development. These tools accommodate common breeding schemes, from conventional breeding through increasing levels of marker use, and are available as standalone applications or as a single consolidated system for greater breeding efficiency.

IBP experts support clients at every step of the implementation process to facilitate adoption:
- Collaborative needs assessment, customisation and implementation planning
- Installation, data migration and continuing technical suppor.t
- Training activities and material.
- Professional support for breeding plan development, data analysis, genotyping and breeding decision support.
- Access to other useful products online: interactive maps, diagnostic markers and germplasm, trait dictionaries and genotyping service providers."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }