            
                function change_div_text(id,text)
                {
                    var textContent;
                    document.getElementById(id).style.background = color;
                    textContent.innerHTML='text';
                }
                function change_backg(id, color)
                {
                    document.getElementById(id).style.background = color;
                }
                
                function change_text_COLOR(id, colorr)
                {
                    document.getElementById(id).style.color=colorr;
                }
                    
                function changeTextColor(idd)
                {
                    document.getElementById(idd).style.color = '#2790B0';
                }

                function changeTextColor_b(idd_b)
                {
                    document.getElementById(idd_b).style.color='#93BB63';
                }


                function changeTextColor_m(idd)
                {
                    document.getElementById(idd).style.color = '#DE564B';
                }
                

                function changeTextColor_mb(idd_b)
                {
                    document.getElementById(idd_b).style.color='#483A3A';
                }
                function changeTextColor_mb_armonic(idd_b)
                {
                    document.getElementById(idd_b).style.color='#7A7A7A';
                }
                
                function changeBorderImage(idd_b)
                {
                    document.getElementById(idd_b).style.border ='none';
                }
                
                function changeBorderImage_b(idd_b)
                {
                    document.getElementById(idd_b).style.border ='2px solid #8FB98B';
                }
                
                function changeTextColor_mb_roces_t(idd_b)
                {
                    document.getElementById(idd_b).style.color='#DA251D';
                }
                function changeTextColor_mb_roces_back_t(idd_b)
                {
                    document.getElementById(idd_b).style.color='#FFFFFF';
                }
                
                
                
                function changeTextColor_mb_roces(idd_b)
                {
                    document.getElementById(idd_b).style.color='#DA251D';
                }
                function changeTextColor_mb_roces_back(idd_b)
                {
                    document.getElementById(idd_b).style.color='#D4D4D4';
                }

                function changeTextColor_din(dinid)
                {
                    document.getElementById(dinid).style.color='#DE554B';
                }

                function changeTextColor_din_b(dinidb)
                {
                    document.getElementById(dinidb).style.color='#8FB98B';
                }

                function changeBgImage(image , idk)
                {
                       document.getElementById(idk).style.backgroundImage = "url("+image+")";
                }
                
                function changeBgImage2(idk,image)
                {
                       document.getElementById(idk).src = image;
                }
                function showSubmenu(id_sub)
                {                    
                       document.getElementById(id_sub).style.visibility='visible';
                }
                function hideSubmenu(id_subh)
                {
                       document.getElementById(id_subh).style.visibility='hidden';
                }
                function movepic(img_name,img_src) {
                    
                    document[img_name].src=img_src;
                    }

            function DHTMLSound(surl) {
              document.all.dummyspan.innerHTML=
                "<embed src='"+surl+"' hidden=true autostart=true loop=false>";
            }

               function showLarge(srcLarge)
                    {
                    document.getElementById("large").src = srcLarge;
                       }


                function GchangeTextColor_din(dinid,gcolor)
                {
                    document.getElementById(dinid).style.color=gcolor;
                }

                function GchangeTextColor_din_b(dinidb,gcolor)
                {
                    document.getElementById(dinidb).style.color=gcolor;
                }

                function fel(n)
                {
                    switch(n)
                   {                      
                       case 0:n=4;setTimeout('takenextimg()',2000);break;
                           case 1:n=0;setTimeout('takenextimg()',2000);break;
                               case 2:n=1;setTimeout('takenextimg()',2000);break;
                                   case 3:n=2;setTimeout('takenextimg()',2000);break;
                                       case 4:n=3;setTimeout('takenextimg()',2000);break;
                   }
                }

                function le(n)
                {
                   switch(n)
                   {
                       case 0:n=1;setTimeout('takenextimg()',2000);break;
                           case 1:n=2;setTimeout('takenextimg()',2000);break;
                               case 2:n=3;setTimeout('takenextimg()',2000);break;
                                   case 3:n=4;setTimeout('takenextimg()',2000);break;
                                       case 4:n=0;setTimeout('takenextimg()',2000);break;
                   }
                }


function cauta()
    {
        document.searchbar1.submit();

    }

 function pageScroll(start,meddig,speed,px) {

                window.scrollBy(0,start);
                //alert(start);
                if (start<meddig)
                    scrolldelay = setTimeout("pageScroll("+(start+px)+","+meddig+","+speed+","+px+")",speed);


            }






   
                                
                  

