function Rollover(cual,porcual){

	if(document.images){
		document.images[cual].src = 'img/botonera/' + porcual + '.jpg'
	}
}

