<?php
if (!$os)
{
if (strstr($sysDescr, "Cisco Catalyst Operating System Software")) { $os = "catos"; }
}
?>