<!--

function set(object) {
  if (top.menu_frame.document.getElementById) {
		top.menu_frame.document.getElementById('home').style.color = '#6699ff';
		top.menu_frame.document.getElementById('overview').style.color = '#6699ff';
		top.menu_frame.document.getElementById('mission').style.color = '#6699ff';
		top.menu_frame.document.getElementById('location').style.color = '#6699ff';
		top.menu_frame.document.getElementById('press').style.color = '#6699ff';
		top.menu_frame.document.getElementById('inc').style.color = '#6699ff';
		top.menu_frame.document.getElementById('inc_art').style.color = '#6699ff';
		top.menu_frame.document.getElementById('inc_by').style.color = '#6699ff';
		top.menu_frame.document.getElementById('status').style.color = '#6699ff';
		top.menu_frame.document.getElementById('status_200502').style.color = '#6699ff';
		top.menu_frame.document.getElementById('status_200206').style.color = '#6699ff';
		top.menu_frame.document.getElementById('status_199802').style.color = '#6699ff';
		top.menu_frame.document.getElementById('status_opcer').style.color = '#6699ff';
		top.menu_frame.document.getElementById('status_199704').style.color = '#6699ff';
		top.menu_frame.document.getElementById('photos').style.color = '#6699ff';
		top.menu_frame.document.getElementById('photos_200501').style.color = '#6699ff';
		top.menu_frame.document.getElementById('photos_200205').style.color = '#6699ff';
		top.menu_frame.document.getElementById('photos_199801').style.color = '#6699ff';
		top.menu_frame.document.getElementById('help').style.color = '#6699ff';
		top.menu_frame.document.getElementById('home').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('overview').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('mission').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('location').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('press').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('inc').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('inc_art').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('inc_by').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('status').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('status_200502').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('status_200206').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('status_199802').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('status_opcer').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('status_199704').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('photos').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('photos_200501').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('photos_200205').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('photos_199801').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById('help').style.fontWeight = 'normal';
		top.menu_frame.document.getElementById(object).style.color = '#B35A59';
		top.menu_frame.document.getElementById(object).style.fontWeight = 'bold';
  }

	else if (top.menu_frame.document.layers && top.menu_frame.document.layers[object] != null) {
		top.menu_frame.document.layers['home'].color = '#6699ff';
		top.menu_frame.document.layers['overview'].color = '#6699ff';
		top.menu_frame.document.layers['mission'].color = '#6699ff';
		top.menu_frame.document.layers['location'].color = '#6699ff';
		top.menu_frame.document.layers['press'].color = '#6699ff';
		top.menu_frame.document.layers['inc'].color = '#6699ff';
		top.menu_frame.document.layers['inc_art'].color = '#6699ff';
		top.menu_frame.document.layers['inc_by'].color = '#6699ff';
		top.menu_frame.document.layers['status'].color = '#6699ff';
		top.menu_frame.document.layers['status_200502'].color = '#6699ff';
		top.menu_frame.document.layers['status_200206'].color = '#6699ff';
		top.menu_frame.document.layers['status_199802'].color = '#6699ff';
		top.menu_frame.document.layers['status_opcer'].color = '#6699ff';
		top.menu_frame.document.layers['status_199704'].color = '#6699ff';
		top.menu_frame.document.layers['photos'].color = '#6699ff';
		top.menu_frame.document.layers['photos_200501'].color = '#6699ff';
		top.menu_frame.document.layers['photos_200205'].color = '#6699ff';
		top.menu_frame.document.layers['photos_199801'].color = '#6699ff';
		top.menu_frame.document.layers['help'].color = '#6699ff';
		top.menu_frame.document.layers['home'].fontWeight = 'normal';
		top.menu_frame.document.layers['overview'].fontWeight = 'normal';
		top.menu_frame.document.layers['mission'].fontWeight = 'normal';
		top.menu_frame.document.layers['location'].fontWeight = 'normal';
		top.menu_frame.document.layers['press'].fontWeight = 'normal';
		top.menu_frame.document.layers['inc'].fontWeight = 'normal';
		top.menu_frame.document.layers['inc_art'].fontWeight = 'normal';
		top.menu_frame.document.layers['inc_by'].fontWeight = 'normal';
		top.menu_frame.document.layers['status'].fontWeight = 'normal';
		top.menu_frame.document.layers['status_200502'].fontWeight = 'normal';
		top.menu_frame.document.layers['status_200206'].fontWeight = 'normal';
		top.menu_frame.document.layers['status_199802'].fontWeight = 'normal';
		top.menu_frame.document.layers['status_opcer'].fontWeight = 'normal';
		top.menu_frame.document.layers['status_199704'].fontWeight = 'normal';
		top.menu_frame.document.layers['photos'].fontWeight = 'normal';
		top.menu_frame.document.layers['photos_200501'].fontWeight = 'normal';
		top.menu_frame.document.layers['photos_200205'].fontWeight = 'normal';
		top.menu_frame.document.layers['photos_199801'].fontWeight = 'normal';
		top.menu_frame.document.layers['help'].fontWeight = 'normal';		
		top.menu_frame.document.layers[object].color = '#B35A59';
		top.menu_frame.document.layers[object].fontWeight = 'bold';
  }

  else if (top.menu_frame.document.all) {
		top.menu_frame.document.all['home'].style.color = '#6699ff';
		top.menu_frame.document.all['overview'].style.color = '#6699ff';
		top.menu_frame.document.all['mission'].style.color = '#6699ff';
		top.menu_frame.document.all['location'].style.color = '#6699ff';
		top.menu_frame.document.all['press'].style.color = '#6699ff';
		top.menu_frame.document.all['inc'].style.color = '#6699ff';
		top.menu_frame.document.all['inc_art'].style.color = '#6699ff';
		top.menu_frame.document.all['inc_by'].style.color = '#6699ff';
		top.menu_frame.document.all['status'].style.color = '#6699ff';
		top.menu_frame.document.all['status_200502'].style.color = '#6699ff';
		top.menu_frame.document.all['status_200206'].style.color = '#6699ff';
		top.menu_frame.document.all['status_199802'].style.color = '#6699ff';
		top.menu_frame.document.all['status_opcer'].style.color = '#6699ff';
		top.menu_frame.document.all['status_199704'].style.color = '#6699ff';
		top.menu_frame.document.all['photos'].style.color = '#6699ff';
		top.menu_frame.document.all['photos_200501'].style.color = '#6699ff';
		top.menu_frame.document.all['photos_200205'].style.color = '#6699ff';
		top.menu_frame.document.all['photos_199801'].style.color = '#6699ff';
		top.menu_frame.document.all['help'].style.color = '#6699ff';
		top.menu_frame.document.all['home'].fontWeight = 'normal';
		top.menu_frame.document.all['overview'].fontWeight = 'normal';
		top.menu_frame.document.all['mission'].fontWeight = 'normal';
		top.menu_frame.document.all['location'].fontWeight = 'normal';
		top.menu_frame.document.all['press'].fontWeight = 'normal';
		top.menu_frame.document.all['inc'].fontWeight = 'normal';
		top.menu_frame.document.all['inc_art'].fontWeight = 'normal';
		top.menu_frame.document.all['inc_by'].fontWeight = 'normal';
		top.menu_frame.document.all['status'].fontWeight = 'normal';
		top.menu_frame.document.all['status_200502'].fontWeight = 'normal';
		top.menu_frame.document.all['status_200206'].fontWeight = 'normal';
		top.menu_frame.document.all['status_199802'].fontWeight = 'normal';
		top.menu_frame.document.all['status_opcer'].fontWeight = 'normal';
		top.menu_frame.document.all['status_199704'].fontWeight = 'normal';
		top.menu_frame.document.all['photos'].fontWeight = 'normal';
		top.menu_frame.document.all['photos_200501'].fontWeight = 'normal';
		top.menu_frame.document.all['photos_200205'].fontWeight = 'normal';
		top.menu_frame.document.all['photos_199801'].fontWeight = 'normal';
		top.menu_frame.document.all['help'].fontWeight = 'normal';
		top.menu_frame.document.all[object].style.color = '#B35A59';
		top.menu_frame.document.all[object].style.fontWeight = 'bold';
  }
	
//		photos_set = new Image();
//		photos_set.src = "img/dbdb70.gif";

//		imgSet = eval(object + "_set.src");		
//    top.menu_frame.document ['photos'].src = "img/spacer.gif";
//    top.menu_frame.document [object].src = imgSet; 

  return false;
}

// --> 

