// JavaScript Document


browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

// Navigational bars:

if ( browser) {



a_off = new Image;

a_off.src = "http://images.ecn5.com/customers/1897/images/siteimages/a_off.jpg";

a_on = new Image;

a_on.src = "http://images.ecn5.com/customers/1897/images/siteimages/a_on.jpg";


b_off = new Image;

b_off.src = "http://images.ecn5.com/customers/1897/images/siteimages/b_off.jpg";

b_on = new Image;

b_on.src = "http://images.ecn5.com/customers/1897/images/siteimages/b_on.jpg";


c_off = new Image;

c_off.src = "http://images.ecn5.com/customers/1897/images/siteimages/c_off.jpg";

c_on = new Image;

c_on.src = "http://images.ecn5.com/customers/1897/images/siteimages/c_on.jpg";


}//end if browser



function hiLite(imgDocID,imgObjName) {

if ( browser) {

        document.images[imgDocID].src = eval(imgObjName + ".src")

        }//end if browser

}//end hiLite


// -->


function OpenTAF(page,userid,respond,respuser,respname) { 
    var url = "tellafriend/popup.html"
    popupWin = window.open(url,'','scrollbars=no,menubar=no,height=580,width=600,resizable=no,toolbar=no,location=no,status=no');
}
