
// esto es el menu con promociones
function restaurar(){
	document.image0.src = 'imgCDC/promo_1.jpg';
	document.image1.src = 'imgCDC/soft_bot1.jpg';
	document.image2.src = 'imgCDC/hard_bot1.jpg';
	document.image3.src = 'imgCDC/serv_bot1.jpg';
	document.image4.src = 'imgCDC/capa_bot1.jpg';
	document.image5.src = 'imgCDC/finan_bot1.jpg';
}
function bot0(){
	restaurar();
	document.image0.src = 'imgCDC/promo_2.jpg';
	}
function bot1(){
	restaurar();
	document.image1.src = 'imgCDC/soft_bot2.jpg';
	}
function bot2(){
	restaurar();
	document.image2.src = 'imgCDC/hard_bot2.jpg';
}
function bot3(){
	restaurar();
	document.image3.src = 'imgCDC/serv_bot3.jpg';
}
function bot4(){
	restaurar();
	document.image4.src = 'imgCDC/capa_bot2.jpg';
}
function bot5(){
	restaurar();
	document.image5.src = 'imgCDC/finan_bot3.jpg';
	}
	
	
// este es el menu sin promociones
function restaurar2(){
	document.imageGra1.src = 'imgCDC/soft_botGra1.jpg';
	document.imageGra2.src = 'imgCDC/hard_botGra1.jpg';
	document.imageGra3.src = 'imgCDC/serv_botGra1.jpg';
	document.imageGra4.src = 'imgCDC/capa_botGra1.jpg';
	document.imageGra5.src = 'imgCDC/finan_botGra1.jpg';
}

function botGra1(){
	restaurar2();
	document.imageGra1.src = 'imgCDC/soft_botGra2.jpg';
	}
function botGra2(){
	restaurar2();
	document.imageGra2.src = 'imgCDC/hard_botGra2.jpg';
}
function botGra3(){
	restaurar2();
	document.imageGra3.src = 'imgCDC/serv_botGra2.jpg';
}
function botGra4(){
	restaurar2();
	document.imageGra4.src = 'imgCDC/capa_botGra2.jpg';
}
function botGra5(){
	restaurar2();
	document.imageGra5.src = 'imgCDC/finan_botGra2.jpg';
	}