function ShowContent(obj) {
	obj = "content_" + obj;
	document.getElementsByClassName('content_page').invoke("hide");
	new Effect.Appear(obj);
}