function getval($a, $z) { $getval=""; if (strstr($a, $z)!="") $getval="CHECKED"; return $getval; } ?>