      <!--//

      /*
        This Script allows people to enter by using a form that asks for a
        UserID and Password
      */

      function pasuser(form)
      {
       if (form.id.value=="skinni")
       {
        location="OurCatalogW.htm"
       }
       else
       {
        alert("Invalid Login")
       }
      }

      //-->
