              if (screen.width == 800) { document.write('<img src="graf/b800.png" height="120" alt="" title="">'); }
              else if (screen.width == 1024) { document.write('<img src="graf/b1024.png"  height="120" alt="" title="">'); }
              else if (screen.width == 1280) { document.write('<img src="graf/b1280.png"  height="120"alt="" title="">'); }
              else if (screen.width == 1600) { document.write('<img src="graf/b1600.png" height="120" alt="" title="">'); }
              else { document.write('<img src="graf/b1024.png" height="120" alt="" title="">'); }


          /*
          if (screen.width == 800) { document.write('<img src="graf/b800.png" width="650" height="120" alt="" title="">'); }
          else if (screen.width == 1024) { document.write('<img src="graf/b1024.png" width="930" height="120" alt="" title="">'); }
          else if (screen.width == 1280) { document.write('<img src="graf/b1280.png" width="1180" height="120" alt="" title="">'); }
          else if (screen.width == 1600) { document.write('<img src="graf/b1600.png" width="1430" height="120" alt="" title="">'); }
          else { document.write('<img src="graf/b800.png" width="650" height="120" alt="" title="">'); }
          */
