﻿  <!--
    window.onload=montre;
    function montre(id)
    {
      var d = document.getElementById(id);
       for (var i = 1; i<=10; i++)
      {
        if (document.getElementById('smenu'+i))
        {
          document.getElementById('smenu'+i).style.display='none';
        }
      }
      if (d)
      {
        d.style.display='block';
      }
    }

    function b1Action()
    {
       alert(blah);
      document.blah.src = picture;
    }

    function b2Action()
    {
        document.getElementById("right_menu").innerHTML ="<object width=800 height=500 scrolling=no data=equip.html></object>";
        document.b1.src = "images/home1.gif";
        document.b2.src = "images/equip3.gif";
        document.b3.src = "images/cap1.gif";
        document.b4.src = "images/about1.gif";
                  document.b5.src = "images/contact1.gif";
    }

    function b3Action()
    {
        document.getElementById("right_menu").innerHTML ="<object width=800 height=800 data=cap.html></object>";
        document.b1.src = "images/home1.gif";
        document.b2.src = "images/equip1.gif";
        document.b3.src = "images/cap3.gif";
        document.b4.src = "images/about1.gif";
                  document.b5.src = "images/contact1.gif";
    }

    function b4Action()
    {
        document.getElementById("right_menu").innerHTML ="<object width=800 height=500 data=about.html></object>";
        document.b1.src = "images/home1.gif";
        document.b2.src = "images/equip1.gif";
        document.b3.src = "images/cap1.gif";
        document.b4.src = "images/about3.gif";
                  document.b5.src = "images/contact1.gif";
    }


    function b5Action()
    {
        document.getElementById("right_menu").innerHTML ="<object width=800 height=300 data=contact.html></object>";
        document.b1.src = "images/home1.gif";
        document.b2.src = "images/equip1.gif";
        document.b3.src = "images/cap1.gif";
        document.b4.src = "images/about1.gif";
                  document.b5.src = "images/contact3.gif";
    }

    function home()
    {
        document.getElementById("right_menu").innerHTML ="<object width=800 height=600 scrolling=no data=home.html></object>";
        document.b1.src = "images/home3.gif";
        document.b2.src = "images/equip1.gif";
        document.b3.src = "images/cap1.gif";
        document.b4.src = "images/about1.gif";
                  document.b5.src = "images/contact1.gif";
    }
    function pipe_thrust_device()
    {
      document.getElementById("right_menu").innerHTML ="<object width=700 height=1024 data=ptd.html></object>";
    }

    function pipe_handling_system()
    {
      document.getElementById("right_menu").innerHTML ="<object width=700 height=1024 data=phs.html></object>";
    }

    function heavy_duty_pipe_rollers()
    {
      document.getElementById("right_menu").innerHTML ="<object width=700 height=1024 data=roller.html></object>";
    }

  //-->