/*  Lizard Films web site v1.0     Copyright (c), Kirill Klimov, 2003  */
function navbar (varshow)
{
  with (document.page)
  {
    show.value = varshow;
    submit();
  }
}
function showactor (idval)
{
  with (document.page)
  {
    action = 'actorshow.php?id=' + idval;
    submit();
  }
}
function shlist ()
{
  with (document.page)
  {
    alllist.value = 1;
    submit();
  }
}
