function swapContent(sShell, sStore, sId)
{
	var oShell = $(sShell);
	oShell.innerHTML = $(sStore + sId).innerHTML;
}
