
<!--
    var imagenGrande='comodin'

    function cambiarFoto(foto){

    document.foto.src = foto;
    definirImagen(foto);

    }
    
/*
    function preCarga() {
	
	  if (document.images) { 
		 var pre0 = new Image(); 
		 pre0.src = 'motoalonso0101pe.jpg';

		 var pre1 = new Image(); 
		 pre1.src = 'motoarbernardez0101pe.jpg';

		 var pre2 = new Image(); 
		 pre2.src = 'motobarreda0101pe.jpg';

		 var pre3 = new Image(); 
		 pre3.src = 'motogalindo0101pe.jpg';

		 var pre4 = new Image(); 
		 pre4.src = 'motogasgasofi0101pe.jpg';

		 var pre5 = new Image(); 
		 pre5.src = 'motolozano0101pe.jpg';

		 var pre6 = new Image(); 
		 pre6.src = 'motoremacho0101pe.jpg';

	 }
      }
*/

     function definirImagen(imagen) { 
	//alert(imagen);

	if (imagen == "motoalonso0101pe.jpg")
		{ 	
		imagenGrande='motoalonso0101.jpg';
		}
	else if (imagen == "motoarbernardez0101pe.jpg")
		{ 	
		imagenGrande='motoarbernardez0101.jpg';
		}
	else if (imagen == "motobarreda0101pe.jpg")
		{ 	
		imagenGrande='motobarreda0101.jpg';
		}	
	else if (imagen == "motogalindo0101pe.jpg")
		{
		imagenGrande='motogalindo0101.jpg';
		}
	else if (imagen == "motogasgasofi0101pe.jpg")
		{ 
		imagenGrande='motogasgasofi0101.jpg';
		}
	else if (imagen == "motolozano0101pe.jpg")
		{
		imagenGrande='motolozano0101.jpg';
		}
	else if (imagen == "motoremacho0101pe.jpg")
		{
		imagenGrande='motoremacho0101.jpg';
		}
	else if (imagen == "nuv_fondos/moto_vico_mund_peque.jpg")
		{
		imagenGrande='moto_vico_mund.jpg';
		}
	else if (imagen == "nuv_fondos/moto_vico_mund2_peque.jpg")
		{
		imagenGrande='moto_vico_mund2.jpg';
		}
	else if (imagen == "nuv_fondos/moto_aron_mun_peque.jpg")
		{
		imagenGrande='moto_aron_mun.jpg';
		}
	else if (imagen == "nuv_fondos/moto_remacho_peque.jpg")
		{
		imagenGrande='moto_remacho.jpg';
		}
	else if (imagen == "portada.jpg")
		{
		imagenGrande='comodin';
		}

     }

     function descarga(){

	if (imagenGrande=='comodin'){
		alert('Por favor, selecciona un fondo de escritorio');
	} 
	else{
		imagenGrande = "http://747mx.8m.com/" + imagenGrande;
		window.open(imagenGrande,'descargas','toolbar=1,location=0,status=1,menubar=0,scrollbars=1,resizable=1,width=580,height=400');	
        }

     }

     function numero (numero){
	numeroGrande = "./descargaspopup.php?id=" + numero;	
	window.open(numeroGrande,'numeros','toolbar=1,location=0,status=1,menubar=0,scrollbars=1,resizable=1,width=580,height=400');	
        
     }

    	
//-->
