function lesUrl(x){
laBase="http://www.cogedim-logement.com/immobilier/"

if(x=="renvoi_1"){temp="http://www.cogedim-logement.com/immobilier_neuf_antibes_cote_azur/visite_antibes_appartement_maison_fr_fr.html";}
if(x=="renvoi_2"){temp="http://www.cogedim-logement.com/immobilier_neuf_antibes_cote_azur/visite_antibes_appartement_maison_en_fr.html";}
if(x=="renvoi_3"){temp="http://www.cogedim-logement.com/immobilier_neuf_antibes_cote_azur/visite_antibes_appartement_maison_it_fr.html";}


if(x=="savoir_1"){temp=laBase+"programme_immobilier_ANTIBES_06600_Antibes-les-Pins-residence_132_logements_fr.html?xtor=ADC-98";}
if(x=="savoir_2" || x=="savoir_3"){temp=laBase+"programme_immobilier_ANTIBES_06600_Antibes-les-Pins-residence_132_logements_en.html?xtor=ADC-99";}

if(x=="mention_1"){temp=laBase+"autres_pages/autre/Mentions_legales_fr.html?xtor=ADC-98";}
if(x=="mention_2" || x=="mention_3"){temp=laBase+"autres_pages/autre/Mentions_legales_en.html?xtor=ADC-99";}

if(x=="asset_1"){temp=laBase+"le_groupe/nos_metiers/asset_management_fr.html?xtor=ADC-98";}
if(x=="asset_2" || x=="asset_3"){temp=laBase+"le_groupe/nos_metiers/asset_management_en.html?xtor=ADC-99";}

if(x=="logement_1"){temp=laBase+"achat_vente_appartement_fr.html?xtor=ADC-98";}
if(x=="logement_2" || x=="logement_3"){temp=laBase+"achat_vente_appartement_en.html?xtor=ADC-99";}

if(x=="conseil_1"){temp=+"achat_vente_appartement_fr.html?xtor=ADC-98";}
if(x=="conseil_2" || x=="conseil_3"){temp=laBase+"achat_vente_appartement_en.html?xtor=ADC-99";}

if(x=="listelogement_1"){temp=laBase+"programme_immobilier_ANTIBES_06600_Antibes-les-Pins-residence_132_logements_fr.html?xtor=ADC-98";}
if(x=="listelogement_2" || x=="listelogement_3"){temp=laBase+"programme_immobilier_ANTIBES_06600_Antibes-les-Pins-residence_132_logements_en.html?xtor=ADC-99";}

if(x=="cendrier_1"){temp=laBase+"programme_immobilier_ANTIBES_06600_Antibes-les-Pins-residence_132_presentation_fr.html?xtor=ADC-98";}
if(x=="cendrier_2" || x=="cendrier_3"){temp=laBase+"programme_immobilier_ANTIBES_06600_Antibes-les-Pins-residence_132_presentation_en.html?xtor=ADC-99";}


tempOpt=""+x
if(tempOpt.substr(0,6)=="renvoi"){
opt="resizable=1,tollbar=0,location=0,directorie=0,status=0,menubar=1,scrollbar=0,width=450,height=450";
window.open(temp,"fenetre",opt)}
else{window.open(temp)}
}


simplePreload('../img/ENT/ASSEMBLEE-NATIONALE.jpg','../img/ENT/AXE-EUROPE-EURALILLE.jpg','../img/ENT/carlyle.jpg','../img/ENT/CROSSING.jpg','../img/ENT/FEDERATION.jpg','../img/ENT/fonciere_des_regions.jpg','../img/ENT/la_mondiale.jpg','../img/ENT/le_magnum.jpg','../img/ENT/LE_MATRA.JPG','../img/ENT/le_prairial.jpg','../img/ENT/le_wilson.jpg','../img/ENT/LES_ECLUSES.jpg','../img/ENT/NEUILLYVICTORHUGO.jpg','../img/ENT/ope_b03_gr.jpg','../img/ENT/opus12.jpg','../img/ENT/PARC-INDUS-BONNEUIL.jpg','../img/ENT/philips.jpg','../img/ENT/ref_ent_givenchy.jpg','../img/ENT/ref_ent_justice.jpg','../img/ENT/ref_ent_steria.jpg','../img/ENT/ref_ent01_bnp.jpg','../img/ENT/ref_ent02_canal.jpg','../img/ENT/ref_ent03_cartier.jpg','../img/ENT/ref_ent04_cetelem.jpg','../img/ENT/ref_ent05_cic.jpg','../img/ENT/ref_ent07_coca.jpg','../img/ENT/ref_ent08_dexia.jpg','../img/ENT/ref_ent09_fnac.jpg','../img/ENT/ref_ent10_geodis.jpg','../img/ENT/ref_ent12_groupama.jpg','../img/ENT/ref_ent13_compaq.jpg','../img/ENT/ref_ent15_mederic.jpg','../img/ENT/ref_ent17_meco.jpg','../img/ENT/ref_ent19_mma.jpg','../img/ENT/ref_ent20b_renault.jpg','../img/ENT/ref_ent23_paris.jpg','../img/ENT/ref_ent24_agf.jpg','../img/ENT/ref_ent25_axa.jpg','../img/ENT/ref_ent26_awon.jpg','../img/ENT/ref_ent29_ca.jpg','../img/ENT/ref_ent31_deka.jpg','../img/ENT/ref_ent32_dbank.jpg','../img/ENT/ref_ent38_tishman.jpg','../img/ENT/refe_entre_b.jpg','../img/ENT/swiss_life.jpg','../img/ENT/tour-anjou.jpg');
 
function simplePreload(){ 
var args = simplePreload.arguments; 
document.imageArray = new Array(args.length);
for(var i=0; i<args.length; i++)
  {
    document.imageArray[i] = new Image;
    document.imageArray[i].src = args[i];
  }
}