// INICIO FUNCIONES DEL PLAYER
   function StartMeUp ()
   {
       Player.controls.play();
   }

   function ShutMeDown ()
   {
       Player.controls.stop();
   }
   function ShutMeDown ()
   {
       Player.controls.pause();
   }
// FIN FUNCIONES DEL PLAYER

// INICIO FUNCIONES DE LA CABECERA
function CargarImagen(){
hoje = new Date()
numero_de_imagens = 5
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = "../img/cabecera.jpg"
link = "http://www.swatchzaragoza.com/catalogo_swatchzaragoza/swatchzaragoza_catalogo.htm"
alt="Swatch Zaragoza, VIVE TUS HORAS PERFECTAS"
alvo = "_self"
}
if (numero == 1){
banner = "../img/cabecera2.jpg"
alt = "CIERZO DEVELOPMENT"
link = "http://www.swatchzaragoza.com/catalogo_swatchzaragoza/swatchzaragoza_catalogo.htm"
alt="Swatch Zaragoza, VIVE TUS HORAS PERFECTAS"
alvo = "_self"
}
if (numero == 2){
banner = "../img/cabecera3.jpg"
link = "http://www.swatchzaragoza.com/catalogo_swatchzaragoza/swatchzaragoza_catalogo.htm"
alt="Swatch Zaragoza, VIVE TUS HORAS PERFECTAS"
alvo = "_self"
}
if (numero == 3){
banner = "../img/cabecera4.jpg"
link = "http://www.swatchzaragoza.com/empresa_swatchzaragoza/swatchzaragoza_coleccion_bijoux.htm"
alt="Swatch Zaragoza, VIVE TUS HORAS PERFECTAS"
alvo = "_self"
}
if (numero == 4){
banner = "../img/cabecera5.jpg"
link = "http://www.swatchzaragoza.com/empresa_swatchzaragoza/swatchzaragoza_swatch_the_club.htm"
alt="Swatch Zaragoza, VIVE TUS HORAS PERFECTAS"
alvo = "_self"
}
document.write('<a href="' + link + '" target="' + alvo + '" ><img src="' + banner + '" border=0></a>')
}

// FIN FUNCIONES DE LA CABECERA

//FUNCION PARA ABRIR EN VENTANA NUEVA LAS IMÁGENES DEL CATÁLOGO BIJOUX
function ventanaSecundaria (URL){ 
   window.open(URL,"ventana1","top=100,left=100,width=520,height=430,scrollbars=NO") 
} 

