<!--

if (document.images)  
{
bigdefault = new Image();
bigdefault.src = "http://img.cmpnet.com/wstonline/MI/l/36/big001.jpg";

p001on = new Image();
p001on.src = "http://img.cmpnet.com/wstonline/MI/l/36/001on.jpg";
p002on = new Image();
p002on.src = "http://img.cmpnet.com/wstonline/MI/l/36/002on.jpg";
p003on = new Image();
p003on.src = "http://img.cmpnet.com/wstonline/MI/l/36/003on.jpg";
p004on = new Image();
p004on.src = "http://img.cmpnet.com/wstonline/MI/l/36/007on.jpg";
p005on = new Image();
p005on.src = "http://img.cmpnet.com/wstonline/MI/l/36/008on.jpg";
p006on = new Image();
p006on.src = "http://img.cmpnet.com/wstonline/MI/l/36/010on.jpg";
p007on = new Image();
p007on.src = "http://img.cmpnet.com/wstonline/MI/l/36/011on.jpg";
p008on = new Image();
p008on.src = "http://img.cmpnet.com/wstonline/MI/l/36/012on.jpg";
p009on = new Image();
p009on.src = "http://img.cmpnet.com/wstonline/MI/l/36/017on.jpg";
p010on = new Image();
p010on.src = "http://img.cmpnet.com/wstonline/MI/l/36/018on.jpg";


p001off = new Image();
p001off.src = "http://img.cmpnet.com/wstonline/MI/l/36/001off.jpg";
p002off = new Image();
p002off.src = "http://img.cmpnet.com/wstonline/MI/l/36/002off.jpg";
p003off = new Image();
p003off.src = "http://img.cmpnet.com/wstonline/MI/l/36/003off.jpg";
p004off = new Image();
p004off.src = "http://img.cmpnet.com/wstonline/MI/l/36/007off.jpg";
p005off = new Image();
p005off.src = "http://img.cmpnet.com/wstonline/MI/l/36/008off.jpg";
p006off = new Image();
p006off.src = "http://img.cmpnet.com/wstonline/MI/l/36/010off.jpg";
p007off = new Image();
p007off.src = "http://img.cmpnet.com/wstonline/MI/l/36/011off.jpg";
p008off = new Image();
p008off.src = "http://img.cmpnet.com/wstonline/MI/l/36/012off.jpg";
p009off = new Image();
p009off.src = "http://img.cmpnet.com/wstonline/MI/l/36/017off.jpg";
p010off = new Image();
p010off.src = "http://img.cmpnet.com/wstonline/MI/l/36/018off.jpg";


big001 = new Image();
big001.src = "http://img.cmpnet.com/wstonline/MI/l/36/big001.jpg";
big002 = new Image();
big002.src = "http://img.cmpnet.com/wstonline/MI/l/36/big002.jpg";
big003 = new Image();
big003.src = "http://img.cmpnet.com/wstonline/MI/l/36/big003.jpg";
big004 = new Image();
big004.src = "http://img.cmpnet.com/wstonline/MI/l/36/big007.jpg";
big005 = new Image();
big005.src = "http://img.cmpnet.com/wstonline/MI/l/36/big008.jpg";
big006 = new Image();
big006.src = "http://img.cmpnet.com/wstonline/MI/l/36/big010.jpg";
big007 = new Image();
big007.src = "http://img.cmpnet.com/wstonline/MI/l/36/big011.jpg";
big008 = new Image();
big008.src = "http://img.cmpnet.com/wstonline/MI/l/36/big012.jpg";
big009 = new Image();
big009.src = "http://img.cmpnet.com/wstonline/MI/l/36/big017.jpg";
big010 = new Image();
big010.src = "http://img.cmpnet.com/wstonline/MI/l/36/big018.jpg";


}

function changeImages() 
{
    if (document.images) {
        for (var i=0; i<changeImages.arguments.length; i+=2) { 
        document[changeImages.arguments[i]].src = eval (changeImages.arguments[i+1] + ".src");
        }
    }
}

// -->
