function enableEntry( ) {
	document.getElementById( 'loading_status' ).innerHTML = 'Statecraft has loaded. Click the arrow to proceed.<img style="position: absolute; bottom: 4; right: 4; height: 26; width: 26; z-index: 10000;" src=images/buttons/go.png onClick="enterStatecraft( );">';
}

function enterStatecraft( ) {
	document.getElementById( 'placeholder_container' ).style.display = 'none';
	document.getElementById( 'master_layout' ).style.display = 'block';
}