// JavaScript Document

if (document.images) {
     button1 = new Image
     button2 = new Image
     button3 = new Image
     button4 = new Image
	 button5 = new Image
     button6 = new Image
	 button7 = new Image
     button8 = new Image
	 button9 = new Image
     button10 = new Image
	 button11 = new Image
     button12 = new Image
	 button13 = new Image
     button14 = new Image

     button1.src = 'images/bot_off_quienes.jpg'
     button2.src = 'images/bot_on_quienes.jpg'
	 button3.src = 'images/bot_off_servicios.jpg'
     button4.src = 'images/bot_on_servicios.jpg'
	 button5.src = 'images/bot_off_como.jpg'
     button6.src = 'images/bot_on_como.jpg'
	 button7.src = 'images/bot_off_casosexito.jpg'
     button8.src = 'images/bot_on_casosexito.jpg'
	 button9.src = 'images/bot_off_proveedores.jpg'
     button10.src = 'images/bot_on_proveedores.jpg'
	 button11.src = 'images/bot_off_ventajas.jpg'
     button12.src = 'images/bot_on_ventajas.jpg'
	 button13.src = 'images/bot_off_contactanos.jpg'
     button14.src = 'images/bot_on_contactanos.jpg'
	 
 }
