// JavaScript Document
function FillDiv5(content) {
	document.getElementById('Layer5').innerHTML = '<p>' + content + '</p>';
}