<!--
function nph_open_window(url, name, feature)
{
    var new_window = window.open(url, name, feature);
    new_window.focus();
}
// -->
</script>
<script language="JavaScript">
<!--
function nph_open_window(url, name, feature)
{
    var new_window = window.open(url, name, feature);
    new_window.focus();
}
// -->
</script>
    <SCRIPT Language="JavaScript" type="text/javascript">
      <!--
        function ShowDescr (Desc){
          if (Desc.className == "Desc_off")
            Desc.className = "Desc_on";
          else Desc.className = "Desc_off"
        }
      // -->
