<!-- 
if (document.images) {
boton1on = new Image();
boton1on.src = "_img/proyectos_sinopsis_on.gif";
boton1off = new Image();
boton1off.src = "_img/proyectos_sinopsis.gif";
boton2on = new Image();
boton2on.src = "_img/proyectos_elenco_on.gif";
boton2off = new Image();
boton2off.src = "_img/proyectos_elenco.gif";
boton3on = new Image();
boton3on.src = "_img/proyectos_equipodeproduccion_on.gif";
boton3off = new Image();
boton3off.src = "_img/proyectos_equipodeproduccion.gif";
boton4on = new Image();
boton4on.src = "_img/proyectos_sitioweb_on.gif";
boton4off = new Image();
boton4off.src = "_img/proyectos_sitioweb.gif";
boton5on = new Image();
boton5on.src = "_img/proyectos_galeria_on.gif";
boton5off = new Image();
boton5off.src = "_img/proyectos_galeria.gif";
boton6on = new Image();
boton6on.src = "_img/proyectos_patrocinadores_on.gif";
boton6off = new Image();
boton6off.src = "_img/proyectos_patrocinadores.gif";
boton7on = new Image();
boton7on.src = "_img/proyectos_mediosasociados_on.gif";
boton7off = new Image();
boton7off.src = "_img/proyectos_mediosasociados.gif";
boton8on = new Image();
boton8on.src = "_img/proyectos_presskit_on.gif";
boton8off = new Image();
boton8off.src = "_img/proyectos_presskit.gif";
} 
function changeImages() {
if (document.images) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
}}} 
// -->
