function imageon(img)
{
  if(img=='imgsynt')
	{
	 	window.document.images[1].src='/images/home/synthex-on.gif';
	}else if(img=='imgcom')
	{
	 	window.document.images[0].src='/images/home/comcom-on.gif';
	}else if(img=='imgsal')
	{
	 	window.document.images[2].src='/images/home/salarium-on.gif';
	}
}

function imageoff(img)
{
  if(img=='imgsynt')
	{
	 	window.document.images[1].src='/images/home/synthex.gif';
	}else if(img=='imgcom')
	{
		window.document.images[0].src='/images/home/comcom.gif';
	}else if(img=='imgsal')
	{
	 	window.document.images[2].src='/images/home/salarium.gif';
	}
}
