


function menu_copia(){

   top.frames["contenido"].location.href ="copia.html";
}


function menu_air(){

   top.frames["contenido"].location.href ="air.html";
}

function menu_ocean(){

   top.frames["contenido"].location.href ="ocean.html";
}


function menu_land(){

   top.frames["contenido"].location.href ="land.html";
}

function menu_operamovil(){

   top.frames["contenido"].location.href ="operamovil.php";
}


function menu_activar_movil(){

   top.frames["contenido"].location.href ="movil_activa.php";
}

function menu_moviles_activas(){

   top.frames["contenido"].location.href ="listaActivas.php";
}

function menu_desactivar_moviles(){

   top.frames["contenido"].location.href ="libera_movil.php";
}

function menu_nueva_movil(){

   top.frames["contenido"].location.href ="nuevaMovil.php";
}

function menu_lista_moviles(){

   top.frames["contenido"].location.href ="listaMoviles.php";
}



