// JavaScript Document
/*molecula_menu*/
//alert('connect');
function thirst(index)
{

		if(index == 0)
	{
		document.getElementById('molecula').src = '../images/molecula_5.jpg';
		document.getElementById('molecula_link_5').style.color = '#530900';
	}
		if(index == 1)
	{
		
		document.getElementById('molecula_link_5').style.color = '#7a7c7f';
	}
}
