function BodyOnLoad(){}
function SetMaxHeightAllChildren(){}
function toggleChild(){}
function RunToggleMenu(){}



if(typeof $D !='function')
$D = function(obj) {
	return (typeof obj == "string") ? document.getElementById(obj) : obj;
}

