mson = new Image(); mson.src = 'images/mselect.gif';
msoff = new Image(); msoff.src = 'images/void.gif';

function actRemark(id, show)
{
	if(document.images)
		if(show)
			document.images['ms' + id].src = mson.src;
		else
			document.images['ms' + id].src = msoff.src;
}

function goTo(where)
{
	document.location.replace(where);
	return false;
}

function insertml(adrs)
{
	switch(adrs)
	{
		case 'partners':
			part1 = 'partners';
			part2 = 'noventra';
			part3 = 'com';
			break;
		case 'innovation':
			part1 = 'innovation';
			part2 = 'noventra';
			part3 = 'com';
			break;
		case 'ventures':
			part1 = 'ventures';
			part2 = 'noventra';
			part3 = 'com';
			break;
		default:
			part1 = 'info';
			part2 = 'noventra';
			part3 = 'com';
			break;
	}
	mla = part1 + '@' + part2 + '.' +part3;
	mlt1 = 'ma';
	mlt2 = 'ilto';
	document.write('<a href="' + mlt1 + mlt2 + ':' + mla + '">' + mla + '</a>');
}

