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');
//	dAuctionText = new LayerObj('auctionText');
//	dBulletText = new LayerObj('bulletText');
//	dFeaturedBottom = new LayerObj('featuredPropertyBottom');
//	dLinkAuctions = new LayerObj('linkAllAuctions');
//	dFeaturedAuctionLabel = new LayerObj('featuredAuctionLabel');
	//dBulletText.initResizeContainer(250,55);

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

function registerOtherEvents() {
	// dObj.obj.onclick = clickfunction;
//	for(i=0;i<4;i++) {
//		var obj = getObj('menuL_'+i+'_plate');
//		obj.onmouseover = menuOverL;
//		obj = getObj('menuL_'+i+'_plate');
//		obj.onmouseout = menuOutL;
//	}
}

function otherMainContent() {
	// Main layout code sequence
	//dMain.height = dContent.height;

//	dAuctionText.setWidth(dMain.width - 480);
//	dAuctionText.initResize(0,0,480,300,true);
//	dAuctionText.setSize(dMain.width -380,dMain.height * .6);
//	dAuctionText.textResize(14,18);
//	
//	dBulletText.setLeft(dAuctionText.width + 100);
//	dBulletText.setTop(dMain.height * .1);
//	
//	dFeaturedBottom.setTop(dMain.height - 105);
//	
//	dLinkAuctions.setTop(dMain.height - 28);
//	
//	dFeaturedAuctionLabel.setTop(dMain.height - 125);
	
	
	
	
	
	
	//if (dMain.height > 680){
//		featuredPropertiesLeft.setHeight(450);	
//	} else {
//		featuredPropertiesLeft.setHeight(240);	
//	}
	dContent.setVisible(true);
	// dObj.resize(center true/false);
	// dObj.textResize(OrigFontSize, OrigLineHeight);
}
