function defineOtherLayers() {
//	dObj = new LayerObj('objID');
	dBlock1 = new LayerObj('block1');
	dMain.initResizeContainer(586,357);
	dBlock1.initResize(40,26,300,200, false);
//	dContent.initResizeContainer(OrigWidth, OrigHeight);
//	dObj.initResize(OrigLeft, OrigTop, OrigWidth, OrigHeight, constrain true/false);
}

function registerOtherEvents() {
//	dObj.obj.onclick = clickfunction;

}

function otherMainContent() {
	dBlock1.resize(false);
	dBlock1.textResize(16,19);
//	dObj.resize(center true/false);
//	dObj.textResize(OrigFontSize, OrigLineHeight);
}
