function showCSC()
{
	document.getElementById('csc').style.display = 'block';
}

function hideCSC()
{
	document.getElementById('csc').style.display = 'none';
}
	
function getURL(pURL)
{
	window.open(pURL, '_self');
}

function initPage()
{
	startTime();
}
