arkadaşlar Dropdown menü hizalaması için aşşağıdaki kodları vermişler

getdimensions:function(menu){
	this.dimensions={anchorw:menu.anchorobj.offsetWidth, anchorh:menu.anchorobj.offsetHeight,
		docwidth:(window.innerWidth ||this.standardbody.clientWidth)-20,
		docheight:(window.innerHeight ||this.standardbody.clientHeight)-15,
		docscrollx:window.pageXOffset || this.standardbody.scrollLeft,
		docscrolly:window.pageYOffset || this.standardbody.scrollTop

Yükseliği nasıl ayarlayabiliriz. -15 olan kısım yükseklik ama bir değiliklik olmuyor nedense.