
function aTerminos() {
    document.getElementById('framepantallas').src='upload/pantallas/pantallas.aspx?fp=terminos';
    document.getElementById('ibInicio').src='images/binicio.gif';
    document.getElementById('ibRecetas').src='images/brecetas.gif';
    document.getElementById('ibNutricion').src='images/bnutricion.gif';
    document.getElementById('ibActividades').src='images/bactividades.gif';
    //document.getElementById('ibBoletin').src='images/bboletin.gif';
    document.getElementById('ibContactenos').src='images/bcontactenos.gif';   
  } 
  
function aPoliticas() {
    document.getElementById('framepantallas').src='upload/pantallas/pantallas.aspx?fp=politica';
    document.getElementById('ibInicio').src='images/binicio.gif';
    document.getElementById('ibRecetas').src='images/brecetas.gif';
    document.getElementById('ibNutricion').src='images/bnutricion.gif';
    document.getElementById('ibActividades').src='images/bactividades.gif';
    //document.getElementById('ibBoletin').src='images/bboletin.gif';
    document.getElementById('ibContactenos').src='images/bcontactenos.gif'; 
  } 
   
function aGlosario() {
    document.getElementById('framepantallas').src='upload/pantallas/pantallas.aspx?fp=glosario';
    document.getElementById('ibInicio').src='images/binicio.gif';
    document.getElementById('ibRecetas').src='images/brecetas.gif';
    document.getElementById('ibNutricion').src='images/bnutricion.gif';
    document.getElementById('ibActividades').src='images/bactividades.gif';
    //document.getElementById('ibBoletin').src='images/bboletin.gif';
    document.getElementById('ibContactenos').src='images/bcontactenos.gif'; 
  } 
  
function aSitemap() {
    document.getElementById('framepantallas').src='upload/pantallas/pantallas.aspx?fp=sitemap';
    document.getElementById('ibInicio').src='images/binicio.gif';
    document.getElementById('ibRecetas').src='images/brecetas.gif';
    document.getElementById('ibNutricion').src='images/bnutricion.gif';
    document.getElementById('ibActividades').src='images/bactividades.gif';
    //document.getElementById('ibBoletin').src='images/bboletin.gif';
    document.getElementById('ibContactenos').src='images/bcontactenos.gif'; 
  } 