function showContent() {
	document.getElementById("content-parsed").style.opacity="1";
	document.getElementById("content-parsed").style.filter="Alpha(opacity='100')";
}
