// JavaScript Document

//anular boton izdo raton
if(document.layers)
	{ 
    window.captureEvents(Event.MOUSEDOWN); 
    window.onMouseDown=ratonAbajo; 
    }
    else  
        document.oncontextmenu=ratonAbajo;  	     
    	function ratonAbajo(LePucho){  
      	if(document.layers&&LePucho.which!=1) 
        return false; 
      	if(document.all||document.getElementById)
        return false;	  
    }
//contactar con flash	
	var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
	function curriculumprueba_DoFSCommand(command, args) 
	{
		var curriculumpruebaObj = InternetExplorer ? curriculumprueba : document.curriculumprueba;
//la función propiamente dicha
		if (command == "datos") {
		document.getElementById("cabecerita").innerHTML = "&nbsp;datos";
		document.getElementById("casilla").innerHTML = 	"<br><strong>ARACELI ISABEL S&Aacute;NCHEZ S&Aacute;NCHEZ</strong><br><br>Nacida en Madrid el 8 de Julio de 1973<br>E-mail: nurinardss@yahoo.es<br><br><br><br><br><br><br>";
		document.getElementById("cabecerita").style.background = "#B9B18A";
		}
		if (command == "titulacion") {
		document.getElementById("cabecerita").innerHTML = "&nbsp;titulación";
		document.getElementById("casilla").innerHTML = 	"<br>Arquitecta (Edificación y urbanismo)<br>Profesora de Enseñanza Secundaria (Tecnología)<br>Certificado de Aptitud Ciclo Superior de la Escuela Oficial de Idiomas en Francés<br>Certificado de Aptitud Ciclo Superior de la Escuela Oficial de Idiomas en Inglés<br><br><br><br><br><br><br><br>";
		document.getElementById("cabecerita").style.background = "#A4B19C";
		}
		if (command == "trabajos") {
		document.getElementById("cabecerita").innerHTML = "&nbsp;trabajos";
		document.getElementById("casilla").innerHTML = 	"<br>Profesora de Tecnología<br>Diseño y remodelación de edificios<br>Murales y decoración de interiores<br>Cálculos de Estructuras<br>Verificación y Gestión de Riesgos<br><br><br><br><br><br><br>";
		document.getElementById("cabecerita").style.background = "#9F8166";
		}
		if (command == "idiomas") {
		document.getElementById("cabecerita").innerHTML = "&nbsp;idiomas";
		document.getElementById("casilla").innerHTML = 	"<br>FRANCÉS: Nivel muy alto, hablado y escrito, traducción directa e inversa<br> INGLÉS: Nivel muy alto, hablado y escrito, traducción directa e inversa<br>ITALIANO: Nivel básico<br><br><br><br><br><br><br><br><br>";
		document.getElementById("cabecerita").style.background = "#D5D4E0";
		}
		if (command == "informatica") {
		document.getElementById("cabecerita").innerHTML = "&nbsp;informática";
		document.getElementById("casilla").innerHTML = 	"<br>Autocad<br>CorelDraw<br>3Dstudio<br>Ofimática<br>Cálculo de Estructuras<br>Programación básica<br><br><br><br><br><br>";
		document.getElementById("cabecerita").style.background = "#9F8166";
		}
		if (command == "viajes") {
		document.getElementById("cabecerita").innerHTML = "&nbsp;viajes";
		document.getElementById("casilla").innerHTML = 	"<br>Portugal, Francia, Inglaterra, Holanda, Bélgica,<br>Italia, Dinamarca, Turquía, Túnez, Marruecos<br>India y Nepal<br>Interiores, islas y costas de España<br><br><br><br><br><br><br><br>";
		document.getElementById("cabecerita").style.background = "#A4B19C";
		}
		if (command == "exposiciones") {
		document.getElementById("cabecerita").innerHTML = "&nbsp;exposiciones";
		document.getElementById("casilla").innerHTML = 	"<br>Nombre exposición: La Herradura. Con Victoria Muñoz.<br>Lugar: Fender Club. 2000. (pintura)<br><br>Nombre exposición: La Herradura. Con Victoria Muñoz.<br>La Chicha. 2000. (pintura)<br><br>Nombre exposición: <a href='cuadros.htm' alt='sureadas'>Sureadas</a>.<br>Lugar: Fender Club. 2002 (pintura)<br><br><br><br>";
		document.getElementById("cabecerita").style.background = "#D5D4E0";
		}
		if (command == "aficiones") {
		document.getElementById("cabecerita").innerHTML = "&nbsp;aficiones";
		document.getElementById("casilla").innerHTML = 	"<br>Viajar, escribir, pintar, disfrutar, construir, enseñar...<br>La montaña, los pájaros, el sol, los atardeceres...<br>El mar, las estrellas, el calor, la vida...<br><br><br><br><br><br><br><br><br>";
		document.getElementById("cabecerita").style.background = "#B9B18A";
		}







	}
	if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) 
	  {
		document.write('<SCRIPT LANGUAGE=VBScript\> \n');
		document.write('on error resume next \n');
		document.write('Sub curriculumprueba_FSCommand(ByVal command, ByVal args)\n');
		document.write('  call curriculumprueba_DoFSCommand(command, args)\n');
		document.write('end sub\n');
		document.write('</SCRIPT\> \n');
	}
