// JavaScript Document
// REGION
function region(){
top.location= "/region/index.htm";
}
function histoire(){
top.location= "/region/histoire.htm";
}
function geographie(){
top.location= "/region/geographie.htm";
}
function climat(){
top.location= "/region/climat.htm";
}
function eaux(){
top.location= "/region/eaux.htm";
}
function lacs(){
top.location= "/region/lacs.htm";
}
function art(){
top.location= "/region/art_roman.htm";
}
function acces(){
top.location= "/region/acces.htm";
}
// AUVERGNAT
function auvergnat(){
top.location= "/auvergnat/index.htm";
}
function maison(){
top.location= "/auvergnat/maison.htm";
}
function langue(){
top.location= "/auvergnat/langue.htm";
}
function traditions(){
top.location= "/auvergnat/traditions.htm";
}
function metiers(){
top.location= "/auvergnat/metiers.htm";
}
function instruments(){
top.location= "/auvergnat/instruments.htm";
}
// GASTRONOMIE
function gastronomie(){
top.location= "/gastronomie/index.htm";
}
function recettes(){
top.location= "/gastronomie/recettes.htm";
}
function fromages(){
top.location= "/gastronomie/fromages.htm";
}
function vins(){
top.location= "/gastronomie/vins.htm";
}
// SERVICES
function services(){
top.location= "/services/index.htm";
}
function agenda(){
top.location= "/services/agenda.htm";
}
function blanches(){
top.location= "/services/pages_blches.htm";
}
function jaunes(){
top.location= "/services/pages_jaunes.htm";
}
function commercantes(){
top.location= "/services/rues_comm.htm";
}
function boutique(){
top.location= "/services/boutique.htm";
}