var W3CDOM = (document.getElementsByTagName && document.createElement);

if (W3CDOM)
	document.write('<link rel="stylesheet" href="css/advanced.css" />');

window.onload = function () {
	if (!W3CDOM) return;
	// start up W3C DOM scripts
}


function RevealFormSection(id) {
document.getElementById(id).style.display = "block";
}
