
iluminadaC = new Image(303,100)
iluminadaC.src = "Imagenes/Botones/cdepresentacionP.gif"
apagadaC = new Image(303,100)
apagadaC.src = "Imagenes/Botones/cdepresentacionA.gif"

iluminadaCV = new Image(303,100)
iluminadaCV.src = "Imagenes/Botones/curriculumP.gif"
apagadaCV = new Image(303,100)
apagadaCV.src = "Imagenes/Botones/curriculumA.gif"


iluminadaE = new Image(303,100)
iluminadaE.src = "Imagenes/Botones/empresasP.gif"
apagadaE = new Image(303,100)
apagadaE.src = "Imagenes/Botones/empresasA.gif"

iluminadaI = new Image(303,100)
iluminadaI.src = "Imagenes/Botones/inicioP.gif"
apagadaI = new Image(303,100)
apagadaI.src = "Imagenes/Botones/inicioA.gif"

iluminadaCt= new Image(303,100)
iluminadaCt.src= "Imagenes/Botones/contactoP.gif"
apagadaCt = new Image(303,100)
apagadaCt.src = "Imagenes/Botones/contactoA.gif"



var imagg = new Array("Imagenes/Publicidades/P_mg2.jpg","Imagenes/Publicidades/000webhost.gif","Imagenes/Publicidades/publisp.jpg","Imagenes/Publicidades/Kayros.gif","Imagenes/Publicidades/VBACons.gif","Imagenes/Publicidades/arg_campos.jpg")
var direcc = new Array("http://www.marinagiovannini.com.ar/index.php","http://www.000webhost.com/","http://www.seripubli.com.ar/","http://kayros.com.ar/modules/news/article.php?storyid=1","http://www.vbaconsultores.com.ar","http://www.aargentinacampos.com.ar")


function propag(){ 
	aleat = Math.random() * direcc.length
	aleat = Math.floor(aleat)
	document.links[0].href= direcc[aleat]
	window.document['publicidadA'].src = imagg[aleat]
    	setTimeout("propag()",180000)
}


function navegadorr(){
nav = navigator.appName
//funcion eliminada		
}

function init(){
capa1 = datos_personales.style
capa2 = formacion.style
capa3 = experiencia.style
capa4 = idioma.style
capa5 = informatica.style
capa6 = otros.style

}

function init2(){
capa7 = inicioo.style
capa8 = quien_soy.style
capa9 = apoyo.style
capa10 = lenguajee.style
}

function init3(){
capa11 = publik.style
capa12 = why.style
capa13 = komo.style
capa14 = listaa.style
}


function cambio(obj1,obj2) {
 obj1.visibility = "visible"
 obj2.visibility = "hidden"	
}


