﻿//===============================================================================
//								Create HomePage Left
//===============================================================================
function createHomePageLeft()
{
	//  =========================Categories=====================================
	if (typeof(nameCat) != "undefined" && nameCat != "")
	{
		tblCat = new TreeView$BTD(utilObj, BKC.pathImgSpacer, nameCat, 'Máy tính xách tay', listItemsCat[0].listChild, nameCat_style, "category");
		tblCat.disableCaptureKeyPress = true;
		tblCat.isMapLink = false;
		document.getElementById(BKC.idContainerLeft).appendChild(tblCat.createMain());
	}
	
};
