var fullContent = new Array();
function expand(id)
{
	var item;
	item = document.getElementById(id);
	item.innerHTML = fullContent[id];
}
