function setLogicPair(master_de, slave_de)
{
	slave_de.selectedIndex = master_de.selectedIndex;
}