// document.getElementById('spacer').style.top= blah[1] + calledBy.parentNode.clientHeight + 1 + 'px';

var ClearTimeout = null;

function show ( menu )
{
}

function startTimer()
{
}

function stopTimer()
{
}

function hideMenu()
{
}

function prepare()
{
	document.getElementById('siteMap').style.display='none';
}

function findPos(obj) {
	var curleft = curtop = 0;
   if (obj.offsetParent) {
      do {
    			curleft += obj.offsetLeft;
    			curtop += obj.offsetTop;
      } while (obj = obj.offsetParent);
    return [curleft,curtop];
   }
}