function open_photo(p) {
  window.location.href = '/photo.htm?pic=' + p.src + '&txt=' + p.alt;
}

function MenuOver(o) {
}

function M2Over(item) {
	self['l1_2_' + item].style.color = "#336699";
	self['l1_2_' + item].bgColor = "white";
	self['c2_2_' + item].bgColor = "white";		
	self['c3_2_' + item].bgColor = "white";		
}

function M2Out(item) {
	self['l1_2_' + item].style.color = "white";
	self['l1_2_' + item].bgColor = "#336699";
	self['c2_2_' + item].bgColor = "#336699";		
	self['c3_2_' + item].bgColor = "#336699";	
}

function M1Over(item) {
	self['l1_1_' + item].style.color = "navy";	
	self['c1_1_' + item].bgColor = "#ccd9e5";
	if(item == 4) {
		self['c2_1_' + item].bgColor = "#ccd9e5";
	}
}

function M1Out(item) {
	self['l1_1_' + item].style.color = "black";
	self['c1_1_' + item].bgColor = "#ff9900";	
	if(item == 4) {
		self['c2_1_' + item].bgColor = "#ff9900";
	}
}