        function menu(name_id)
        {
        n=window.event.srcElement.id
        i=n.charAt(1)
        document.all["i"+i].style.background="#E1E0E2"
        document.all["j"+i].style.background="#D2A680"
    document.all["a"+i].style.color="#8E5230"
        }
        function menu_off(name_id)
        {
        n=window.event.srcElement.id
        i=n.charAt(1)
        document.all["i"+i].style.background="#D2A680"
        document.all["j"+i].style.background="#E1E0E2"
    document.all["a"+i].style.color="white"
        }
   function showImage(w,h,url1,tit)
     {
        nw=window.open("",'image','toolbar=no menu=no width=' + w + ' height=' + h + ' top=100')
        nw.document.write("<HTML><head><title>"+tit+"</title><style> body {margin:5; background-color:#F3E6C0}</style></head><BODY style='color:#F3E6C0'><IMG SRC='"+url1+"' alt='' ><br></body></html>");

        nw.document.close();
        nw.focus();
     }
         function showImage1(w,h,url1,tit)
     {
        nw=window.open("",'image','toolbar=no menu=no width=' + w + ' height=' + h + ' top=100')
        nw.document.write("<HTML><head><title>"+tit+"</title><style> body {margin:0; background-color:#F3E6C0}</style></head><BODY style='color:#F3E6C0'><IMG SRC='"+url1+"' alt='' ><br></body></html>");

        nw.document.close();
        nw.focus();
     }
        function window_open_un(file_name,w,h)
        { myfeatures= " width="+w+", height="+h+", scrollbars=yes, status=0, toolbar=0"
        window.open(file_name,"opisanie" ,myfeatures).focus()
        }

