﻿



if (document.images) {

ubibuttons_r02_c1_F1 = new Image(92,23); ubibuttons_r02_c1_F1.src = "images/ubibuttons_r02_c1.gif";

ubibuttons_r02_c1_F2 = new Image(92,23); ubibuttons_r02_c1_F2.src = "images/ubibuttons_r02_c1_F2.gif";

ubibuttons_r04_c1_F1 = new Image(92,23); ubibuttons_r04_c1_F1.src = "images/ubibuttons_r04_c1.gif";

ubibuttons_r04_c1_F2 = new Image(92,23); ubibuttons_r04_c1_F2.src = "images/ubibuttons_r04_c1_F2.gif";

ubibuttons_r06_c1_F1 = new Image(92,23); ubibuttons_r06_c1_F1.src = "images/ubibuttons_r06_c1.gif";

ubibuttons_r06_c1_F2 = new Image(92,23); ubibuttons_r06_c1_F2.src = "images/ubibuttons_r06_c1_F2.gif";

ubibuttons_r08_c1_F1 = new Image(92,23); ubibuttons_r08_c1_F1.src = "images/ubibuttons_r08_c1.gif";

ubibuttons_r08_c1_F2 = new Image(92,23); ubibuttons_r08_c1_F2.src = "images/ubibuttons_r08_c1_F2.gif";

ubibuttons_r10_c1_F1 = new Image(92,23); ubibuttons_r10_c1_F1.src = "images/ubibuttons_r10_c1.gif";

ubibuttons_r10_c1_F2 = new Image(92,23); ubibuttons_r10_c1_F2.src = "images/ubibuttons_r10_c1_F2.gif";

UBIButton_Apprentices = new Image(92,23); UBIButton_Apprentices.src = "images/ApprenticeButtonGrayPaint.gif";

UBIButton_ApprenticesW = new Image(92,23); UBIButton_ApprenticesW.src = "images/ApprenticeButtonWhite.gif";

UBIButton_ForSale = new Image(92,23); UBIButton_ForSale.src = "images/ButtonBoatsForSaleGray.gif";

UBIButton_ForSaleW = new Image(92,23); UBIButton_ForSaleW.src = "images/ButtonBoatsForSaleWhite.gif";

UBIButton_Commission = new Image(92,23); UBIButton_Commission.src = "images/UBI_Commission_Button_Grey.gif";

UBIButton_CommissionW = new Image(92,23); UBIButton_CommissionW.src = "images/UBI_Commission_Button_White.gif";

ubibuttons_r12_c1_F1 = new Image(92,23); ubibuttons_r12_c1_F1.src = "images/ubibuttons_r12_c1.gif";

ubibuttons_r12_c1_F2 = new Image(92,23); ubibuttons_r12_c1_F2.src = "images/ubibuttons_r12_c1_F2.gif";

ubibuttons_tail_boat0 = new Image(92,39); ubibuttons_tail_boat0.src = "images/ubibuttons_tail_boat0.gif";

ubibuttons_tail_boat1 = new Image(92,39); ubibuttons_tail_boat1.src = "images/ubibuttons_tail_boat1.gif";

ubibuttons_tail_boat2 = new Image(92,39); ubibuttons_tail_boat2.src = "ubibuttons_tail_boat2.gif";

ubibuttons_tail_boat3 = new Image(92,39); ubibuttons_tail_boat3.src = "ubibuttons_tail_boat3.gif";

ubibuttons_tail_boat4 = new Image(92,39); ubibuttons_tail_boat4.src = "images/ubibuttons_tail_boat4.gif";

ubibuttons_tail_boat5 = new Image(92,39); ubibuttons_tail_boat5.src = "images/ubibuttons_tail_boat5.gif";

ubibuttons_tail_boat6 = new Image(92,39); ubibuttons_tail_boat6.src = "images/ubibuttons_tail_boat6.gif";

ubibuttons_tail_boat7 = new Image(92,39); ubibuttons_tail_boat7.src = "images/ubibuttons_tail_boat7.gif";

}

/* Function that displays status bar messages. */



function dm(msgStr) {

    window.status = msgStr;

    document.MM_returnValue = true;

}



/* Function that swaps images. */



function di20(id, newSrc) {

    var theImage = FWFindImage(document, id, 0);

    if (theImage) {
		//alert(id + ' ' + newSrc);
        theImage.src = newSrc;

    }

}



/* Functions that track and set toggle group button states. */



function FWFindImage(doc, name, j) {

    var theImage = false;

    if (doc.images) {

        theImage = doc.images[name];

    }

    if (theImage) {

        return theImage;

    }

    if (doc.layers) {

        for (j = 0; j < doc.layers.length; j++) {

            theImage = FWFindImage(doc.layers[j].document, name, 0);

            if (theImage) {

                return (theImage);

            }

        }

    }

    return (false);

}

 function OnLoadNav()
            {
                if (document.getElementById("hNav").getAttribute("value") != "top")
                {
                    window.location.hash = document.getElementById("hNav").getAttribute("value");
                }
            }