function checkHeight() {
/*
	var iNewHeightServiceFrame = top.head.headright.document.body.offsetHeight - 22;
	var iNewHeightMainFrame = top.content.document.body.offsetHeight - 24;

	if(iNewHeightServiceFrame <= 0) iNewHeightServiceFrame = 0;
	if(iNewHeightMainFrame <= 0) iNewHeightMainFrame = 0;
	
	top.head.headright.serviceDiv.style.height = iNewHeightServiceFrame;
//	top.content.mainDiv.style.height = iNewHeightMainFrame;
*/
}

