function hidIndexSelectTrue()
{
	advdec.frmadvancer.graphIndex.style.visibility = 'hidden' ;
}
function hidIndexSelectFalse()
{
	advdec.frmadvancer.graphIndex.style.visibility = 'visible' ;
}

