function menu_in(thisobj) 
{
	thisobj.style.backgroundColor = '#62783F';
	document.all.dep_link.style.backgroundColor = '#256985';
	document.all.dep_menu.style.visibility = 'hidden';
}

function menu_out(thisobj)
{
	thisobj.style.backgroundColor = '#256985';
} 

function dep_in()
{
	document.all.dep_link.style.backgroundColor = '#62783F';
	document.all.dep_menu.style.visibility = 'visible';
}

function dep_out()
{
	document.all.dep_link.style.backgroundColor = '#256985';
	document.all.dep_menu.style.visibility = 'hidden';
}





function menu_in1(thisobj) 
{
	thisobj.style.backgroundColor = '#62783F';
	document.all.dep_link1.style.backgroundColor = '#256985';
	document.all.dep_menu1.style.visibility = 'hidden';
}

function menu_out1(thisobj)
{
	thisobj.style.backgroundColor = '#256985';
} 

function dep_in1()
{
	document.all.dep_link1.style.backgroundColor = '#62783F';
	document.all.dep_menu1.style.visibility = 'visible';
}

function dep_out1()
{
	document.all.dep_link1.style.backgroundColor = '#256985';
	document.all.dep_menu1.style.visibility = 'hidden';
}
