          function AddCavka()
          {
             if (document.Serbian.in_word.value == 'severni')
	       {
                document.Serbian.in_word.value = '';
                document.Serbian.in_word.focus();
		 }

             document.Serbian.in_word.value = document.Serbian.in_word.value + 'è';
		 document.Serbian.in_word.focus();
             return false;

           }

	    function AddCuprija()
          {
             if (document.Serbian.in_word.value == 'severni')
			 {
             document.Serbian.in_word.value = '';
             document.Serbian.in_word.focus();
			 }
             document.Serbian.in_word.value = document.Serbian.in_word.value + 'æ';
			 document.Serbian.in_word.focus();
             return false;

          }

          function AddZena()
          {
             if (document.Serbian.in_word.value == 'severni')
			 {
             document.Serbian.in_word.value = '';
             document.Serbian.in_word.focus();
			 }
             document.Serbian.in_word.value = document.Serbian.in_word.value + 'ž';
			 document.Serbian.in_word.focus();
             return false;

          }


          function AddDjeram()
          {
             if (document.Serbian.in_word.value == 'severni')
			 {
             document.Serbian.in_word.value = '';
             document.Serbian.in_word.focus();
			 }
             document.Serbian.in_word.value = document.Serbian.in_word.value + 'ð';
			 document.Serbian.in_word.focus();
             return false;

          }

     	    function AddSta()
          {
             if (document.Serbian.in_word.value == 'severni')
			 {
             document.Serbian.in_word.value = '';
             document.Serbian.in_word.focus();
			 }
             document.Serbian.in_word.value = document.Serbian.in_word.value + 'š';
			 document.Serbian.in_word.focus();
             return false;

          }


 	    function AddCuprijav()
          {
             if (document.Serbian.in_word.value == 'severni')
			 {
             document.Serbian.in_word.value = '';
             document.Serbian.in_word.focus();
			 }
             document.Serbian.in_word.value = document.Serbian.in_word.value + 'Æ';
			 document.Serbian.in_word.focus();
             return false;

          }


 	    function AddCavkav()
          {
             if (document.Serbian.in_word.value == 'severni')
			 {
             document.Serbian.in_word.value = '';
             document.Serbian.in_word.focus();
			 }
             document.Serbian.in_word.value = document.Serbian.in_word.value + 'È';
			 document.Serbian.in_word.focus();
             return false;

          }

  	    function AddDjedovci()
          {
             if (document.Serbian.in_word.value == 'severni')
			 {
             document.Serbian.in_word.value = '';
             document.Serbian.in_word.focus();
			 }
             document.Serbian.in_word.value = document.Serbian.in_word.value + 'Ð';
			 document.Serbian.in_word.focus();
             return false;

          }

 	    function AddZenav()
          {
             if (document.Serbian.in_word.value == 'severni')
			 {
             document.Serbian.in_word.value = '';
             document.Serbian.in_word.focus();
			 }
             document.Serbian.in_word.value = document.Serbian.in_word.value + 'Ž';
			 document.Serbian.in_word.focus();
             return false;

          }

 	    function AddStav()
          {
             if (document.Serbian.in_word.value == 'severni')
			 {
             document.Serbian.in_word.value = '';
             document.Serbian.in_word.focus();
			 }
             document.Serbian.in_word.value = document.Serbian.in_word.value + 'Š';
			 document.Serbian.in_word.focus();
             return false;

          }

          function CleanField()
          {
             if (document.Serbian.in_word.value == 'severni')
	     {
                document.Serbian.in_word.value = '';
             }
             return true;

          }
          
          
          function CleanWord()
	  {
               document.Serbian.in_word.value = '';
               document.Serbian.in_word.focus();
	       return true;
	  }
	  
	  function DuplaRec()
          {
              var str = document.Serbian.in_word.value;
              for (var i = 0; i < str.length; i++)
              {
                 var ch = str.substring(i, i + 1);
	             if (ch == " ")
	             {
                     alert("\n One word search, please.\n Delete the rest!\n\n Jedna rec je dovoljna za pretrazivanje!\n Izbrisite ostatak!");
                     document.Serbian.in_word.focus();
                     return false;
                  }
              }
              return true;
           }

	  function CleanSerbian()
          {
             if (document.Serbian.in_word.value == 'severni')
		 {
                 document.Serbian.in_word.value = '';
		 document.Serbian.in_word.focus();
		  }
             return true;

          }

         function setfocus()
          {
             document.Serbian.in_word.focus();
          }



          var message="";

          function clickIE() {if (document.all) {(message);return false;}}



         function clickNS(e) {if

         (document.layers||(document.getElementById&&!document.all)) {

         if (e.which==2||e.which==3) {(message);return false;}}}

            if (document.layers)

                {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}

            else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

                 document.oncontextmenu=new Function("return false")

