function bolr()
	{
	oPanelHigh = document.getElementById('panelHigh');
	phCoord = getPageCoords(oPanelHigh);
	
	oPanelButtons = document.getElementById('panelButtons');
	oPanelButtons.style.left = (phCoord.x+6)+'px';
	oPanelButtons.style.top = (phCoord.y+4)+'px';
	}
