function handleMacAddress() {
	if(document.phone_form.PhoneModelId == "generic")  {
		document.phone_form.PhoneMacAddress.disabled=true; 

	}
}
