 function shout(aco)
  {
   if (aco=='scene')
   {
    document.getElementById('shout').action="sseennddboard.php"; 
    document.getElementById('akce').value="extraadd"; document.shout.submit();
   }
  }
