<!--ROLLOVER SCRIPT-->

self.defaultStatus="Flattering Me Collection";


				{

		btflatteringon = new Image();
        btflatteringon.src = "images/btflattering_on.gif";
        btflatteringoff = new Image();
        btflatteringoff.src = "images/btflattering_off.gif";

        btcontacton = new Image();
        btcontacton.src = "images/btcontact_on.gif";
        btcontactoff = new Image();
        btcontactoff.src = "images/btcontact_off.gif";


        btwhychooseon = new Image();
        btwhychooseon.src = "images/btwhychoose_on.gif";
        btwhychooseoff = new Image();
        btwhychooseoff.src = "images/btwhychoose_off.gif";


        btcollectionon = new Image();
        btcollectionon.src = "images/btcollection_on.gif";
        btcollectionoff = new Image();
        btcollectionoff.src = "images/btcollection_off.gif";


        btfittingon = new Image();
        btfittingon.src = "images/btfitting_on.gif";
        btfittingoff = new Image();
        btfittingoff.src = "images/btfitting_off.gif";
        
        btsizingon = new Image();
        btsizingon.src = "images/btsizing_on.gif";
        btsizingoff = new Image();
        btsizingoff.src = "images/btsizing_off.gif";


        btretailon = new Image();
        btretailon.src = "images/btretail_on.gif";
        btretailoff = new Image();
        btretailoff.src = "images/btretail_off.gif";

        btwholesaleon = new Image();
        btwholesaleon.src = "images/btwholesale_on.gif";
        btwholesaleoff = new Image();
        btwholesaleoff.src = "images/btwholesale_off.gif";

        btcommentson = new Image();
        btcommentson.src = "images/btcomments_on.gif";
        btcommentsoff = new Image();
        btcommentsoff.src = "images/btcomments_off.gif";
        
        btcrinolineson = new Image();
        btcrinolineson.src = "images/btcrinolines_on.gif";
        btcrinolinesoff = new Image();
        btcrinolinesoff.src = "images/btcrinolines_off.gif";


        }


function img_act(imgName) {
        imgOn = eval(imgName + "on.src");
        document [imgName].src = imgOn;
        }


function img_inact(imgName) {
        imgOff = eval(imgName + "off.src");
        document [imgName].src = imgOff;
        }
