
function SubmitNomeSEARCH(noun)
       {
                CommArea.action          ="index.php";
                CommArea.target          ="_self";
                CommArea.userID.value    ="<?php echo $userID;?>";
                CommArea.fromPage.value  ="<?php echo $serverPage;?>";
                CommArea.nextPage.value  ="QUERY";
                CommArea.index.value     ="<?php echo $typeINDEX;?>";
                CommArea.query.value     =noun;
                CommArea.submit();
       }



function OverRec(row,idx)
       {
          ElmID="artDayR"+row; document.getElementById(ElmID).style.backgroundColor="#0040b0";
          ElmID="artTitR"+row; document.getElementById(ElmID).style.backgroundColor="#004080";

          ElmID="artDayR"+row; document.getElementById(ElmID).style.color="#ffffff";
          ElmID="artTitR"+row; document.getElementById(ElmID).style.color="#ffffff";
       }

function OutRec(row,idx)
       {
          ElmID="artDayR"+row; document.getElementById(ElmID).style.backgroundColor="#ffffff";
          ElmID="artTitR"+row; document.getElementById(ElmID).style.backgroundColor="#ffffff";

          ElmID="artDayR"+row; document.getElementById(ElmID).style.color="#0040b0";
          ElmID="artTitR"+row; document.getElementById(ElmID).style.color="#004080";
       }


function OverLight(row,idx)
       {
          ElmID="artDay"+row; document.getElementById(ElmID).style.backgroundColor="#b04000";
          ElmID="artTit"+row; document.getElementById(ElmID).style.backgroundColor="#804000";
        if(idx=="data")
          ElmID="artOcc"+row; document.getElementById(ElmID).style.backgroundColor="#804000";

          ElmID="artDay"+row; document.getElementById(ElmID).style.color="#ffffff";
          ElmID="artTit"+row; document.getElementById(ElmID).style.color="#ffffff";
        if(idx=="data")
          ElmID="artOcc"+row; document.getElementById(ElmID).style.color="#ffffff";
       }

function OutLight(row,idx)
       {
          ElmID="artDay"+row; document.getElementById(ElmID).style.backgroundColor="#ffffff";
          ElmID="artTit"+row; document.getElementById(ElmID).style.backgroundColor="#ffffff";
        if(idx=="data")
          ElmID="artOcc"+row; document.getElementById(ElmID).style.backgroundColor="#ffffff";

          ElmID="artDay"+row; document.getElementById(ElmID).style.color="#b04000";
          ElmID="artTit"+row; document.getElementById(ElmID).style.color="#804000";
        if(idx=="data")
          ElmID="artOcc"+row; document.getElementById(ElmID).style.color="#804000";
       }


function OverNome(row)
       {
          ElmID="nom"+row; document.getElementById(ElmID).style.backgroundColor="#b04000";
          ElmID="cit"+row; document.getElementById(ElmID).style.backgroundColor="#2040b0";

          ElmID="nom"+row; document.getElementById(ElmID).style.color="#ffffff";
          ElmID="cit"+row; document.getElementById(ElmID).style.color="#ffffff";
       }

function OutNome(row)
       {
          ElmID="nom"+row; document.getElementById(ElmID).style.backgroundColor="#ffffff";
          ElmID="cit"+row; document.getElementById(ElmID).style.backgroundColor="#ffffff";

          ElmID="nom"+row; document.getElementById(ElmID).style.color="#904000";
          ElmID="cit"+row; document.getElementById(ElmID).style.color="#0020a0";
       }


