img_off_1 = new Image();
img_off_1.src = ROOT_DIR+"images/"+ROOT_LANG+"/menu_1_off.gif"
img_on_1 = new Image();
img_on_1.src = ROOT_DIR+"images/"+ROOT_LANG+"/menu_1_on.gif"

img_off_2 = new Image();
img_off_2.src = ROOT_DIR+"images/"+ROOT_LANG+"/menu_2_off.gif"
img_on_2 = new Image();
img_on_2.src = ROOT_DIR+"images/"+ROOT_LANG+"/menu_2_on.gif"

img_off_3 = new Image();
img_off_3.src = ROOT_DIR+"images/"+ROOT_LANG+"/menu_3_off.gif"
img_on_3 = new Image();
img_on_3.src = ROOT_DIR+"images/"+ROOT_LANG+"/menu_3_on.gif"

img_off_4 = new Image();
img_off_4.src = ROOT_DIR+"images/"+ROOT_LANG+"/menu_4_off.gif"
img_on_4 = new Image();
img_on_4.src = ROOT_DIR+"images/"+ROOT_LANG+"/menu_4_on.gif"

img_arrow_off = new Image();
img_arrow_off.src = ROOT_DIR+"images/"+ROOT_LANG+"/menu_arrow_off.gif"
img_arrow_on = new Image();
img_arrow_on.src = ROOT_DIR+"images/"+ROOT_LANG+"/menu_arrow_on.gif"

spot_off = new Image();
spot_off.src = ROOT_DIR+"images/"+ROOT_LANG+"/spot_subidon_anim.gif"
spot_on = new Image();
spot_on.src = ROOT_DIR+"images/"+ROOT_LANG+"/spot_subidon.gif"

expert_info_off = new Image();
expert_info_off.src = ROOT_DIR+"images/"+ROOT_LANG+"/expert_info_anim.gif"
expert_info_on = new Image();
expert_info_on.src = ROOT_DIR+"images/"+ROOT_LANG+"/expert_info_stop.gif"

expert_compra_off = new Image();
expert_compra_off.src = ROOT_DIR+"images/"+ROOT_LANG+"/expert_compra_anim.gif"
expert_compra_on = new Image();
expert_compra_on.src = ROOT_DIR+"images/"+ROOT_LANG+"/expert_compra_stop.gif"

inicia_info_off = new Image();
inicia_info_off.src = ROOT_DIR+"images/"+ROOT_LANG+"/inicia_info_anim.gif"
inicia_info_on = new Image();
inicia_info_on.src = ROOT_DIR+"images/"+ROOT_LANG+"/inicia_info_stop.gif"

inicia_compra_off = new Image();
inicia_compra_off.src = ROOT_DIR+"images/"+ROOT_LANG+"/inicia_compra_anim.gif"
inicia_compra_on = new Image();
inicia_compra_on.src = ROOT_DIR+"images/"+ROOT_LANG+"/inicia_compra_stop.gif"

crea_postal_off = new Image();
crea_postal_off.src = ROOT_DIR+"images/"+ROOT_LANG+"/crea_postal_anim.gif"
crea_postal_on = new Image();
crea_postal_on.src = ROOT_DIR+"images/"+ROOT_LANG+"/crea_postal_stop.gif"