function valid_pdm(id_pdm, msg)
{
	ret = false;
	if($F(id_pdm) == 0 || $F(id_pdm) == "") alert(msg);
	else									ret = true;	
	return ret;
}