Event.observe(window,'load', initProject, false);

function initProject() {
	$$('div.details').each(function(obj) {
		Element.hide(obj);
	});
}


