


function alertOH(color){
	if(color!=null) Style[5][2] = color;
	stm(Text[7],Style[5]);
	return;
}

function alertDS(color){
	if(color!=null) Style[6][2] = color;
	stm(Text[8],Style[6]);
	return;
}
