//THE ROLLOVER CODE STARTS HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
if (document.images) {
//THE NAVIGATION ROLLOVERS START HERE
csd_off = new Image
csd_on = new Image
webdev_off = new Image
webdev_on = new Image
db_off = new Image
db_on = new Image
h_s_off = new Image
h_s_on = new Image
//THE NAVIGATION ROLLOVERS END HERE


//THE NAVIGATION ROLLOVER .SRC CODES START HERE
csd_off.src = "http://www.tepperware.net/homehtml/services/pix/csd_off.gif"
csd_on.src = "http://www.tepperware.net/homehtml/services/pix/csd_on.gif"
webdev_off.src = "http://www.tepperware.net/homehtml/services/pix/web_off.gif"
webdev_on.src = "http://www.tepperware.net/homehtml/services/pix/web_on.gif"
db_off.src = "http://www.tepperware.net/homehtml/services/pix/db_off.gif"
db_on.src = "http://www.tepperware.net/homehtml/services/pix/db_on.gif"
h_s_off.src = "http://www.tepperware.net/homehtml/services/pix/hard_soft_off.gif"
h_s_on.src = "http://www.tepperware.net/homehtml/services/pix/hard_soft_on.gif"
//THE NAVIGATION ROLLOVER .SRC CODES END HERE
}


//THE ROLLOVER FUNCTIONS START HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
function chgImg (imgField,newImg) {
if (document.images) {
document[imgField].src=eval(newImg 
+ ".src")
}
}
//THE ROLLOVER CODE ENDS HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!