var v_currentCategoryInfo = new CurrentCategoryInfo();

function CurrentCategoryInfo() 
{
	this.CategoryID = "";
	this.LayoutDisplayType = "";
}