<!-- Mouse Overs -->
<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

if (document.images)
{
option1a = new Image(224,86);
option1a.src = "spacer.gif";
option1b = new Image(224,86);
option1b.src = "quote_select.gif";
}

{
option2a = new Image(224,86);
option2a.src = "spacer.gif";
option2b = new Image(224,86);
option2b.src = "quote_select.gif";
}

{
option3a = new Image(224,86);
option3a.src = "spacer.gif";
option3b = new Image(224,86);
option3b.src = "quote_select.gif";
}

function rolOver(imgDocID,imgObjName,imgDocID2,imgObjName2) {
        if (document.images) {
        document.images[imgDocID].src = eval(imgObjName + ".src");
}}
// -->
