
/////
////		page content scroll
///

/*var scrollObj
function showPageContentScroll()
{
	var iconTop, iconBottom
	if ((iconTop=findObj('pageContScrollTop')) && (iconBottom=findObj('pageContScrollBottom')))
	{
		if (findObj('scrollText').offsetHeight > 230)
		{
			scrollObj = new ScrollCont_class('scrollObj')
			scrollObj.init('scrollContainer','scrollText')
			iconTop.style.visibility = 'visible'
			iconBottom.style.visibility = 'visible'
		}
	}
}
bodyEvents.onloadAdd('showPageContentScroll()')*/



