<!--

    IE4 = (document.all) ? 1 : 0;
    NS4 = (document.layers) ? 1 : 0;
    ver4 = (IE4 || NS4) ? 1 : 0;

    if (ver4) {
        secondIm = "<img src = 'http://www.safe-t-pet.com/img/tool1.gif' usemap = '#toolmap' width = 571 height = 99 border = 0>";
        arPopups = new Array()
    }
    else { secondIm = "" }

    function setBeginEnd(which,from,to) {
        arPopups[which] = new Array();
        arPopups[which][0] = from;
        arPopups[which][1] = to;
    }

    if (ver4) {
        setBeginEnd(1,0,104);
        setBeginEnd(2,105,214);
        setBeginEnd(3,215,379);
        setBeginEnd(4,380,489);
        setBeginEnd(5,490,571);
    }

    clTop = 0;
    clBot = 99;

    function mapOver(which,on) {
        if (!ver4) { return }
        if (IE4) { whichEl = document.all.elMenuOver.style }
            else { whichEl = document.elMenu.document.elMenuOver };

        if (!on) { whichEl.visibility = "hidden"; return }

        clLeft = arPopups[which][0];
        clRight = arPopups[which][1];

	if (NS4) {
            whichEl.clip.left = clLeft;
            whichEl.clip.right = clRight;
	}
	else {
            whichEl.clip = "rect(" + clTop + " " + clRight + " " + clBot + " " + clLeft + ")";
	}

        whichEl.visibility = "visible"
    }










    IE4 = (document.all) ? 1 : 0;
    NS4 = (document.layers) ? 1 : 0;
    ver4 = (IE4 || NS4) ? 1 : 0;
	NS6 = false;
	if (navigator.appName == "Netscape") {
		if (navigator.appVersion.indexOf("5.0 ") != -1) {
			NS6 = true } }

    if (ver4) {
        topsecondIm = "<img src = 'http://www.safe-t-pet.com/img/stptop2.gif' usemap = '#toptoolmap' width = 760 height = 17 border = 0>";
        secondIm = "<img src = 'http://www.safe-t-pet.com/img/stptool1.gif' usemap = '#toolmap' width = 760 height = 23 border = 0>";
        arTopPopups = new Array();
        arPopups = new Array();
    }
    else {
		topsecondIm = "";
        secondIm = "" ;
    }

    function setTopBeginEnd(which,from,to) {
        arTopPopups[which] = new Array();
        arTopPopups[which][0] = from;
        arTopPopups[which][1] = to;
    }

    function setBeginEnd(which,from,to) {
        arPopups[which] = new Array();
        arPopups[which][0] = from;
        arPopups[which][1] = to;
    }

    if (ver4) {
        setBeginEnd(1,3,30);
        setBeginEnd(2,31,134);
        setBeginEnd(3,134,257);
        setBeginEnd(4,257,379);
        setBeginEnd(5,379,502);
        setBeginEnd(6,502,625);
        setBeginEnd(7,625,729);
        setBeginEnd(8,729,757);
        setTopBeginEnd(1,1,58);
        setTopBeginEnd(2,58,127);
        setTopBeginEnd(3,127,198);
        setTopBeginEnd(4,198,287);
        setTopBeginEnd(5,287,383);
        setTopBeginEnd(6,383,471);
        setTopBeginEnd(7,471,528);
        setTopBeginEnd(8,528,586);
        setTopBeginEnd(9,586,760);
    }

    function topmapOver(which,on) {
        if (!ver4) { return }
        if (IE4) { whichElTop = document.all.elTopMenuOver.style }
            else { whichElTop = document.elTopMenu.document.elTopMenuOver }

        if (!on) { whichElTop.visibility = "hidden"; return }

	    clTop = 0;
	    clBot = 17;
        clLeft = arTopPopups[which][0];
        clRight = arTopPopups[which][1];

	if (NS4) {
            whichElTop.clip.left = clLeft;
            whichElTop.clip.right = clRight;
	}
	else {  whichElTop.clip = "rect(" + clTop + " " + clRight + " " + clBot + " " + clLeft + ")" }

        whichElTop.visibility = "visible";
    }

    function mapOver(which,on) {
        if (!ver4) { return }
        if (IE4) { whichEl = document.all.elMenuOver.style }
            else { whichEl = document.elMenu.document.elMenuOver }

        if (!on) { whichEl.visibility = "hidden"; return }

	    clTop = 0;
	    clBot = 23;
        clLeft = arPopups[which][0];
        clRight = arPopups[which][1];

	if (NS4) {
            whichEl.clip.left = clLeft;
            whichEl.clip.right = clRight;
	}
	else {  whichEl.clip = "rect(" + clTop + " " + clRight + " " + clBot + " " + clLeft + ")" }

        whichEl.visibility = "visible";
    }

	function myopen(filename,windowname,properties) {
	    mywindow = window.open(filename,windowname,properties) }

//-->