 var a;
 function over1(sender)
   {
    document.getElementById(sender).style.backgroundColor="palegoldenrod";
	return true;
   }
 function out1(sender)
   {
    document.getElementById(sender).style.backgroundColor="wheat";
     document.getElementById(sender).style.filter="progid:DxImageTransform.Microsoft.DropShadow(offx=1,offy=3)";
	return true;
   }
 function click1(sender)
   {
    a=sender;
    document.getElementById(sender).style.filter="Chroma()";
    setTimeout(back1,250);
    return true;
   }
 function back1()
   {
     document.getElementById(a).style.filter="progid:DxImageTransform.Microsoft.DropShadow(offx=1,offy=3)";
     return true;
   }
 function over2(sender)
   {
     document.getElementById(sender).style.backgroundColor="khaki";
     return true;
   }
 function out2(sender)
   {
     document.getElementById(sender).style.backgroundColor="wheat";
     return true;
   }
 function click2(sender)
   {
     document.getElementById(sender).style.backgroundColor="beige";
     return true;  
   }
 function anchor1(sender)
   {
     document.getElementById(sender).style.color="purple";
     return true;
   }
 function display(sender)
      {
         if(screen.availWidth>900)
             {
                document.getElementById(sender).style.width=1000;
             } 
      }
  function start()
      {
      
        if(screen.availWidth>900)
          {
            tables.className="insidetable2";
            tables1.className="insidetable2"
            td1.className="secondrow1";
            td2.className="secondrow1";
            td3.className="secondrow1";
            td4.className="secondrow1";
            td5.className="secondrow1";
            td6.className="right11";
            td7.className="right11";
            td8.className="right11";
            td9.className="right11";
            td10.className="right11";
            td11.className="right11";
            td12.className="right11";
            td13.className="right11";
            td14.className="right11";
            td15.className="right11";
            td16.className="right11";
            td17.className="right11";
            poisk.className="poisk";
            td101.className="tdsloi2";
          }else
               {
                 tables.className="insidetable1";
               }
          
      }
