function show(id,lg){
// OFFRE OFFER
if(id=='offer'){
	if(lg=='uk'){
		top.location="/Pages/of_intro_gb.shtml";
	}
	if(lg=='fr'){
		top.location="/Pages/of_intro.shtml";
	}
}
// VEHICULES NEUFS NEW VEHICLES
if(id=='newv'){
	if(lg=='uk'){
		top.location="http://offer.renault-trucks.com/ShowRoom_J23/FirePond/Pages/i_fr_english.html";
	}
	if(lg=='fr'){
		top.location="http://offer.renault-trucks.com/ShowRoom_J23/FirePond/Pages/i_fr_french.html";
	}
}
// VEHICULES D'OCCASION USED VEHICLES
if(id=='usedv'){
	if(lg=='uk'){
		top.location="http://www.truckone.renault-trucks.com/truckone/vo_index.htm?langue=en";
	}
	if(lg=='fr'){
		top.location="http://www.truckone.renault-trucks.com/truckone/vo_index.htm?langue=fr";
	}
}
// SERVICES
if(id=='servuk'){
	if(lg=='uk'){
		top.location="http://offer.renault-trucks.com/ShowRoom_J23/FirePond/Pages/i_fr_english_service.html";
	}
	if(lg=='fr'){
		top.location="http://offer.renault-trucks.com/ShowRoom_J23/FirePond/Pages/i_fr_french_service.html";
	}
}
// NOTRE RESEAU OUR NETWORK
if(id=='network'){
	if(lg=='uk'){
		top.location="http://www.renault-trucks.net:8080/rvinet/Serv_index?rep_lang=GB";
	}
	if(lg=='fr'){
		top.location="http://www.renault-trucks.net:8080/rvinet/Serv_index?rep_lang=F";
	}
}
// CORPORATE
if(id=='corporate'){
	if(lg=='uk'){
		top.location="http://62.23.9.87/index.asp?codelang=2";
	}
	if(lg=='fr'){
		top.location="http://62.23.9.87/index.asp?codelang=1";
	}
}
// LES INFOS PPESSE PRESS NEWS
if(id=='pnews'){
	if(lg=='uk'){
		top.location="http://62.23.9.87/frame_infogb.htm";
	}
	if(lg=='fr'){
		top.location="http://62.23.9.87/frame_info.htm";
	}
}
// RENAULT VI
if(id=='rvi'){
	if(lg=='uk'){
		top.location="http://62.23.9.87/frame_orgagb.htm";
	}
	if(lg=='fr'){
		top.location="http://62.23.9.87/frame_orga.htm";
	}
}
// PARTENAIRE DE L'OL OL PARTNER
if(id=='partol'){
	if(lg=='uk'){
		top.location="http://62.23.9.87/frame_olgb.htm";
	}
	if(lg=='fr'){
		top.location="http://62.23.9.87/frame_ol.htm";
	
	}
}
// TRAINING OPPORTUNITIES L'EMPLOI LA FORMATION
if(id=='emploi'){
	if(lg=='uk'){
window.open('http://62.23.9.87/emp/offformationgb.htm',"offres","menubar=yes,scrollbars=yes,resizable=yes,width=700,height=630");
	}
	if(lg=='fr'){
window.open('http://62.23.9.87/emp/offformation.htm',"offres","menubar=yes,scrollbars=yes,resizable=yes,width=700,height=630");
	}
	if(lg=='ukj'){
window.open('http://62.23.9.87/emp/offemploi.htm',"offres","menubar=yes,scrollbars=yes,resizable=yes,width=700,height=630");
	}
}
// FOURNISSEURS SUPPLIERS
if(id=='fourn'){
	if(lg=='uk'){
		window.open('http://www.renaultvi-mack.com/suppliers/us_version/index.html');
	}
	if(lg=='fr'){
		window.open('http://www.renaultvi-mack.com/suppliers/index.html');
	}
}
//  DRH
if(id=='drh'){
	if(lg=='uk'){
		window.open('http://www.renault-trucks.com/drh/gb/index.html',"drh","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=760,height=510");
	}
	if(lg=='fr'){
		window.open('http://www.renault-trucks.com/drh/index.htm',"drh","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=760,height=510");
	}
}
// PIECES DE RECHANGE
if(id=='pr'){
	if(lg=='uk'){
		top.location="http://ws.renault-trucks.com/L37PRCAT/web/controller?action=ViewFrames&CountryCode=FR&LanguageCode=EN";
	}
	if(lg=='fr'){
		top.location="http://ws.renault-trucks.com/L37PRCAT/web/controller?action=ViewFrames&CountryCode=FR&LanguageCode=FR";
	
	}
}
// BTP
if(id=='btp'){
	
	if(lg=='fr'){
		top.location="http://offer.renault-trucks.com/PartnerWeb_J23/FirePond/Pages/pw_set_parameters?env=PROD&languageID=1036&countryID=2100&applicationID=PartnerWeb_J23&pageName=a_btppro_accueil?linkid=page_enter&module=module_product&modeleID=&gammeID=&mode=";
	
	}
}

//  SITE INDISPONIBLE
if(id=='indisp'){
	if(lg=='uk'){
		window.open('indispo_gb.html',"drh","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=760,height=430");
	}
	if(lg=='fr'){
window.open('indispo_fr.html',"drh","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=760,height=430");
	}
}
//  CONTACT
if(id=='contact'){
		j=Math.floor((screen.height*550)/768);
		k=Math.floor((screen.width-620)/2);
		fin='height='+j+',left='+k;
	if(lg=='uk'){
		w=window.open('http://j23contact.renault-trucks.com/J23CONTACT/web/controller?action=contact.PrepareWelcome&langue=en&mode=1','contact','toolbar=yes,status=yes,scrollbars=yes,width=620,top=10,'+fin);
		w.focus();
	}
	if(lg=='fr'){
		w=window.open('http://j23contact.renault-trucks.com/J23CONTACT/web/controller?action=contact.PrepareWelcome&langue=fr&mode=1','contact','toolbar=yes,status=yes,scrollbars=yes,width=620,top=10,'+fin);
		w.focus();		
	}
	if(lg=='nl'){
		w=window.open('http://ws.renault-trucks.com/J23CONTACT/web/controller?action=contact.PrepareWelcome&langue=nl&mode=1','contact','toolbar=yes,status=yes,scrollbars=yes,width=620,top=10,'+fin);
		w.focus();		
	}
	if(lg=='de'){
		w=window.open('http://ws.renault-trucks.com/J23CONTACT/web/controller?action=contact.PrepareWelcome&langue=de&mode=1','contact','toolbar=yes,status=yes,scrollbars=yes,width=620,top=10,'+fin);
		w.focus();		
	}
	if(lg=='es'){
		w=window.open('http://ws.renault-trucks.com/J23CONTACT/web/controller?action=contact.PrepareWelcome&langue=es&mode=1','contact','toolbar=yes,status=yes,scrollbars=yes,width=620,top=10,'+fin);
		w.focus();		
	}
	if(lg=='it'){
		w=window.open('http://ws.renault-trucks.com/J23CONTACT/web/controller?action=contact.PrepareWelcome&langue=it&mode=1','contact','toolbar=yes,status=yes,scrollbars=yes,width=620,top=10,'+fin);
		w.focus();		
	}
}
//  TRUCKER
if(id=='trucker'){
	if(lg=='fr'){
		window.open('tour/tour_2002.html','tour','toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=635,height=530');
	}
}
//  SERVICE 24
if(id=='serv24'){
	if(lg=='fr'){
		window.open('http://www.renault-trucks.com/track/tracking_fr.htm','tour','toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=620,height=460');
	}
	if(lg=='gb'){
		window.open('http://www.renault-trucks.com/track/track_gb.htm','tour','toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=620,height=460');
	}	
}
//  NOUVEAU FASTER
if(id=='master'){
	if(lg=='fr'){
		window.open('bauma/index.html','mast','toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=775,height=685');
	}
	if(lg=='uk'){
		window.open('bauma/index.html','mast','toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=775,height=685');
	}	
}
//  NOUVEAU MASCOTT
if(id=='mascott2004'){
	if(lg=='fr'){
		window.open('nmascott/mascott_fr.htm','mast','toolbar=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=680,height=620');
	}
	if(lg=='uk'){
		window.open('nmascott/mascott_en.htm','mast','toolbar=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=680,height=620');
	}	
}
//  PUNCHER
if(id=='puncher'){
	if(lg=='fr'){
		window.open('npuncher/puncher_fr.htm','puncher','toolbar=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=645,height=360');
	}
	if(lg=='uk'){
		window.open('npuncher/puncher_uk.htm','puncher','toolbar=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=645,height=360');
	}	
}
//  HANOVRE
if(id=='han2004'){
	if(lg=='fr'){
		window.open('http://renault-trucks.jetmultimedia.fr/index.php?lang=fr','puncher','width=727,height=444');
	}
	if(lg=='uk'){
		window.open('http://renault-trucks.jetmultimedia.fr/index.php?lang=en','puncher','width=727,height=444');
	}	
}
if(id=='radiance'){
	if(lg=='fr'){
		window.open('radiance/radiance_fr.htm','radiance','width=644,height=410');
	}
	if(lg=='uk'){
		window.open('radiance/radiance_en.htm','puncher','width=644,height=410');
	}	
}
if(id=='dakar'){
	if(lg=='fr'){
		window.open('http://renault-trucks2.jetmultimedia.fr/site/root.php?lang=fr','dakar','width=745,height=485');
	}
	if(lg=='uk'){
		window.open('http://renault-trucks2.jetmultimedia.fr/site/root.php?lang=en','dakar','width=745,height=485');
	}	
}



}