function CheckSelectionAll()
{
document.Selection.Sug_All.checked=false;
}
function unCheckSelectionAll()
{
document.Selection.Sug_mono.checked=false;
document.Selection.Sug_di.checked=false;
document.Selection.Sug_tri.checked=false;
document.Selection.Sug_tetra.checked=false;
document.Selection.Sug_penta.checked=false;
document.Selection.Sug_other.checked=false;
document.Selection.Sug_All.checked=true;
}
function CheckSelectionAny()
{
document.Selection.Sug_Any.checked=false;
}
function unCheckSelectionAny()
{
document.Selection.Sug_Glc.checked=false;
document.Selection.Sug_Gal.checked=false;
document.Selection.Sug_Man.checked=false;
document.Selection.Sug_Fuc.checked=false;
document.Selection.Sug_Rha.checked=false;
document.Selection.Sug_GlcNAc.checked=false;
document.Selection.Sug_GalNAc.checked=false;
document.Selection.Sug_Neu5Ac.checked=false;
document.Selection.Sug_Neu5Gc.checked=false;
document.Selection.Sug_Mur.checked=false;
document.Selection.Sug_GlcA.checked=false;
document.Selection.Sug_Any.checked=true;
document.Selection.Sug_Gala.checked=false;
document.Selection.Sug_GalNAca.checked=false;
}