// JavaScript Document
function initAll()
{
	activateMenu('yacbddm');	
	if(document.getElementById("theDiv"))
	{
		if(typeof(pollHash)=="function") pollHash();
	}
}
window.onload=initAll;
