// JavaScript Document
function initAll()
{
	activateMenu('yacbddm');
	if(document.getElementById('blockS') && document.getElementById('dynPage0')){
 		initPageSlideFade('blockS', 'dynPage0');
		hideDiv('blockS', 'dynPage0', 'arrows', 'arrows1');
	}
	if(document.getElementById('blockSF') && document.getElementById('dynPage0')){
 		initPageSlideFade('blockSF', 'dynPage0');
		hideDiv('blockSF', 'dynPage0', 'arrows', 'arrows1');
	}
	if(document.getElementById('theDiv1'))
	{
		pollHash();
	}
}
window.onload=initAll;