function defineOtherLayers() {
	// dObj = new LayerObj('id');
	//dMenuL = Array(4); for(i=0;i<4;i++) dMenuL[i] = new LayerObj('divMenuL_'+i);
	//featuredPropertiesLeft = new LayerObj('featuredPropertiesLeft');
	dFeaturedBottom = new LayerObj('featuredPropertyBottom');
//	dFeaturedAuctionLabel = new LayerObj('featuredAuctionLabel');
	dAuctionList = new LayerObj('auctionList');
	//dBulletText.initResizeContainer(250,55);

	//dContent.initResizeContainer(OrigWidth, OrigHeight);
	// dObj.initResize(OrigLeft, OrigTop, OrigWidth, OrigHeight, constrain true/false);
}

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

function otherMainContent() {
	// Main layout code sequence
	
	//dFeaturedAuctionLabel.setTop(0);
	dFeaturedBottom.setTop(0);
	dFeaturedBottom.setWidth(dMain.width);
	dFeaturedBottom.setHeight(200);
	dAuctionList.setTop(dFeaturedBottom.height + 20 );
	dAuctionList.setWidth(dMain.width);
	dAuctionList.setHeight(dMain.height - dFeaturedBottom.height - 20);
	
	//if (dMain.height > 680){
	//		featuredPropertiesLeft.setHeight(450);	
	//	} else {
	//		featuredPropertiesLeft.setHeight(240);	
	//	}
	
	dContent.setVisible(true);
	// dObj.resize(center true/false);
	// dObj.textResize(OrigFontSize, OrigLineHeight);
}
