function defineOtherLayers() {
//	dObj = new LayerObj('objID');
	dRc2 = new LayerObj('divRc2');
//	dContent.initResizeContainer(OrigWidth, OrigHeight);
//	dObj.initResize(OrigLeft, OrigTop, OrigWidth, OrigHeight, constrain true/false);
}

function registerOtherEvents() {
//	dObj.obj.onclick = clickfunction;
//	dPicLc3.obj.onclick = promolink;
//	dPicLc3.obj.onmouseover = promostatusover;
//	dPicLc3.obj.onmouseout = promostatusout;

}

function otherMainContent() {
	dRc2.setWidth(dRc.width - dRc2.left);
	dRc2.setHeight(dRc.height - dRc2.top - 10);
//	dObj.resize(center true/false);
//	dObj.textResize(OrigFontSize, OrigLineHeight);
}

