//loads generic button rollovers
//parameters:The image object name is the file name this makes it easier to track our image objects.
//parameters:The image source includes the absolute path to the image.

//generic site buttons
doPreload('b_add_cart_off','/images/b_add_cart_off.gif');//state 1
doPreload('b_add_cart_on','/images/b_add_cart_on.gif');//state 2
doPreload('b_enter_s_off','/images/b_enter_s_off.gif');//state 1
doPreload('b_enter_s_on','/images/b_enter_s_on.gif');//state 2