function selectSection(name)
{
  top.frames['menuFrame'].mouseOver(name, 1);
  top.frames['menuFrame'].mouseClick(name);
	return true;
}
