function ExpandProductTypeList()
{
	ProductTypeList.style.display=ProductTypeList.style.display?"":"block";
}