function model_name(custom)
{
		ProFlag = 0;
		
		if (custom == "WL-5460CAM") //cas-670w
		{
			ProFlag = 0;
		}
		if (custom == "WL-5420CAM")//cas-630w
		{
			ProFlag = 2;
		}
		
		return ProFlag;
}
