function showMe(idx)	{
	var theSub = document.getElementById(idx);
	theSub.style.display = 'block';
}

function showMe2(idx)	{
	var theSub = document.getElementById(idx);
	theSub.style.display = 'block';
}
