        var substay=false;
        var openmenu = false;

        var whowearestr='<img src=\"images/0.gif\" width=\"25\" height=\"1\">'+
                '<a href=\"'+httpurl+'ourcompany.php\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/ourcompany.jpg\" width=\"80\" height=\"28\" border=\"0\"></a>'+
                '<img src=\"images/0.gif\" width=\"25\" height=\"1\">'+
                '<a href=\"'+httpurl+'mission.php\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/missionstatement.jpg\" width=\"112\" height=\"28\" border=\"0\"></a>'+
                '<img src=\"images/0.gif\" width=\"25\" height=\"1\">'+
                '<a href=\"'+httpurl+'sonjabrooke.php\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/sonjabrooke.jpg\" width=\"79\" height=\"28\" border=\"0\"></a>';

        var diamondsstr='<img src=\"images/0.gif\" width=\"127\" height=\"1\">'+
                '<a href=\"'+httpurl+'showprod.php?cat=1\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/earrings.jpg\" width=\"50\" height=\"28\" border=\"0\"></a>'+
                '<img src=\"images/0.gif\" width=\"24\" height=\"1\">'+
                '<a href=\"'+httpurl+'showprod.php?cat=2\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/necklaces.jpg\" width=\"58\" height=\"28\" border=\"0\"></a>'+
                '<img src=\"images/0.gif\" width=\"24\" height=\"1\">'+
                '<a href=\"'+httpurl+'showprod.php?cat=3\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/bracelets.jpg\" width=\"55\" height=\"28\" border=\"0\"></a>'+
                '<img src=\"images/0.gif\" width=\"24\" height=\"1\">'+
                '<a href=\"'+httpurl+'showprod.php?cat=4\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/rings.jpg\" width=\"29\" height=\"28\" border=\"0\"></a>'+
                '<img src=\"images/0.gif\" width=\"24\" height=\"1\">'+
                '<a href=\"'+httpurl+'showprod.php?cat=5\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/vintageestate.jpg\" width=\"88\" height=\"28\" border=\"0\"></a>';
                
        var othergemsstr='<img src=\"images/0.gif\" width=\"215\" height=\"1\">'+
                '<a href=\"'+httpurl+'showprod.php?cat=6a\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/emerald.jpg\" width=\"49\" height=\"28\" border=\"0\"></a>'+
                '<img src=\"images/0.gif\" width=\"24\" height=\"1\">'+
                '<a href=\"'+httpurl+'showprod.php?cat=7a\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/sapphire.jpg\" width=\"52\" height=\"28\" border=\"0\"></a>'+
                '<img src=\"images/0.gif\" width=\"24\" height=\"1\">'+
                '<a href=\"'+httpurl+'showprod.php?cat=8a\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/ruby.jpg\" width=\"26\" height=\"28\" border=\"0\"></a>';
                
        var collectionsstr='<img src=\"images/0.gif\" width=\"375\" height=\"1\">'+
                '<a href=\"'+httpurl+'femme.php\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/femmefatale.jpg\" width=\"92\" height=\"28\" border=\"0\"></a>'+
                '<img src=\"images/0.gif\" width=\"15\" height=\"1\">'+
                '<a href=\"'+httpurl+'icedout.php\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/icedout.jpg\" width=\"60\" height=\"28\" border=\"0\"></a>'+
                '<img src=\"images/0.gif\" width=\"15\" height=\"1\">'+
                '<a href=\"'+httpurl+'essence.php\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/essenceoflove.jpg\" width=\"104\" height=\"28\" border=\"0\"></a>'+
                '<img src=\"images/0.gif\" width=\"15\" height=\"1\">'+
                '<a href=\"'+httpurl+'love.php\" onMouseOver=\"substay=true\" onMouseOut=\"setout();\"><img src=\"images/lovepotion.jpg\" width=\"78\" height=\"28\" border=\"0\"></a>';

        var subbkstr='<img src=\"images/'+subbk+'\" width=\"760\" height=\"28\">';
        //var subbkstr=subbk;

        function showsub(what)
        {        substay=true;
                 openmenu=true;
                 document.getElementById("sub").innerHTML=(what);
        }
        function clearsub(subbk)
        {  if(!substay && openmenu)
           {
                if(subbk!="")
                {       openmenu=false;
                        document.getElementById("sub").innerHTML=(subbkstr);
                }
           }
           
        }

        function setout()
        {        substay=false;
                setTimeout("clearsub(subbk);",15000);
        }

