function index(direct,arg)
{
	browserSize();
	document.getElementById('globalId').style.left = curWidth/2 - parseInt(document.getElementById('globalId').style.width)/2;
		
	
	// Chargement des blocs de HOME
	//loadXMLDoc('navId','nav.php');
		nav();
	loadXMLDoc('zone_lienId','block_lien.php');
	loadXMLDoc('fond_gauche_milieuId','fond_gauche.php');

	loadXMLDoc('zone_lien2Id','zone_lien.php');
	
	if(direct!=""){
		if(arg!=""){
			loadXMLDoc('fond_central_principalId',direct+'.php?arg='+arg);
		}else{
			loadXMLDoc('fond_central_principalId',direct+'.php');
		}
	}
	//else
	//	loadXMLDoc('fond_centre_milieuId','home.php');
	
	document.getElementById('logo_eraiId').onclick = function gourl() { window.open("http://www.erai.org") };
	//document.getElementById('d_frId').onclick = function (){ window.open('../data/Flyer_FR.pdf'); }
	//document.getElementById('d_deId').onclick = function (){ window.open('../data/Flyer_DE.pdf'); }
	//document.getElementById('d_gbId').onclick = function (){ window.open('../data/program.pdf');	}
	//document.getElementById('d_chId').onclick = function (){ window.open('../data/Flyer_CH.pdf');	}
	//document.getElementById('d_sweId').onclick = function (){ window.open('../data/Flyer_SVE.pdf'); }
	//document.getElementById('d_jpId').onclick = function (){ window.open('../data/Flyer_JP.pdf');	}
	//document.getElementById('d_itId').onclick = function (){ window.open('../data/Flyer_IT.pdf'); }
	//document.getElementById('d_tkId').onclick = function (){ window.open('../data/Flyer_TK.pdf'); }
	//document.getElementById('d_spId').onclick = function (){ window.open('../data/Flyer_SP.pdf'); }
	
	var chemin = "../img/";

		// Si toutes les images ont la même extension
		// L'extension de toutes les images
		
		
		// Si toutes les images sont dans le même répertoire et ont la même extension
		// Le nom de chaque image à précharger, peu importe l'ordre
		var liste_images = new Array(
		'pgm_jour1.jpg',
		'pgm_jour1_bis.jpg',
		'pgm_jour2.jpg',
		'pgm_jour2_bis.jpg',
		'pgm_jour3.jpg',
		'pgm_jour3_bis.jpg',
		'regis_logo_fees.jpg',
		'regis_logo_fees2.jpg',
		'registration_logo_participants.jpg',
		'registration_logo_participants2.jpg',
		'registration_logo_press.jpg',
		'registration_logo_press2.jpg',
		'venue_logo_access.jpg',
		'venue_logo_access2.jpg',
		'venue_logo_hotel.jpg',
		'venue_logo_hotel2.jpg',
		'venue_logo_map.jpg',
		'venue_logo_map2.jpg',
		'venue_logo_visit.jpg',
		'venue_logo_visit2.jpg',
		'venue_logo_visit2.jpg',
		'logo_inform.gif',
		'logo_inform2.gif'
		);
		
		// Si les images sont dans des répertoires différents ou ont des extensions différentes, indiquer dans le tableau précédent le chemin et l'extension de chaque image
		
		// Un tableau qui permettra le stockage 'virtuel' des images pour les précharger
		document.image_chargee = new Array();
		
		
		// La fonction de préchargement

		
		// Pour chaque image
			for ( i = 0; i < liste_images.length; i++ ) {
			
			// on créé virtuellement une image
			document.image_chargee[i] = new Image;
			
			// On en indique la source en assemblant le chemin, le nom et l'extension
			document.image_chargee[i].src = chemin + liste_images[i] ;
			
			//Si les images sont dans des répertoires différents ou ont des extensions différentes, ne pas mettre 'chemin + liste_images[i] + extension' mais uniquement les variables nécessaires
			}
		

	
}

function login()
{
	if(document.getElementById('fond_loginId')){
			document.getElementById('fond_loginId').style.backgroundImage = "url('../img/logo_suite.gif')";	
		}
		if(document.getElementById('fond_login2Id'))
		{
			document.getElementById('fond_login2Id').style.backgroundImage = "url('../img/logo_suite.gif')";
		}
		if(document.getElementById('fond_login3Id'))
		{
			document.getElementById('fond_login3Id').style.backgroundImage = "url('../img/logo_suite.gif')";
		}
}

<!-- //////////// Roll de la navigation			 		-->
function home()
{
}

<!-- //////////// Roll de la navigation			 		-->
function roll_nav()
{
	bt_pgm = document.getElementById('nav_bt_pgmId');
	bt_regis = document.getElementById('nav_bt_regisId');
	bt_part = document.getElementById('nav_bt_partId');
	bt_speaker = document.getElementById('nav_bt_speakersId');
	bt_sponsorship = document.getElementById('nav_bt_sponsorshipId');
	bt_social = document.getElementById('nav_bt_socialId');
	bt_organiser = document.getElementById('nav_bt_organiserId');
	bt_press = document.getElementById('nav_bt_pressId');
	bt_news = document.getElementById('nav_bt_newsId');
	bt_venue = document.getElementById('nav_bt_venueId');
	
	bt_pgm.style.color="white";
	bt_regis.style.color="white";
	bt_part.style.color="white"; 
	bt_speaker.style.color="white"; 
	bt_sponsorship.style.color="white"; 
	bt_social.style.color="white"; 
	bt_organiser.style.color="white"; 
	bt_press.style.color="white"; 
	bt_news.style.color="white"; 
	bt_venue.style.color="white"; 

	bt_pgm.onmouseover = function (){bt_pgm.style.color="#66CCFF";}
	bt_pgm.onmouseout = function (){bt_pgm.style.color="white";}
	bt_regis.onmouseover = function (){bt_regis.style.color="#66CCFF";}
	bt_regis.onmouseout = function (){bt_regis.style.color="white";}
	bt_part.onmouseover = function (){bt_part.style.color="#66CCFF";}
	bt_part.onmouseout = function (){bt_part.style.color="white";}
	bt_speaker.onmouseover = function (){bt_speaker.style.color="#66CCFF";}
	bt_speaker.onmouseout = function (){bt_speaker.style.color="white";}
	bt_sponsorship.onmouseover = function (){bt_sponsorship.style.color="#66CCFF";}
	bt_sponsorship.onmouseout = function (){bt_sponsorship.style.color="white";}
	bt_social.onmouseover = function (){bt_social.style.color="#66CCFF";}
	bt_social.onmouseout = function (){bt_social.style.color="white";}
	bt_organiser.onmouseover = function (){bt_organiser.style.color="#66CCFF";}
	bt_organiser.onmouseout = function (){bt_organiser.style.color="white";}
	bt_press.onmouseover = function (){bt_press.style.color="#66CCFF";}
	bt_press.onmouseout = function (){bt_press.style.color="white";}
	bt_news.onmouseover = function (){bt_news.style.color="#66CCFF";}
	bt_news.onmouseout = function (){bt_news.style.color="white";}
	bt_venue.onmouseover = function (){bt_venue.style.color="#66CCFF";}
	bt_venue.onmouseout = function (){bt_venue.style.color="white";}
}

<!-- //////////// NAVIGATION			 		-->
function nav()
{	
	roll_nav();
		
	bt_pgm.onclick = function ()
	{
		roll_nav();
		bt_pgm.onmouseover = ""
		bt_pgm.onmouseout = ""
		bt_pgm.style.color="#66CCFF";

		roll_lien();
		roll_lien_bis();
		roll_logo_inform();
		roll_subscribe();
		
		login();
		return false;
	}
	
	bt_regis.onclick = function ()
	{
		roll_nav();
		bt_regis.onmouseover = ""
		bt_regis.onmouseout = ""
		bt_regis.style.color="#66CCFF";
		
				
		roll_lien();
		roll_lien_bis();
		roll_logo_inform();
		roll_subscribe();
		login();
		return false;
	}
	
	bt_part.onclick = function ()
	{
		roll_nav();
		bt_part.onmouseover = ""
		bt_part.onmouseout = ""
		bt_part.style.color="#66CCFF";
				
		roll_lien();
		roll_lien_bis();
		roll_logo_inform();
		roll_subscribe();
		login();
		return false;
	}
	
	bt_speaker.onclick = function ()
	{
		roll_nav();
		bt_speaker.onmouseover = ""
		bt_speaker.onmouseout = ""

		bt_speaker.style.color="#66CCFF"; 
				
		roll_lien();
		roll_lien_bis();
		roll_logo_inform();
		roll_subscribe();
		login();
		return false;
	}
	
	bt_sponsorship.onclick = function ()
	{
		roll_nav();
		bt_sponsorship.onmouseover = ""
		bt_sponsorship.onmouseout = ""
		bt_sponsorship.style.color="#66CCFF"; 
		
		roll_lien();
		roll_lien_bis();
		roll_logo_inform();
		roll_subscribe();
		login();
		return false;
	}
	
	bt_social.onclick = function ()
	{
		roll_nav();
		bt_social.onmouseover = ""
		bt_social.onmouseout = ""
		bt_social.style.color="#66CCFF"; 

		roll_lien();
		roll_lien_bis();
		roll_logo_inform();
		roll_subscribe();
		login();
		return false;
	}
	
	bt_organiser.onclick = function ()
	{
		roll_nav();
		bt_organiser.onmouseover = ""
		bt_organiser.onmouseout = ""
		bt_organiser.style.color="#66CCFF"; 
		
		roll_lien();
		roll_lien_bis();
		roll_logo_inform();
		roll_subscribe();
		login();
		return false;
	}
	
	bt_press.onclick = function ()
	{
		roll_nav();
		bt_press.onmouseover = ""
		bt_press.onmouseout = "" 
		bt_press.style.color="#66CCFF"; 

		roll_lien();
		roll_lien_bis();
		roll_logo_inform();
		roll_subscribe();
		login();
		return false;
	}
	
	bt_news.onclick = function ()
	{
		roll_nav();
		bt_news.onmouseover = ""
		bt_news.onmouseout = ""
		bt_news.style.color="#66CCFF"; 
		
		roll_lien();
		roll_lien_bis();
		roll_logo_inform();
		roll_subscribe();
		login();
		return false;
	}
	
	bt_venue.onclick = function ()
	{
		roll_nav();
		bt_venue.onmouseover = ""
		bt_venue.onmouseout = ""
		bt_venue.style.color="#66CCFF";   
		
		roll_lien();
		roll_lien_bis();
		roll_logo_inform();
		roll_subscribe();
		login();
		return false;
		venue_bt();
	}
}


<!-- //////////// Roll lien en haut droit			 		-->
function roll_lien()
{
	bt_contact = document.getElementById('contact_txtId');
	bt_home = document.getElementById('home_txtId');
	
	bt_contact.style.color="white";
	bt_home.style.color="white";
	
	bt_contact.onmouseover = function (){bt_contact.style.color="#FEA100";}
	bt_contact.onmouseout = function (){bt_contact.style.color="white";}
	bt_home.onmouseover = function (){bt_home.style.color="#FEA100";}
	bt_home.onmouseout = function (){bt_home.style.color="white";}
}
<!-- //////////// LIEN HAUT DROIT			 		-->
function block_lien()
{
	bt_contact = document.getElementById('contact_txtId');
	bt_home = document.getElementById('home_txtId');
	
	bt_contact.style.color="white";
	bt_home.style.color="#FEA100";
	
	bt_contact.onmouseover = function (){bt_contact.style.color="#FEA100";}
	bt_contact.onmouseout = function (){bt_contact.style.color="white";}
	bt_home.onmouseover = ""
	bt_home.onmouseout = ""
	
	
	bt_contact.onclick = function ()
	{
		bt_contact.onmouseover = ""
		bt_contact.onmouseout = ""
		bt_contact.style.color="#FEA100";
		bt_home.style.color="white";
		
		bt_home.onmouseover = function (){bt_home.style.color="#FEA100";}
		bt_home.onmouseout = function (){bt_home.style.color="white";}
	
		roll_nav();
		roll_lien_bis();
		roll_logo_inform();
		roll_subscribe();
		loadXMLDoc('fond_central_principalId','contact.php');
		login();
	}
	
	bt_home.onclick = function ()
	{
		bt_home.onmouseover = ""
		bt_home.onmouseout = ""
		bt_home.style.color="#FEA100";
		bt_contact.style.color="white";
		bt_contact.onmouseover = function (){bt_contact.style.color="#FEA100";}
		bt_contact.onmouseout = function (){bt_contact.style.color="white";}
		
		roll_nav();
		roll_lien_bis();
		roll_logo_inform();
		roll_subscribe();
		login();
	}
}


<!-- //////////// Roll lien bas droit			 		-->
function roll_lien_bis()
{
	bt_credit = document.getElementById('credit_txtId');
	bt_site = document.getElementById('site_txt_mapId');

	bt_credit.style.color="white";
	bt_site.style.color="white";

	bt_credit.onmouseover = function (){bt_credit.style.color="#FEA100";}
	bt_credit.onmouseout = function (){bt_credit.style.color="white";}
	bt_site.onmouseover = function (){bt_site.style.color="#FEA100";}
	bt_site.onmouseout = function (){bt_site.style.color="white";}
}
<!-- //////////// LIEN BAS DROIT			 		-->
function zone_lien()
{
	bt_site = document.getElementById('site_txt_mapId');
	bt_credit = document.getElementById('credit_txtId');

	bt_credit.style.color="white";
	bt_site.style.color="white";
	
	bt_credit.onmouseover = function (){bt_credit.style.color="#FEA100";}
	bt_credit.onmouseout = function (){bt_credit.style.color="white";}
	bt_site.onmouseover = function (){bt_site.style.color="#FEA100";}
	bt_site.onmouseout = function (){bt_site.style.color="white";}
	
	document.getElementById('site_txt_mapId').onclick = function ()
	{
		window.location = 'sitemap.php';
		
		bt_site.onmouseover = ""
		bt_site.onmouseout = ""
		
		bt_site.style.color="#FEA100";
		bt_credit.style.color="white";
		bt_credit.onmouseover = function (){bt_credit.style.color="#FEA100";}
		bt_credit.onmouseout = function (){bt_credit.style.color="white";}
		
		roll_lien();
		roll_nav();
		roll_logo_inform();
		roll_subscribe();
		login();
	}
	
	document.getElementById('credit_txtId').onclick = function ()
	{
		bt_credit.onmouseover = ""
		bt_credit.onmouseout = ""	
		loadXMLDoc('fond_central_principalId','credit.php');
		
		bt_credit.style.color="#FEA100";
		bt_site.style.color="white";
		document.getElementById('text_navId').style.color="white";
		bt_site.onmouseover = function (){bt_site.style.color="#FEA100";}
		bt_site.onmouseout = function (){bt_site.style.color="white";}
		
		roll_lien();
		roll_nav();
		roll_logo_inform();
		roll_subscribe();	
		login();
	}
}
<!-- //////////// SITE MAP			 		-->
function site_map()
{
	loadXMLDoc('espace_orangeId','site_map2.php');

	roll_lien();
	roll_nav();
	roll_logo_inform();	
	roll_subscribe();
	
	document.getElementById('homeId').onmouseover = function () {document.getElementById('homeId').style.textDecoration = "underline";}
	document.getElementById('homeId').onmouseout = function () {document.getElementById('homeId').style.textDecoration = "none";}
	document.getElementById('pgmId').onmouseover = function () {document.getElementById('pgmId').style.textDecoration = "underline";}
	document.getElementById('pgmId').onmouseout = function () {document.getElementById('pgmId').style.textDecoration = "none";}
	document.getElementById('regisId').onmouseover = function () {document.getElementById('regisId').style.textDecoration = "underline";}
	document.getElementById('regisId').onmouseout = function () {document.getElementById('regisId').style.textDecoration = "none";}
	document.getElementById('partId').onmouseover = function () {document.getElementById('partId').style.textDecoration = "underline";}
	document.getElementById('partId').onmouseout = function () {document.getElementById('partId').style.textDecoration = "none";}
	document.getElementById('speakerId').onmouseover = function () {document.getElementById('speakerId').style.textDecoration = "underline";}
	document.getElementById('speakerId').onmouseout = function () {document.getElementById('speakerId').style.textDecoration = "none";}
	document.getElementById('sponsorshipId').onmouseover = function () {document.getElementById('sponsorshipId').style.textDecoration = "underline";}
	document.getElementById('sponsorshipId').onmouseout = function () {document.getElementById('sponsorshipId').style.textDecoration = "none";}
	document.getElementById('socialId').onmouseover = function () {document.getElementById('socialId').style.textDecoration = "underline";}
	document.getElementById('socialId').onmouseout = function () {document.getElementById('socialId').style.textDecoration = "none";}
	document.getElementById('organisersId').onmouseover = function () {document.getElementById('organisersId').style.textDecoration = "underline";}
	document.getElementById('organisersId').onmouseout = function () {document.getElementById('organisersId').style.textDecoration = "none";}
	document.getElementById('pressId').onmouseover = function () {document.getElementById('pressId').style.textDecoration = "underline";}
	document.getElementById('pressId').onmouseout = function () {document.getElementById('pressId').style.textDecoration = "none";}
	document.getElementById('newsId').onmouseover = function () {document.getElementById('newsId').style.textDecoration = "underline";}
	document.getElementById('newsId').onmouseout = function () {document.getElementById('newsId').style.textDecoration = "none";}
	document.getElementById('venueId').onmouseover = function () {document.getElementById('venueId').style.textDecoration = "underline";}
	document.getElementById('venueId').onmouseout = function () {document.getElementById('venueId').style.textDecoration = "none";}
	document.getElementById('contactId').onmouseover = function () {document.getElementById('contactId').style.textDecoration = "underline";}
	document.getElementById('contactId').onmouseout = function () {document.getElementById('contactId').style.textDecoration = "none";}
	document.getElementById('creditId').onmouseover = function () {document.getElementById('creditId').style.textDecoration = "underline";}
	document.getElementById('creditId').onmouseout = function () {document.getElementById('creditId').style.textDecoration = "none";}
	document.getElementById('informId').onmouseover = function () {document.getElementById('informId').style.textDecoration = "underline";}
	document.getElementById('informId').onmouseout = function () {document.getElementById('informId').style.textDecoration = "none";}
	document.getElementById('subscribeId').onmouseover = function () {document.getElementById('subscribeId').style.textDecoration = "underline";}
	document.getElementById('subscribeId').onmouseout = function () {document.getElementById('subscribeId').style.textDecoration = "none";}
	
	document.getElementById('pgmId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','program.php');
		document.getElementById('nav_bt_pgmId').onmouseover="";
		document.getElementById('nav_bt_pgmId').onmouseout="";
		document.getElementById('nav_bt_pgmId').style.color="#66CCFF";
		roll_lien_bis();
	}
	document.getElementById('regisId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','registration.php');
		document.getElementById('nav_bt_regisId').onmouseover="";
		document.getElementById('nav_bt_regisId').onmouseout="";
		document.getElementById('nav_bt_regisId').style.color="#66CCFF";
		roll_lien_bis();
	}
	document.getElementById('partId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','participants_networking.php');
		document.getElementById('nav_bt_partId').onmouseover="";
		document.getElementById('nav_bt_partId').onmouseout="";
		document.getElementById('nav_bt_partId').style.color="#66CCFF";
		roll_lien_bis();
	}
	document.getElementById('speakerId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','speakers.php');
		document.getElementById('nav_bt_speakersId').onmouseover="";
		document.getElementById('nav_bt_speakersId').onmouseout="";
		document.getElementById('nav_bt_speakersId').style.color="#66CCFF";
		roll_lien_bis();
	}
	document.getElementById('sponsorshipId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','sponsorship.php');
		document.getElementById('nav_bt_sponsorshipId').onmouseover="";
		document.getElementById('nav_bt_sponsorshipId').onmouseout="";
		document.getElementById('nav_bt_sponsorshipId').style.color="#66CCFF";
		roll_lien_bis();
	}
	document.getElementById('socialId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','social_events.php');
		document.getElementById('nav_bt_socialId').onmouseover="";
		document.getElementById('nav_bt_socialId').onmouseout="";
		document.getElementById('nav_bt_socialId').style.color="#66CCFF";
		roll_lien_bis();
	}
	document.getElementById('organisersId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','organiser_partner.php');
		document.getElementById('nav_bt_organiserId').onmouseover="";
		document.getElementById('nav_bt_organiserId').onmouseout="";
		document.getElementById('nav_bt_organiserId').style.color="#66CCFF";
		roll_lien_bis();
	}
	document.getElementById('pressId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','press_download.php');
		document.getElementById('nav_bt_pressId').onmouseover="";
		document.getElementById('nav_bt_pressId').onmouseout="";
		document.getElementById('nav_bt_pressId').style.color="#66CCFF";
		roll_lien_bis();
	}
	document.getElementById('newsId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','news.php');
		document.getElementById('nav_bt_newsId').onmouseover="";
		document.getElementById('nav_bt_newsId').onmouseout="";
		document.getElementById('nav_bt_newsId').style.color="#66CCFF";
		roll_lien_bis();
	}
	document.getElementById('venueId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','venue.php');
		document.getElementById('nav_bt_venueId').onmouseover="";
		document.getElementById('nav_bt_venueId').onmouseout="";
		document.getElementById('nav_bt_venueId').style.color="#66CCFF";
		roll_lien_bis();
	}
		
	document.getElementById('subscribeId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','newsletter.php');
		document.getElementById('suscribeId').onmouseover="";
		document.getElementById('suscribeId').onmouseout="";
		document.getElementById('suscribeId').style.color="#FEA100";
		roll_lien_bis();
	}
	document.getElementById('informId').onclick = function ()
	{
		roll_lien_bis();
		loadXMLDoc('fond_central_principalId','inform.php');
		document.getElementById('logo_informId').onmouseover = "";
		document.getElementById('logo_informId').onmouseout = "";
		document.getElementById('logo_informId').src = "../img/logo_inform2.gif";
	}
	document.getElementById('contactId').onclick = function ()
	{
		roll_lien_bis();
		loadXMLDoc('fond_central_principalId','contact.php');
		document.getElementById('contact_txtId').onmouseover="";
		document.getElementById('contact_txtId').onmouseout="";
		document.getElementById('contact_txtId').style.color="#FEA100";
	}
	document.getElementById('creditId').onclick = function ()
	{
		roll_lien_bis();
		loadXMLDoc('fond_central_principalId','credit.php');
		document.getElementById('credit_txtId').onmouseover="";
		document.getElementById('credit_txtId').onmouseout="";
		document.getElementById('credit_txtId').style.color="#FEA100";
	}
}

<!-- //////////// CREDIT			 		-->
function credit()
{
	loadXMLDoc('espace_orangeId','credit2.php');
}
function credit2()
{
	document.getElementById('lien_credit_photoId').onclick = function (){open('mailto:ncalluaud@hotmail.com','_SELF');}
	document.getElementById('lien_sevanovaId').onclick = function (){window.open("http://www.sevanova.com");}
}

<!-- //////////// CONTACT			 		-->
function contact()
{
	loadXMLDoc('espace_orangeId','contact2.php');
}
function contact2()
{
	document.getElementById('lien_piegayId').onclick = function (){open('mailto:emmanuel.piegay@erai.org','_SELF')}
	document.getElementById('lien_dessauxId').onclick = function (){open('mailto:virginie.dessaux@erai.org','_SELF')}
	document.getElementById('lien_hiairrassaryId').onclick = function (){open('mailto:emilie.hiairrassary@erai.org','_SELF')}
	document.getElementById('lien_mail_tnbId').onclick = function (){open('mailto:tnb2007@erai.org','_SELF')}
	<!--/*document.getElementById('lien_site_tnbId').onclick = function (){window.open("http://www.tnb2007.com")}*/-->
}

<!-- //////////// INFORM			 		-->
function inform()
{
	loadXMLDoc('espace_orangeId','inform2.php');
}
function inform2()
{
	document.getElementById('inform_validId').onmousedown = function()
	{
		formToExecute = new formToDb("usr",document.getElementById('inform_form'),"aa","espace_accessId");
		loadXMLDoc('result_form','inform_check.php?'+formToExecute.urlConstruct,"GET",1);
	}
}



<!-- //////////// FOND GAUCHE			 		                                ///////-->
function fond_gauche()
{
	loadXMLDoc('blockloginId','blocklogin.php');
	loadXMLDoc('blocknewsletterId','blocknewsletter.php');
	loadXMLDoc('blocknewsId','blocknews.php');
	
	roll_logo_inform();
	
	document.getElementById('logo_informId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','inform.php');
		
		document.getElementById('logo_informId').onmouseover = "";
		document.getElementById('logo_informId').onmouseout = "";
		
		document.getElementById('logo_informId').src = "../img/logo_inform2.gif";
		
		roll_lien();
		roll_lien_bis();
		roll_nav();
		roll_subscribe();
		login();
	}
}
function roll_subscribe()
{
	document.getElementById('suscribeId').style.color="#DAE8D0";
	document.getElementById('suscribeId').onmouseover=function (){document.getElementById('suscribeId').style.color="#FEA100";}
	document.getElementById('suscribeId').onmouseout=function (){document.getElementById('suscribeId').style.color="#DAE8D0";}
}

function roll_logo_inform()
{
	document.getElementById('logo_informId').src = "../img/logo_inform.gif";
	document.getElementById('logo_informId').onmouseover = function (){document.getElementById('logo_informId').src = "../img/logo_inform2.gif";}
	document.getElementById('logo_informId').onmouseout = function (){document.getElementById('logo_informId').src = "../img/logo_inform.gif";}
}
<!-- //////////// BLOCK LOGIN			 		-->
function blocklogin()
{
	document.getElementById('nav_bt_regisId').style.display="";
	
	document.getElementById('envoyerloginId').onclick = function ()
	{
		roll_lien();
		roll_lien_bis();
		roll_nav();
		formToExecute = new formToDb("usr",document.getElementById('formloginId'),"login2.php","espace_accessId");
		loadXMLDoc('espace_accessId','login_check.php?'+formToExecute.urlConstruct,"GET",1);
		roll_subscribe();
		roll_logo_inform();
	}
	document.getElementById('inputloginId').onclick = function ()
	{
		roll_lien();
		roll_lien_bis();
		roll_nav();
		roll_subscribe();
		roll_logo_inform();
	}
	document.getElementById('inputlogin2Id').onclick = function ()
	{
		roll_lien();
		roll_lien_bis();
		roll_nav();
		roll_subscribe();
		roll_logo_inform();
	}
}
<!-- //////////// BLOCK NEWS			 		-->
function blocknews()
{
	document.getElementById('news_lienId').onclick = function ()
	{
		roll_lien();
		roll_lien_bis();
		roll_nav();
		roll_subscribe();
		roll_logo_inform();
		
		document.getElementById('nav_bt_newsId').style.color="#66CCFF"; 
		
		roll_logo_inform();
		login();
	}	
}
<!-- //////////// BLOCK NEWSLETER			 		-->
function blocknewsletter()
{
	document.getElementById('suscribeId').style.color="white";
	document.getElementById('suscribeId').onmouseover=function (){document.getElementById('suscribeId').style.color = "#FEA100";}
	document.getElementById('suscribeId').onmouseout=function (){document.getElementById('suscribeId').style.color="white";}
	
	document.getElementById('suscribeId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','newsletter.php');
		
		roll_lien();
		roll_lien_bis();
		roll_nav();
		roll_logo_inform();
		document.getElementById('suscribeId').onmouseover="";
		document.getElementById('suscribeId').onmouseout="";
		document.getElementById('suscribeId').style.color = "#FEA100";		
		login();
	}
}
<!-- //////////// NEWSLETTER			 		-->
function newsletter()
{
	loadXMLDoc('espace_orangeId','newsletter2.php');
}
function newsletter2(){}
function go_newsletter()
{
		formToExecute = new formToDb("usr",document.getElementById('formnewsletterId'),"aa","espace_accessId");
		loadXMLDoc('checkFormId','newsletter_check.php?'+formToExecute.urlConstruct,"GET",1);
}
function newsletter_unset(email)
{
	loadXMLDoc('espace_orangeId','newsletter_unset.php?newsletter_unset='+email);
}


<!-- //////////// PROGRAM			 												//////-->

function program(day,spk)
{
	//loadXMLDoc('orange_bisId','program_day.php');
	
	bt_jour1 = document.getElementById('pgm_jour1Id');
	bt_jour2 = document.getElementById('pgm_jour2Id');
	bt_jour3 = document.getElementById('pgm_jour3Id');
	//program_intro = document.getElementById('program_introId');
	
	bt_jour1.style.backgroundImage = "url('../img/pgm_jour1.jpg')";
	bt_jour2.style.backgroundImage = "url('../img/pgm_jour2.jpg')";
	bt_jour3.style.backgroundImage = "url('../img/pgm_jour3.jpg')";
	
	bt_jour1.onmouseover = function (){bt_jour1.style.backgroundImage = "url('../img/pgm_jour1_bis.jpg')";}
	bt_jour2.onmouseover = function (){bt_jour2.style.backgroundImage = "url('../img/pgm_jour2_bis.jpg')";}
	bt_jour3.onmouseover = function (){bt_jour3.style.backgroundImage ="url('../img/pgm_jour3_bis.jpg')";}
	
	bt_jour1.onmouseout = function (){bt_jour1.style.backgroundImage ="url('../img/pgm_jour1.jpg')";}
	bt_jour2.onmouseout = function (){bt_jour2.style.backgroundImage ="url('../img/pgm_jour2.jpg')";}
	bt_jour3.onmouseout = function (){bt_jour3.style.backgroundImage ="url('../img/pgm_jour3.jpg')";}
	
	if(day == "")
		loadXMLDoc('orange_bisId','program_intro.php');
	else
		loadXMLDoc('orange_bisId','program_day.php?day='+day+'&spk='+spk);
	
	
	document.getElementById('pgm_downloadId').onclick = function ()
	{
		window.open('../data/program_GB.pdf');
	}
	
	bt_jour1.onclick = function ()
	{
		
		//program_intro.style.display="none";
		
		bt_jour1.onmouseover = "";
		bt_jour1.onmouseout = "";
		
		bt_jour1.style.backgroundImage = "url('../img/pgm_jour1_bis.jpg')";
		bt_jour2.style.backgroundImage = "url('../img/pgm_jour2.jpg')";
		bt_jour3.style.backgroundImage = "url('../img/pgm_jour3.jpg')";
		
		
		bt_jour2.onmouseover = function (){bt_jour2.style.backgroundImage = "url('../img/pgm_jour2_bis.jpg')";}
		bt_jour3.onmouseover = function (){bt_jour3.style.backgroundImage = "url('../img/pgm_jour3_bis.jpg')";}
		
		
		bt_jour2.onmouseout = function (){bt_jour2.style.backgroundImage ="url('../img/pgm_jour2.jpg')";}
		bt_jour3.onmouseout = function (){bt_jour3.style.backgroundImage ="url('../img/pgm_jour3.jpg')";}
		loadXMLDoc('orange_bisId','program_day.php?day=1');
	}
	bt_jour2.onclick = function ()
	{
		
		//program_intro.style.display="none";
		
		bt_jour2.onmouseover = "";
		bt_jour2.onmouseout = "";
		
		bt_jour1.style.backgroundImage = "url('../img/pgm_jour1.jpg')";
		bt_jour2.style.backgroundImage = "url('../img/pgm_jour2_bis.jpg')";
		bt_jour3.style.backgroundImage = "url('../img/pgm_jour3.jpg')";
		
		bt_jour1.onmouseover = function (){bt_jour1.style.backgroundImage ="url('../img/pgm_jour1_bis.jpg')";}
		bt_jour3.onmouseover = function (){bt_jour3.style.backgroundImage ="url('../img/pgm_jour3_bis.jpg')";}
		
		bt_jour1.onmouseout = function (){bt_jour1.style.backgroundImage ="url('../img/pgm_jour1.jpg')";}
		bt_jour3.onmouseout = function (){bt_jour3.style.backgroundImage ="url('../img/pgm_jour3.jpg')";}
		loadXMLDoc('orange_bisId','program_day.php?day=2');
	}
	bt_jour3.onclick = function ()
	{
		
		//program_intro.style.display="none";
		
		bt_jour3.onmouseover = "";
		bt_jour3.onmouseout = "";
		
		bt_jour1.style.backgroundImage = "url('../img/pgm_jour1.jpg')";
		bt_jour2.style.backgroundImage = "url('../img/pgm_jour2.jpg')";
		bt_jour3.style.backgroundImage = "url('../img/pgm_jour3_bis.jpg')";
		
		bt_jour2.onmouseover = function (){bt_jour2.style.backgroundImage = "url('../img/pgm_jour2_bis.jpg')";}
		bt_jour1.onmouseover = function (){bt_jour1.style.backgroundImage ="url('../img/pgm_jour1_bis.jpg')";}
	
		bt_jour2.onmouseout = function (){bt_jour2.style.backgroundImage = "url('../img/pgm_jour2.jpg')";}
		bt_jour1.onmouseout = function (){bt_jour1.style.backgroundImage ="url('../img/pgm_jour1.jpg')";}
		
		loadXMLDoc('orange_bisId','program_day.php?day=3');
	}
}

function program_day(spkid)
{
	if(spkid!="" && spkid!="undefined")
		window.location.hash=spkid;
}


<!-- //////////// REGISTRATION			 												//////-->
function registration()
{	
	document.getElementById('regis_logo_veloId').onclick = function gourl() { window.open("http://www.tcl.fr") };
	//loadXMLDoc('espace_orangeId','regis_closed.php');
	loadXMLDoc('espace_orangeId','registration_part.php');
	
}
<!-- //////////// REGIS PARTICIPANT			 		-->
function registration_part()
{	
	loadXMLDoc('titre_textId','regis_part_titre.php');
	participant_logo = document.getElementById('regis_part_logo_participantsId');
	press_logo = document.getElementById('regis_part_logo_pressId');
	fees_logo = document.getElementById('regis_part_logo_feesId');
		
	participant_logo.onmouseover = ""
	participant_logo.onmouseout = ""
	participant_logo.style.backgroundImage = "url('../img/registration_logo_participants2.jpg')";
	press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";
	fees_logo.style.backgroundImage = "url('../img/regis_logo_fees.jpg')";
	
	press_logo.onmouseover = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press2.jpg')";}
	press_logo.onmouseout = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";}
	fees_logo.onmouseover = function(){fees_logo.style.backgroundImage = "url('../img/regis_logo_fees2.jpg')";}
	fees_logo.onmouseout = function(){fees_logo.style.backgroundImage = "url('../img/regis_logo_fees.jpg')";}
	
	bt_valid = document.getElementById('regis_part_bouton_validerId');
	bt_valid.style.display = "";
	
	press_logo.onclick = function ()
	{
		press_logo.onmouseover = ""
		press_logo.onmouseout = ""
		loadXMLDoc('regis_espace_blancId','registration_press.php');
		
		participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";
		press_logo.style.backgroundImage = "url('../img/registration_logo_press2.jpg')";
		fees_logo.style.backgroundImage = "url('../img/regis_logo_fees.jpg')";
	
		press_logo.onmouseover = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press2.jpg')";}
		press_logo.onmouseout = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";}
		fees_logo.onmouseover = function(){fees_logo.style.backgroundImage = "url('../img/registration_logo_fees2.jpg')";}
		fees_logo.onmouseout = function(){fees_logo.style.backgroundImage = "url('../img/registration_logo_fees.jpg')";}
	}
	
	fees_logo.onclick = function ()
	{
		fees_logo.onmouseover = ""
		fees_logo.onmouseout = ""
		loadXMLDoc('regis_espace_blancId','registration_fees.php');
		
		participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";
		press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";
		fees_logo.style.backgroundImage = "url('../img/regis_logo_fees2.jpg')";
	
		press_logo.onmouseover = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press2.jpg')";}
		press_logo.onmouseout = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";}
		participant_logo.onmouseover = function(){participant_logo.style.backgroundImage = "url('../img/registration_logo_participants2.jpg')";}
		participant_logo.onmouseout = function(){participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";}
	}
	
	bt_valid.onclick = function ()
	{
	  window.location.hash = 'error_form';
		formToExecute = new formToDb("usr",document.getElementById('formregispartId'),"aa","espace_accessId");
		loadXMLDoc('checkFormId','registration_check.php?'+formToExecute.urlConstruct,"GET",1);
	}
}
<!-- //////////// REGIS PRESS			 		-->
function registration_press()
{	
	loadXMLDoc('titre_textId','regis_press_titre.php');
	participant_logo = document.getElementById('regis_part_logo_participantsId');
	press_logo = document.getElementById('regis_part_logo_pressId');
	
	bt_valid = document.getElementById('regis_part_bouton_validerId');
	bt_valid.style.display = "";
	
	press_logo.onmouseover = ""
	press_logo.onmouseout = ""
		
	participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";
	press_logo.style.backgroundImage = "url('../img/registration_logo_press2.jpg')";
	fees_logo.style.backgroundImage = "url('../img/regis_logo_fees.jpg')";
	
	participant_logo.onmouseover = function(){participant_logo.style.backgroundImage = "url('../img/registration_logo_participants2.jpg')";}
	participant_logo.onmouseout = function(){participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";}
	fees_logo.onmouseover = function(){fees_logo.style.backgroundImage = "url('../img/regis_logo_fees2.jpg')";}
	fees_logo.onmouseout = function(){fees_logo.style.backgroundImage = "url('../img/regis_logo_fees.jpg')";}
		
	participant_logo.onclick = function ()
	{
		loadXMLDoc('espace_orangeId','registration_part.php');
		participant_logo.onmouseover = ""
		participant_logo.onmouseout = ""
		
		participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";
		press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";
		
		press_logo.onmouseover = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press2.jpg')";}
		press_logo.onmouseout = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";}
		fees_logo.onmouseover = function(){fees_logo.style.backgroundImage = "url('../img/regis_logo_fees2.jpg')";}
		fees_logo.onmouseout = function(){fees_logo.style.backgroundImage = "url('../img/regis_logo_fees.jpg')";}
	}
	
	fees_logo.onclick = function ()
	{
		fees_logo.onmouseover = ""
		fees_logo.onmouseout = ""
		loadXMLDoc('regis_espace_blancId','registration_fees.php');
		
		participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";
		press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";
		fees_logo.style.backgroundImage = "url('../img/regis_logo_fees2.jpg')";
	
		press_logo.onmouseover = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press2.jpg')";}
		press_logo.onmouseout = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";}
		participant_logo.onmouseover = function(){participant_logo.style.backgroundImage = "url('../img/registration_logo_participants2.jpg')";}
		participant_logo.onmouseout = function(){participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";}
		
	}
	
	press_valid = document.getElementById('regis_part_bouton_valider');
	bt_valid.onclick = function ()
	{
		formToExecute = new formToDb("usr",document.getElementById('formregispartId'),"aa","espace_accessId");
		loadXMLDoc('checkFormId','registration_check.php?'+formToExecute.urlConstruct,"GET",1);
	}
}

<!-- //////////// REGIS FEES			 		-->
function registration_fees()
{	
	loadXMLDoc('titre_textId','regis_fees_titre.php');
	participant_logo = document.getElementById('regis_part_logo_participantsId');
	press_logo = document.getElementById('regis_part_logo_pressId');
	fees_logo = document.getElementById('regis_part_logo_feesId');
	
	document.getElementById('lien_mail_tvaconseil').onclick = function (){ open('mailto:peter.johansson@tvaconseil.com','_SELF');}
	document.getElementById('lien_mail_tvaconseil').onmouseover= function (){document.getElementById('lien_mail_tvaconseil').style.textDecoration= "underline ";} 
	document.getElementById('lien_mail_tvaconseil').onmouseout= function (){document.getElementById('lien_mail_tvaconseil').style.textDecoration= "none ";} 
	
	document.getElementById('lien_docTVAId').onclick = function (){ window.open("../data/Get_back_your_VAT.doc");}
	document.getElementById('lien_docTVAId').onmouseover= function (){document.getElementById('lien_docTVAId').style.textDecoration= "underline ";} 
	document.getElementById('lien_docTVAId').onmouseout= function (){document.getElementById('lien_docTVAId').style.textDecoration= "none ";} 

	document.getElementById('lien_TnBId').onclick = function (){ window.open("http://www.tnb2007.com");}
	document.getElementById('lien_TnBId').onmouseover= function (){document.getElementById('lien_TnBId').style.textDecoration= "underline ";} 
	document.getElementById('lien_TnBId').onmouseout= function (){document.getElementById('lien_TnBId').style.textDecoration= "none ";} 
	
	document.getElementById('lien_privacyId').onclick = function (){ loadXMLDoc('fond_central_principalId','privacy.php');;}
	document.getElementById('lien_privacyId').onmouseover= function (){document.getElementById('lien_privacyId').style.textDecoration= "underline ";} 
	document.getElementById('lien_privacyId').onmouseout= function (){document.getElementById('lien_privacyId').style.textDecoration= "none ";} 
	
	bt_valid = document.getElementById('regis_part_bouton_validerId');
	bt_valid.style.display = "none";
	fees_logo.onmouseover = ""
	fees_logo.onmouseout = ""
		
	participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";
	press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";
	fees_logo.style.backgroundImage = "url('../img/regis_logo_fees2.jpg')";
	
	participant_logo.onmouseover = function(){participant_logo.style.backgroundImage = "url('../img/registration_logo_participants2.jpg')";}
	participant_logo.onmouseout = function(){participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";}
	press_logo.onmouseover = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press2.jpg')";}
	press_logo.onmouseout = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";}
	
	participant_logo.onclick = function ()
	{
		loadXMLDoc('espace_orangeId','registration_part.php');
		participant_logo.onmouseover = ""
		participant_logo.onmouseout = ""
		
		participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";
		press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";
		fees_logo.style.backgroundImage = "url('../img/regis_logo_fees.jpg')";
		
		press_logo.onmouseover = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press2.jpg')";}
		press_logo.onmouseout = function(){press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";}
		fees_logo.onmouseover = function(){fees_logo.style.backgroundImage = "url('../img/regis_logo_fees2.jpg')";}
		fees_logo.onmouseout = function(){fees_logo.style.backgroundImage = "url('../img/regis_logo_fees.jpg')";}
	}
	
	press_logo.onclick = function ()
	{
		press_logo.onmouseover = ""
		press_logo.onmouseout = ""

		loadXMLDoc('regis_espace_blancId','registration_press.php');
		
		participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";
		press_logo.style.backgroundImage = "url('../img/registration_logo_press2.jpg')";
		fees_logo.style.backgroundImage = "url('../img/regis_logo_fees.jpg')";
	
		participant_logo.onmouseover = function(){participant_logo.style.backgroundImage = "url('../img/registration_logo_participants2.jpg')";}
		participant_logo.onmouseout = function(){participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";}
		fees_logo.onmouseover = function(){fees_logo.style.backgroundImage = "url('../img/regis_logo_fees2.jpg')";}
		fees_logo.onmouseout = function(){fees_logo.style.backgroundImage = "url('../img/regis_logo_fees.jpg')";}
		
	}
}



<!-- ////////////PARTICIPANTS NETWORKING			 												//////-->
function participants_networking()
{
	loadXMLDoc('espace_orangeId','participants_networking2.php');
}



<!-- //////////// SPEAKERS			 												//////-->
function speakers(spkid,day)
{
	
	lien='';
	if(spkid!="" && spkid!="undefined" )
	{
		lien='?spkid='+spkid;
		if(day!="" && day!="undefined" )
			lien+='&day='+day;
	}
	loadXMLDoc('espace_orangeId','speakers_bis.php'+lien);
	
}

function speakers_bis(spkid)
{
	if(spkid!="" && spkid!="undefined")
		window.location.hash=spkid;
}

function speaker_go(spkid,day)
{
	loadXMLDoc('espace_orangeId','speakers2.php?spk='+spkid+'&day='+day);
}
function speakers2(spkid,day)
{
	
	lien='';
	if(spkid!="" && spkid!="undefined" ) 
		lien='?spkid='+spkid;
	
	document.getElementById('speakers_logo_detailId').onclick = function ()
	{	
		loadXMLDoc('espace_orangeId','speakers_bis.php'+lien);
	}
	
	document.getElementById('speakers_logo_precedentId').onclick = function ()
	{	
		loadXMLDoc('fond_central_principalId','program.php?spk='+spkid+'&day='+day);
		roll_lien();
		roll_nav();
		document.getElementById('nav_bt_pgmId').style.color="white";
		roll_subscribe();
		roll_logo_inform();
		login();
	}
}



<!-- //////////// SPONSORSHIP			 												//////-->
function sponsorship()
{
		loadXMLDoc('espace_orangeId','sponsorship2.php');
}
function sponsorship2()
{
	document.getElementById('spo_logo_renaultId').onclick = function gourl() { window.open("http://www.renault-trucks.com") };
	document.getElementById('spo_logo_inoplastId').onclick = function gourl() { window.open("http://www.inoplast.com") };
	document.getElementById('spo_logo_irisbusId').onclick = function gourl() { window.open("http://www.irisbus.com/") };
	document.getElementById('spo_logo_rhodiaId').onclick = function gourl() { window.open("http://www.rhodia.com/") };
	document.getElementById('spo_logo_pirouxId').onclick = function gourl() { window.open("http://www.piroux.com/") };
	document.getElementById('spo_logo_metroplastId').onclick = function gourl() { window.open("http://www.plasticomnium.com/metroplast/") };
	document.getElementById('spo_logo_siemensId').onclick = function gourl() { window.open("http://www.siemensvdo.fr/") };
	document.getElementById('spo_logo_safetyId').onclick = function gourl() { window.open("http://www.esafetysupport.org/") };
	
	document.getElementById('spo_bord_basId').onclick = function gourl() { window.open("http://www.renault-trucks.com") };
	document.getElementById('spo_bord_basId').onmouseover= function (){document.getElementById('spo_bord_basId').style.color= "#FF6600";document.getElementById('spo_bord_basId').style.textDecoration= "underline ";} 
	document.getElementById('spo_bord_basId').onmouseout= function (){document.getElementById('spo_bord_basId').style.textDecoration= "none ";} 

	document.getElementById('spo_bord_bas2Id').onclick = function gourl() { window.open("http://www.inoplast.com") };
	document.getElementById('spo_bord_bas2Id').onmouseover= function (){document.getElementById('spo_bord_bas2Id').style.color= "#FF6600";document.getElementById('spo_bord_bas2Id').style.textDecoration= "underline ";} 
	document.getElementById('spo_bord_bas2Id').onmouseout= function (){document.getElementById('spo_bord_bas2Id').style.textDecoration= "none ";} 

	document.getElementById('spo_bord_bas3Id').onclick = function gourl() { window.open("http://www.irisbus.com/") };
	document.getElementById('spo_bord_bas3Id').onmouseover= function (){document.getElementById('spo_bord_bas3Id').style.color= "#FF6600";document.getElementById('spo_bord_bas3Id').style.textDecoration= "underline ";} 
	document.getElementById('spo_bord_bas3Id').onmouseout= function (){document.getElementById('spo_bord_bas3Id').style.textDecoration= "none ";} 

	document.getElementById('spo_bord_bas4Id').onclick = function gourl() { window.open("http://www.rhodia.com/") };
	document.getElementById('spo_bord_bas4Id').onmouseover= function (){document.getElementById('spo_bord_bas4Id').style.color= "#FF6600";document.getElementById('spo_bord_bas4Id').style.textDecoration= "underline ";} 
	document.getElementById('spo_bord_bas4Id').onmouseout= function (){document.getElementById('spo_bord_bas4Id').style.textDecoration= "none ";} 
	
	document.getElementById('spo_bord_bas5Id').onclick = function gourl() { window.open("http://www.piroux.com/") };
	document.getElementById('spo_bord_bas5Id').onmouseover= function (){document.getElementById('spo_bord_bas5Id').style.color= "#FF6600";document.getElementById('spo_bord_bas5Id').style.textDecoration= "underline ";} 
	document.getElementById('spo_bord_bas5Id').onmouseout= function (){document.getElementById('spo_bord_bas5Id').style.textDecoration= "none ";} 
	
	document.getElementById('spo_bord_bas6Id').onclick = function gourl() { window.open("http://www.plasticomnium.com/metroplast/") };
	document.getElementById('spo_bord_bas6Id').onmouseover= function (){document.getElementById('spo_bord_bas6Id').style.color= "#FF6600";document.getElementById('spo_bord_bas6Id').style.textDecoration= "underline ";} 
	document.getElementById('spo_bord_bas6Id').onmouseout= function (){document.getElementById('spo_bord_bas6Id').style.textDecoration= "none ";} 
	
	document.getElementById('spo_bord_bas7Id').onclick = function gourl() { window.open("http://www.siemensvdo.fr/") };
	document.getElementById('spo_bord_bas7Id').onmouseover= function (){document.getElementById('spo_bord_bas7Id').style.color= "#FF6600";document.getElementById('spo_bord_bas7Id').style.textDecoration= "underline ";} 
	document.getElementById('spo_bord_bas7Id').onmouseout= function (){document.getElementById('spo_bord_bas7Id').style.textDecoration= "none ";} 
	
	document.getElementById('spo_bord_bas8Id').onclick = function gourl() { window.open("http://www.esafetysupport.org/") };
	document.getElementById('spo_bord_bas8Id').onmouseover= function (){document.getElementById('spo_bord_bas8Id').style.color= "#FF6600";document.getElementById('spo_bord_bas8Id').style.textDecoration= "underline ";} 
	document.getElementById('spo_bord_bas8Id').onmouseout= function (){document.getElementById('spo_bord_bas8Id').style.textDecoration= "none ";} 
	
	document.getElementById('lien_site_tnbId').onclick = function (){open('mailto:tnb2007@erai.org','_SELF')}
	document.getElementById('lien_site_tnbId').onmouseover= function (){document.getElementById('lien_site_tnbId').style.textDecoration= "underline ";} 
	document.getElementById('lien_site_tnbId').onmouseout= function (){document.getElementById('lien_site_tnbId').style.textDecoration= "none ";} 
	
}

function red(){}


<!-- //////////// SOCIAL EVENTS			 												//////-->
function social_events()
{
	loadXMLDoc('espace_orangeId','social_events2.php');
}
function social_events2()
{
	
	document.getElementById('lien_innovativeId').onmousedown = function gourl() { loadXMLDoc('liste_social_eventsId','innovative.php'); };
	document.getElementById('lien_innovativeId').onmouseover= function (){document.getElementById('lien_innovativeId').style.color= "#FF6600";document.getElementById('lien_innovativeId').style.textDecoration= "underline ";} 
	document.getElementById('lien_innovativeId').onmouseout= function (){document.getElementById('lien_innovativeId').style.textDecoration= "none ";} 
	
	document.getElementById('social_siteId').onclick = function gourl() { window.open("http://www.bocuse.com") };
	document.getElementById('social_siteId').onmouseover= function (){document.getElementById('social_siteId').style.color= "#FF6600";document.getElementById('social_siteId').style.textDecoration= "underline ";} 
	document.getElementById('social_siteId').onmouseout= function (){document.getElementById('social_siteId').style.textDecoration= "none ";} 

	document.getElementById('social_site2Id').onclick = function gourl() { window.open("http://www.lyon.fr") };
	document.getElementById('social_site2Id').onmouseover= function (){document.getElementById('social_site2Id').style.color= "#FF6600";document.getElementById('social_site2Id').style.textDecoration= "underline ";} 
	document.getElementById('social_site2Id').onmouseout= function (){document.getElementById('social_site2Id').style.textDecoration= "none ";} 

	document.getElementById('social_lienId').onclick = function (){open('mailto:tnb2007@erai.org','_SELF')}
	document.getElementById('social_lienId').onmouseover= function (){document.getElementById('social_lienId').style.color= "#FF6600";document.getElementById('social_lienId').style.textDecoration= "underline ";} 
	document.getElementById('social_lienId').onmouseout= function (){document.getElementById('social_lienId').style.textDecoration= "none ";} 

}

function innovative()
{

	document.getElementById('inn_retourId').onmousedown = function gourl() { loadXMLDoc('espace_orangeId','social_events2.php'); };
	document.getElementById('inn_retourId').onmouseout = function (){document.getElementById('inn_retourId').style.textDecoration= "underline ";} 
	document.getElementById('inn_retourId').onmouseover = function (){document.getElementById('inn_retourId').style.textDecoration= "none ";} 
	
}

<!-- //////////// ORGANISERS PARTNERS			 												//////-->
function organiser_partner()
{
	loadXMLDoc('espace_orangeId','organiser_partner2.php');
}
function organiser_partner2()
{		
	document.getElementById('organiser_logo_saeId').onclick = function gourl() { window.open("http://www.sae.org/servlets/index") };
	document.getElementById('organiser_logo_cbuId').onclick = function gourl() { window.open("http://www.cbuauto.com/") };
	document.getElementById('organiser_logo_rhoneId').onclick = function gourl() { window.open("http://www.rhonealpes.fr/") };
	document.getElementById('organiser_logo_GLyonId').onclick = function gourl() { window.open("http://www.grandlyon.com/") };
	document.getElementById('organiser_logo_automotive_clusterId').onclick = function gourl() { window.open("http://www.automotive-cluster.fr/") };
	document.getElementById('organiser_logo_siaId').onclick = function gourl() { window.open("http://www.sia.fr/") };
	
	document.getElementById('organiser_global_insightId').onclick = function gourl() { window.open("http://www.globalinsight.com") };
	document.getElementById('organiser_logo_urban_lyonId').onclick = function gourl() {window.open("http://www.lyon.cci.fr/site/cms/2006012411151244/Economie-lyonnaise/Poles-de-competitivite-clusters-et-reseaux/Lyon-Urban-Truck---Bus-2015/Lyon-Urban-Truck--amp--Bus-2015?") };
	document.getElementById('organiser_logo_automotive_swedenId').onclick = function gourl() { window.open("http://www.automotivesweden.org/") };
	
	document.getElementById('organiser_logo_proximumId').onclick = function gourl() { window.open("http://www.proximum.fr/") };
	document.getElementById('organiser_logo_ubiId').onclick = function gourl() {window.open("http://www.ubifrance.fr/") };
	document.getElementById('organiser_logo_bibendumId').onclick = function gourl() { window.open("http://www.challengebibendum.com/challenge/front/index.jsp") };
	document.getElementById('organiser_logo_thesameId').onclick = function gourl() { window.open("http://www.thesame-innovation.com/") };
	document.getElementById('organiser_logo_lyonId').onclick = function gourl() {window.open("http://www.lyon.cci.fr/site/cms/2004122010584752/Chambre-de-commerce-et-d-industrie-Lyon---Creation-cession-reprise-d-entreprise?") };
	document.getElementById('organiser_logo_poleId').onclick = function gourl() { window.open("http://www.competitivite.gouv.fr/") };
	document.getElementById('organiser_logo_afiiId').onclick = function gourl() { window.open("http://www.investinfrance.org/France/?l=fr") };
	document.getElementById('organiser_logo_sasId').onclick = function gourl() { window.open("http://www.fkg.se/index.asp?langid=uk") };
	document.getElementById('organiser_logo_congresId').onclick = function gourl() { window.open("http://www.itsworldcongress.com") };
	document.getElementById('organiser_logo_ecId').onclick = function gourl() { window.open("http://www.eurocities.org/main.php") };
	
	document.getElementById('organiser_logo_classeId').onclick = function gourl() { window.open("http://www.classe-export.com/") };
	document.getElementById('organiser_logo_inretsId').onclick = function gourl() { window.open("http://www.inrets.fr/") };
	document.getElementById('organiser_logo_keolisId').onclick = function gourl() {window.open("http://www.keolis.com/index_fla.asp") };
	document.getElementById('organiser_logo_ifpId').onclick = function gourl() { window.open("http://www.ifp.fr/") };
}



<!-- //////////// PRESS DOWNLOAD			 												//////-->
function press_download()
{
	loadXMLDoc('espace_orangeId','press2.php');
}


function press2()
{		
	/*document.getElementById('press_logo1Id').onclick = function ()
	{	
		loadXMLDoc('espace_orangeId','press_gallery.php');
	}*/
	
	/*
	
	document.getElementById('download_documentId').onclick = function (){	window.open('../data/RA automotive cluster General presentation.pdf');}
	document.getElementById('download_documentId').onmouseover = function (){ document.getElementById('download_documentId').style.backgroundImage="url('../img/download_document.jpg')";}
	document.getElementById('download_documentId').onmouseout = function (){ document.getElementById('download_documentId').style.backgroundImage="url('../img/download_document2.jpg')";}
	
	document.getElementById('download_document_LUTBId').onclick = function (){	window.open('../data/LUTB.pdf');}
	document.getElementById('download_document_LUTBId').onmouseover = function (){ document.getElementById('download_document_LUTBId').style.backgroundImage="url('../img/download_document.jpg')";}
	document.getElementById('download_document_LUTBId').onmouseout = function (){ document.getElementById('download_document_LUTBId').style.backgroundImage="url('../img/download_document2.jpg')";}
	
	document.getElementById('download_document_metroId').onclick = function (){	window.open('../data/Lyon_Metro_Map.pdf');}
	document.getElementById('download_document_metroId').onmouseover = function (){ document.getElementById('download_document_metroId').style.backgroundImage="url('../img/download_document.jpg')";}
	document.getElementById('download_document_metroId').onmouseout = function (){ document.getElementById('download_document_metroId').style.backgroundImage="url('../img/download_document2.jpg')";}
	
	document.getElementById('download_document_kitId').onclick = function (){	window.open('../data/Welcome_kit.pdf');}
	document.getElementById('download_document_kitId').onmouseover = function (){ document.getElementById('download_document_kitId').style.backgroundImage="url('../img/download_document.jpg')";}
	document.getElementById('download_document_kitId').onmouseout = function (){ document.getElementById('download_document_kitId').style.backgroundImage="url('../img/download_document2.jpg')";}

	document.getElementById('download_document_supplierId').onclick = function (){	window.open('http://www.supplierbusiness.com/trucks');}
	document.getElementById('download_document_supplierId').onmouseover = function (){ document.getElementById('download_document_supplierId').style.backgroundImage="url('../img/download_document.jpg')";}
	document.getElementById('download_document_supplierId').onmouseout = function (){ document.getElementById('download_document_supplierId').style.backgroundImage="url('../img/download_document2.jpg')";}

	document.getElementById('download_document_interregsId').onclick = function (){	window.open('../data/interregs/InterRegs.jpg');}
	document.getElementById('download_document_interregsId').onmouseover = function (){ document.getElementById('download_document_interregsId').style.backgroundImage="url('../img/download_document.jpg')";}
	document.getElementById('download_document_interregsId').onmouseout = function (){ document.getElementById('download_document_interregsId').style.backgroundImage="url('../img/download_document2.jpg')";}
	document.getElementById('press_logo9Id').onclick = function (){	window.open('http://www.interregs.com');}
*/
	document.getElementById('download_document_frId').onclick = function (){ window.open('../data/program_FR.pdf');	}
	
	document.getElementById('download_document_deId').onclick = function (){ window.open('../data/Flyer_DE.pdf');	}
	
	document.getElementById('download_document_gbId').onclick = function (){ window.open('../data/program_GB.pdf'); }
	
	document.getElementById('download_document_chId').onclick = function (){ window.open('../data/Flyer_CH.pdf');	}
	
	document.getElementById('download_document_sveId').onclick = function (){ window.open('../data/Flyer_SVE.pdf');	}
	
	document.getElementById('download_document_jpId').onclick = function (){ window.open('../data/Flyer_CH.pdf');	}
	
	document.getElementById('download_document_itId').onclick = function (){ window.open('../data/Flyer_IT.pdf');	}
	document.getElementById('download_document_tkId').onclick = function (){ window.open('../data/Flyer_TK.pdf');	}
	document.getElementById('download_document_spId').onclick = function (){ window.open('../data/Flyer_SP.pdf');	}
	document.getElementById('download_document_ruId').onclick = function (){ window.open('../data/Flyer_RU.pdf');	}
	
	document.getElementById('download_document2_gbId').onclick = function (){ window.open('../data/ubi/CP-UK.pdf');	}
	document.getElementById('download_document2_deId').onclick = function (){ window.open('../data/ubi/CP-Allemand.pdf');	}
	document.getElementById('download_document2_frId').onclick = function (){ window.open('../data/ubi/CP-FR.pdf');	}
	document.getElementById('download_document2_itId').onclick = function (){ window.open('../data/ubi/CP-Italie.pdf');	}
	document.getElementById('download_document2_spId').onclick = function (){ window.open('../data/ubi/CP-Espagne.pdf');	}
	document.getElementById('download_document2_poId').onclick = function (){ window.open('../data/ubi/CP-Pologne.pdf');	}
	document.getElementById('download_document2_ruId').onclick = function (){ window.open('../data/ubi/CP-RU.pdf');	}
	
}
function press_gallery()
{
	loadXMLDoc('titre_textId','press_gallery_titre.php');
	loadXMLDoc('press_espace_photoId','press_gallery_bis.php');
	document.getElementById('press_retourId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','press_download.php');
	}
}

function press_gallery_bis()
{
	document.getElementById('press_gallery_photo1Id').onclick = function ()
	{
		document.getElementById('press_gallery_photo1Id').visibility = "inherit";
		document.getElementById('press_espace_photId').style.backgroundImage = "";
		document.getElementById('press_gallery_photo3Id').style.backgroundImage = "";
		document.getElementById('press_gallery_photo4Id').style.backgroundImage = "";
		document.getElementById('press_gallery_photo5Id').style.backgroundImage = "";
	}
	document.getElementById('press_gallery_photo2Id').onclick = function ()
	{
		document.getElementById('press_gallery_photo1Id').style.backgroundImage = "";
		document.getElementById('press_gallery_photo2Id').style.backgroundImage = "";
		document.getElementById('press_gallery_photo3Id').style.backgroundImage = "";
		document.getElementById('press_gallery_photo4Id').style.backgroundImage = "";
		document.getElementById('press_gallery_photo5Id').style.backgroundImage = "";
	}
}

<!-- //////////// NEWS			 												//////-->
function news(){	loadXMLDoc('espace_orangeId','news2.php');}
function news2(){}



<!-- //////////// VENUE			 												//////-->

function venue()
{
	loadXMLDoc('venue_orange_mainId','venue2.php');
	document.getElementById('venue_fleche_retourId').onclick = function ()
	{
		loadXMLDoc('fond_central_principalId','venue.php');
	}
	venue_bt();

	bt_map.onclick = function ()
	{
		venue_bt_map();
		loadXMLDoc('venue_orange_mainId','venue_map.php');
	}
	bt_access.onclick = function ()
	{
		venue_bt_access();
		loadXMLDoc('venue_orange_mainId','venue_access.php');
	}
	bt_hotel.onclick = function ()
	{
		venue_bt_hotel();
		loadXMLDoc('venue_orange_mainId','venue_hotel.php');
	}
	bt_visit.onclick = function () 
	{
		venue_bt_visit();
		loadXMLDoc('venue_orange_mainId','venue_tourisme.php');
	}
}
function venue_bt()
{
	bt_map = document.getElementById('venue_map_logoId');
	bt_access = document.getElementById('venue_logo_accessId');
	bt_hotel = document.getElementById('venue_logo_hotelId');
	bt_visit = document.getElementById('venue_logo_visitId');
	
	bt_map.style.backgroundImage = "url('../img/venue_logo_map.jpg')";
  bt_access.style.backgroundImage = "url('../img/venue_logo_access.jpg')";
	bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel.jpg')";
	bt_visit.style.backgroundImage = "url('../img/venue_logo_visit.jpg')";
	
	bt_map.style.cursor = "pointer";
	bt_access.style.cursor = "pointer";
	bt_hotel.style.cursor = "pointer";
	bt_visit.style.cursor = "pointer";
			
	bt_map.onmouseover = function (){bt_map.style.backgroundImage = "url('../img/venue_logo_map2.jpg')";}
	bt_access.onmouseover =function (){ bt_access.style.backgroundImage = "url('../img/venue_logo_access2.jpg')";}
	bt_hotel.onmouseover = function (){bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel2.jpg')";}
	bt_visit.onmouseover = function (){bt_visit.style.backgroundImage = "url('../img/venue_logo_visit2.jpg')";}
	
	bt_map.onmouseout = function (){bt_map.style.backgroundImage = "url('../img/venue_logo_map.jpg')";}
	bt_access.onmouseout = function (){bt_access.style.backgroundImage = "url('../img/venue_logo_access.jpg')";}
	bt_hotel.onmouseout = function (){bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel.jpg')";}
	bt_visit.onmouseout = function (){bt_visit.style.backgroundImage = "url('../img/venue_logo_visit.jpg')";}
}
function venue2()
{
	document.getElementById('lien_tvaId').onclick = function (){ window.open("http://www.tvaconseil.com");}
	document.getElementById('lien_tvaId').onmouseover= function (){document.getElementById('lien_tvaId').style.textDecoration= "underline ";} 
	document.getElementById('lien_tvaId').onmouseout= function (){document.getElementById('lien_tvaId').style.textDecoration= "none ";} 

	document.getElementById('lien_docTVAId').onclick = function (){ window.open("../data/Get_back_your_VAT.doc");}
	document.getElementById('lien_docTVAId').onmouseover= function (){document.getElementById('lien_docTVAId').style.textDecoration= "underline ";} 
	document.getElementById('lien_docTVAId').onmouseout= function (){document.getElementById('lien_docTVAId').style.textDecoration= "none ";} 

	document.getElementById('lien_mail_tnbId').onclick = function (){open('mailto:tnb2007@erai.org','_SELF')}
	document.getElementById('lien_mail_tnbId').onmouseover= function (){document.getElementById('lien_mail_tnbId').style.textDecoration= "underline ";} 
	document.getElementById('lien_mail_tnbId').onmouseout= function (){document.getElementById('lien_mail_tnbId').style.textDecoration= "none ";} 
	
	document.getElementById('lien_site_tnbId').onclick = function (){window.open("http://www.tnb2007.com")}
	document.getElementById('lien_site_tnbId').onmouseover= function (){document.getElementById('lien_site_tnbId').style.textDecoration= "underline ";} 
	document.getElementById('lien_site_tnbId').onmouseout= function (){document.getElementById('lien_site_tnbId').style.textDecoration= "none ";} 
	
	document.getElementById('lien_hiairrassaryId').onclick = function (){open('mailto:emilie.hiairrassary@erai.org','_SELF')}
	document.getElementById('lien_hiairrassaryId').onmouseover= function (){document.getElementById('lien_hiairrassaryId').style.textDecoration= "underline ";} 
	document.getElementById('lien_hiairrassaryId').onmouseout= function (){document.getElementById('lien_hiairrassaryId').style.textDecoration= "none ";} 
	
	document.getElementById('lien_mail_tvaconseil').onclick = function (){ open('mailto:peter.johansson@tvaconseil.com','_SELF');}
	document.getElementById('lien_mail_tvaconseil').onmouseover= function (){document.getElementById('lien_mail_tvaconseil').style.textDecoration= "underline ";} 
	document.getElementById('lien_mail_tvaconseil').onmouseout= function (){document.getElementById('lien_mail_tvaconseil').style.textDecoration= "none ";} 
	
	
}

function venue_map()
{
	document.getElementById('map_txtId').onclick = function ()
	{
		window.open('../data/Access.pdf');
	}
	document.getElementById('map_txt2Id').onclick = function ()
	{
		window.open('../data/situation.pdf');
	}
	document.getElementById('map_txt3Id').onclick = function ()
	{
		window.open("../data/Welcome_kit.pdf")
		//popup("../img/TnB_map.jpg","760","680");
	}
	document.getElementById('map_txt3Id').onclick = function ()
	{
		window.open('../data/Lyon_Metro_Map.pdf');
	}


	document.getElementById('access_logoId').onclick = function ()
	{
		window.open('../data/Access.pdf');
	}
	document.getElementById('map_logoId').onclick = function ()
	{
		window.open('../data/situation.pdf');
	}	
	document.getElementById('lyon_center_logoId').onclick = function ()
	{
		window.open("../data/Welcome_kit.pdf")
		//popup("../img/TnB_map.jpg","760","680");
	}	
	document.getElementById('metro_map_logoId').onclick = function ()
	{
		window.open('../data/Lyon_Metro_Map.pdf');
	}	
	
	document.getElementById('lien_cccId').onclick = function (){window.open("http://www.ccc-lyon.com")}
	document.getElementById('lien_cccId').onmouseover= function (){document.getElementById('lien_cccId').style.textDecoration= "underline ";} 
	document.getElementById('lien_cccId').onmouseout= function (){document.getElementById('lien_cccId').style.textDecoration= "none ";} 
	
}
function venue_access()
{
	loadXMLDoc('titre_textId','venue_access_titre.php');
	document.getElementById('venue_espace_avion_basId').onclick = function gourl() { window.open("http://www.lyon.aeroport.fr") };
	document.getElementById('venue_espace_avion_basId').onmouseover= function (){document.getElementById('venue_espace_avion_basId').style.color= "#FF6600";document.getElementById('venue_espace_avion_basId').style.textDecoration= "underline ";} 
	document.getElementById('venue_espace_avion_basId').onmouseout= function (){document.getElementById('venue_espace_avion_basId').style.textDecoration= "none ";} 
	
	document.getElementById('venue_espace_velo_basId').onclick = function gourl() { window.open("http://www.velov.grandlyon.com/") };
	document.getElementById('venue_espace_velo_basId').onmouseover= function (){document.getElementById('venue_espace_velo_basId').style.color= "#FF6600";document.getElementById('venue_espace_velo_basId').style.textDecoration= "underline ";} 
	document.getElementById('venue_espace_velo_basId').onmouseout= function (){document.getElementById('venue_espace_velo_basId').style.textDecoration= "none ";} 

	document.getElementById('venue_espace_tgv_basId').onclick = function gourl() { window.open("http://www.voyages-sncf.com") };
	document.getElementById('venue_espace_tgv_basId').onmouseover= function (){document.getElementById('venue_espace_tgv_basId').style.color= "#FF6600";document.getElementById('venue_espace_tgv_basId').style.textDecoration= "underline ";} 
	document.getElementById('venue_espace_tgv_basId').onmouseout= function (){document.getElementById('venue_espace_tgv_basId').style.textDecoration= "none ";} 

	document.getElementById('venue_espace_voiture_basId').onclick = function gourl() { window.open("http://www.mappy.com") };
	document.getElementById('venue_espace_voiture_basId').onmouseover= function (){document.getElementById('venue_espace_voiture_basId').style.color= "#FF6600";document.getElementById('venue_espace_voiture_basId').style.textDecoration= "underline ";} 
	document.getElementById('venue_espace_voiture_basId').onmouseout= function (){document.getElementById('venue_espace_voiture_basId').style.textDecoration= "none ";} 

	document.getElementById('venue_espace_bus_basId').onclick = function gourl() { window.open("http://www.tcl.fr") };
	document.getElementById('venue_espace_bus_basId').onmouseover= function (){document.getElementById('venue_espace_bus_basId').style.color= "#FF6600";document.getElementById('venue_espace_bus_basId').style.textDecoration= "underline ";} 
	document.getElementById('venue_espace_bus_basId').onmouseout= function (){document.getElementById('venue_espace_bus_basId').style.textDecoration= "none ";} 
	
	document.getElementById('venue_logo_avionId').onclick = function gourl() { window.open("http://www.lyon.aeroport.fr") };
	document.getElementById('venue_logo_veloId').onclick = function gourl() { window.open("http://www.velov.grandlyon.com/") };
	document.getElementById('venue_logo_tgvId').onclick = function gourl() { window.open("http://www.voyages-sncf.com") };
	document.getElementById('venue_logo_voitureId').onclick = function gourl() { window.open("http://www.mappy.com") };
	document.getElementById('venue_logo_busId').onclick = function gourl() { window.open("http://www.tcl.fr") };
}
function venue_hotel()
{
	loadXMLDoc('titre_textId','venue_hotel_titre.php');
	document.getElementById('venue_espace_hilton_basId').onclick = function gourl() { window.open("http://www1.hilton.com/en_US/hi/hotel/LYNHITW-Hilton- Lyon/index.do") };
	document.getElementById('venue_espace_hilton_basId').onmouseover= function (){document.getElementById('venue_espace_hilton_basId').style.color= "#FF6600";document.getElementById('venue_espace_hilton_basId').style.textDecoration= "underline ";} 
	document.getElementById('venue_espace_hilton_basId').onmouseout= function (){document.getElementById('venue_espace_hilton_basId').style.textDecoration= "none ";} 

	document.getElementById('venue_espace_concorde_basId').onclick = function gourl() { window.open("http://www.concorde-hotels.com") };
	document.getElementById('venue_espace_concorde_basId').onmouseover= function (){document.getElementById('venue_espace_concorde_basId').style.color= "#FF6600";document.getElementById('venue_espace_concorde_basId').style.textDecoration= "underline ";} 
	document.getElementById('venue_espace_concorde_basId').onmouseout= function (){document.getElementById('venue_espace_concorde_basId').style.textDecoration= "none ";} 

	document.getElementById('venue_espace_temporim_basId').onclick = function gourl() { window.open("http://www.temporim.fr/UK/cite_internationale.htm") };
	document.getElementById('venue_espace_temporim_basId').onmouseover= function (){document.getElementById('venue_espace_temporim_basId').style.color= "#FF6600";document.getElementById('venue_espace_temporim_basId').style.textDecoration= "underline ";} 
	document.getElementById('venue_espace_temporim_basId').onmouseout= function (){document.getElementById('venue_espace_temporim_basId').style.textDecoration= "none ";} 

	document.getElementById('venue_espace_congres_basId').onclick = function gourl() { window.open("http://www.hoteldescongres.com") };
	document.getElementById('venue_espace_congres_basId').onmouseover= function (){document.getElementById('venue_espace_congres_basId').style.color= "#FF6600";document.getElementById('venue_espace_congres_basId').style.textDecoration= "underline ";} 
	document.getElementById('venue_espace_congres_basId').onmouseout= function (){document.getElementById('venue_espace_congres_basId').style.textDecoration= "none ";} 

	document.getElementById('venue_espace_astrid_basId').onclick = function gourl() { window.open("http://www.warwickastrid.com/") };
	document.getElementById('venue_espace_astrid_basId').onmouseover= function (){document.getElementById('venue_espace_astrid_basId').style.color= "#FF6600";document.getElementById('venue_espace_astrid_basId').style.textDecoration= "underline ";} 
	document.getElementById('venue_espace_astrid_basId').onmouseout= function (){document.getElementById('venue_espace_astrid_basId').style.textDecoration= "none ";} 


	document.getElementById('venue_logo_hiltonId').onclick = function gourl() { window.open("http://www1.hilton.com/en_US/hi/hotel/LYNHITW-Hilton- Lyon/index.do") };
	document.getElementById('venue_logo_concordeId').onclick = function gourl() { window.open("http://www.concorde-hotels.com") };
	document.getElementById('venue_logo_temporimId').onclick = function gourl() { window.open("http://www.temporim.fr/UK/cite_internationale.htm") };
	document.getElementById('venue_logo_congresId').onclick = function gourl() { window.open("http://www.hoteldescongres.com") };
	document.getElementById('venue_logo_astridId').onclick = function gourl() { window.open("http://www.warwickastrid.com/") };
	document.getElementById('venue_logo_planHotelsId').onclick = function gourl() { window.open("../data/Welcome_kit.pdf") };
}
function venue_tourisme()
{
	loadXMLDoc('titre_textId','venue_tourisme_titre.php');
	document.getElementById('lien_lyon_franceId').onclick = function (){window.open("http://www.lyon-france.com")}
	document.getElementById('lien_lyon_franceId').onmouseover= function (){document.getElementById('lien_lyon_franceId').style.color= "#FF6600";document.getElementById('lien_lyon_franceId').style.textDecoration= "underline ";} 
	document.getElementById('lien_lyon_franceId').onmouseout= function (){document.getElementById('lien_lyon_franceId').style.textDecoration= "none ";} 

	document.getElementById('lien_tourismeId').onclick = function (){window.open("http://www.rhonealpes-tourism.co.uk/")}
	document.getElementById('lien_tourismeId').onmouseover= function (){document.getElementById('lien_tourismeId').style.color= "#FF6600";document.getElementById('lien_tourismeId').style.textDecoration= "underline ";} 
	document.getElementById('lien_tourismeId').onmouseout= function (){document.getElementById('lien_tourismeId').style.textDecoration= "none ";} 

}
function venue_bt_map()
{	
	bt_map = document.getElementById('venue_map_logoId');
	bt_access = document.getElementById('venue_logo_accessId');
	bt_hotel = document.getElementById('venue_logo_hotelId');
	bt_visit = document.getElementById('venue_logo_visitId');
	
	bt_map.onmouseover = ""
	bt_map.onmouseout = ""
	
	bt_map.style.cursor = "inherit";
	bt_map.style.backgroundImage = "url('../img/venue_logo_map2.jpg')";
	bt_access.style.cursor = "pointer";
	bt_access.style.backgroundImage = "url('../img/venue_logo_access.jpg')";
	bt_hotel.style.cursor = "pointer";
	bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel.jpg')";
	bt_visit.style.cursor = "pointer";
	bt_visit.style.backgroundImage = "url('../img/venue_logo_visit.jpg')";
	
	bt_access.onmouseover = function (){bt_access.style.backgroundImage = "url('../img/venue_logo_access2.jpg')";}
	bt_hotel.onmouseover = function (){bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel2.jpg')";}
	bt_visit.onmouseover = function (){bt_visit.style.backgroundImage = "url('../img/venue_logo_visit2_bis.gif')";}
	
	bt_access.onmouseout = function (){bt_access.style.backgroundImage = "url('../img/venue_logo_access.jpg')";}
	bt_hotel.onmouseout = function (){bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel.jpg')";}
	bt_visit.onmouseout = function (){bt_visit.style.backgroundImage = "url('../img/venue_logo_visit.jpg')";}
	
	
}
function venue_bt_access()
{	
	bt_map = document.getElementById('venue_map_logoId');
	bt_access = document.getElementById('venue_logo_accessId');
	bt_hotel = document.getElementById('venue_logo_hotelId');
	bt_visit = document.getElementById('venue_logo_visitId');
	
	bt_access.onmouseover = ""
	bt_access.onmouseout = ""
	
	bt_map.style.cursor = "pointer";
	bt_map.style.backgroundImage = "url('../img/venue_logo_map.jpg')";
	bt_access.style.cursor = "inherit";
	bt_access.style.backgroundImage = "url('../img/venue_logo_access2.jpg')";
	bt_hotel.style.cursor = "pointer";
	bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel.jpg')";
	bt_visit.style.cursor = "pointer";
	bt_visit.style.backgroundImage = "url('../img/venue_logo_visit.jpg')";
	
	bt_map.onmouseover = function (){bt_map.style.backgroundImage = "url('../img/venue_logo_map2.jpg')";}
	bt_hotel.onmouseover = function (){bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel2.jpg')";}
	bt_visit.onmouseover = function (){bt_visit.style.backgroundImage = "url('../img/venue_logo_visit2_bis.gif')";}
	
	bt_map.onmouseout = function (){bt_map.style.backgroundImage = "url('../img/venue_logo_map.jpg')";}
	bt_hotel.onmouseout = function (){bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel.jpg')";}
	bt_visit.onmouseout = function (){bt_visit.style.backgroundImage = "url('../img/venue_logo_visit.jpg')";}
}
function venue_bt_hotel()
{	
	bt_map = document.getElementById('venue_map_logoId');
	bt_access = document.getElementById('venue_logo_accessId');
	bt_hotel = document.getElementById('venue_logo_hotelId');
	bt_visit = document.getElementById('venue_logo_visitId');
	
	bt_hotel.onmouseover = ""
	bt_hotel.onmouseout = ""
	
	bt_map.style.cursor = "pointer";
	bt_map.style.backgroundImage = "url('../img/venue_logo_map.jpg')";
	bt_access.style.cursor = "pointer";
	bt_access.style.backgroundImage = "url('../img/venue_logo_access.jpg')";
	bt_hotel.style.cursor = "inherit";
	bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel2.jpg')";
	bt_visit.style.cursor = "pointer";
	bt_visit.style.backgroundImage = "url('../img/venue_logo_visit.jpg')";
	
	bt_map.onmouseover = function (){bt_map.style.backgroundImage = "url('../img/venue_logo_map2.jpg')";}
	bt_access.onmouseover = function (){bt_access.style.backgroundImage = "url('../img/venue_logo_access2.jpg')";}
	bt_visit.onmouseover = function (){bt_visit.style.backgroundImage = "url('../img/venue_logo_visit2_bis.gif')";}
	
	bt_map.onmouseout = function (){bt_map.style.backgroundImage = "url('../img/venue_logo_map.jpg')";}
	bt_access.onmouseout = function (){bt_access.style.backgroundImage = "url('../img/venue_logo_access.jpg')";}
	bt_visit.onmouseout = function (){bt_visit.style.backgroundImage = "url('../img/venue_logo_visit.jpg')";}
}
function venue_bt_visit()
{	
	bt_map = document.getElementById('venue_map_logoId');
	bt_access = document.getElementById('venue_logo_accessId');
	bt_hotel = document.getElementById('venue_logo_hotelId');
	bt_visit = document.getElementById('venue_logo_visitId');
	
	bt_visit.onmouseover = ""
	bt_visit.onmouseout = ""
	
	bt_map.style.cursor = "pointer";
	bt_map.style.backgroundImage = "url('../img/venue_logo_map.jpg')";
	bt_access.style.cursor = "pointer";
	bt_access.style.backgroundImage = "url('../img/venue_logo_access.jpg')";
	bt_hotel.style.cursor = "pointer";
	bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel.jpg')";
	bt_visit.style.cursor = "inherit";
	bt_visit.style.backgroundImage = "url('../img/venue_logo_visit2_bis.gif')";
	
	bt_map.onmouseover = function (){bt_map.style.backgroundImage = "url('../img/venue_logo_map2.jpg')";}
	bt_hotel.onmouseover = function (){bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel2.jpg')";}
	bt_access.onmouseover = function (){bt_access.style.backgroundImage = "url('../img/venue_logo_access2.jpg')";}
	
	bt_map.onmouseout = function (){bt_map.style.backgroundImage = "url('../img/venue_logo_map.jpg')";}
	bt_hotel.onmouseout = function (){bt_hotel.style.backgroundImage = "url('../img/venue_logo_hotel.jpg')";}
	bt_access.onmouseout = function (){bt_access.style.backgroundImage = "url('../img/venue_logo_access.jpg')";}
}

function speakerDisplay(nbspk,numprg,numspk)
{
	for(var i=0;i<nbspk;i++)
	{
		document.getElementById('pgm_espace_blanc'+numprg+i+'Id').style.display = "none";
	}
	document.getElementById('pgm_speaker'+numprg+numspk+'Id').style.display = "block";
}

function speakerDisplayNone(nbspk,numprg,numspk)
{
	for(var i=0;i<nbspk;i++)
	{
		document.getElementById('pgm_espace_blanc'+numprg+i+'Id').style.display = "block";
	}
	document.getElementById('pgm_speaker'+numprg+numspk+'Id').style.display = "none";
}

function report(){}

function regis_pass(usremail,usrcode,usrpressstate)
{
	if(usrpressstate=='1')
	{
		loadXMLDoc('regis_espace_blancId','registration_press_confirm.php?usremail='+usremail+'&usrcode='+usrcode);
	}else{
		loadXMLDoc('regis_espace_blancId','registration_part_confirm.php?usremail='+usremail+'&usrcode='+usrcode);
	}
	document.getElementById('regis_part_bouton_validerId').style.display="none";
	participant_logo.style.backgroundImage = "url('../img/registration_logo_participants.jpg')";
	press_logo.style.backgroundImage = "url('../img/registration_logo_press.jpg')";
}

function registration_part_confirm(usremail,usrcode)
{
	loadXMLDoc('titre_textId','regis_part_conf_titre.php');
	loadXMLDoc('espace_accessId','login_check.php?insert[fields][usremail]='+usremail+'&insert[fields][usrcode]='+usrcode,"GET",1);
		
	document.getElementById('regis_buyId').onclick = function ()
	{
		start_log_buy();
	}
}

function registration_press_confirm(usremail,usrcode)
{
	document.getElementById('regis_bouton_imgId').onclick = function ()
	{
	loadXMLDoc('espace_accessId','login_check.php?insert[fields][usremail]='+usremail+'&insert[fields][usrcode]='+usrcode,"GET",1);
	}
}

function log_ok()
{
	document.getElementById('nav_bt_regisId').style.display="none";
	
	bt_log1 = document.getElementById('fond_loginId');
	bt_log2 = document.getElementById('fond_login2Id');
	bt_log3 = document.getElementById('fond_login3Id');
	
	bt_log1.onmouseover = function (){ bt_log1.style.backgroundImage = "url('../img/logo_suite2.gif')";}
	bt_log1.onmouseout = function (){ bt_log1.style.backgroundImage = "url('../img/logo_suite.gif')";}
	
	bt_log2.onmouseover = function (){ bt_log2.style.backgroundImage = "url('../img/logo_suite2.gif')";}
	bt_log2.onmouseout = function (){ bt_log2.style.backgroundImage = "url('../img/logo_suite.gif')";}

	bt_log3.onmouseover = function (){ bt_log3.style.backgroundImage = "url('../img/logo_suite2.gif')";}
	bt_log3.onmouseout = function (){ bt_log3.style.backgroundImage = "url('../img/logo_suite.gif')";}
	
	document.getElementById('fond_loginId').onclick = function ()
	{
		bt_log1.style.backgroundImage = "url('../img/logo_suite2.gif')";
		bt_log2.style.backgroundImage = "url('../img/logo_suite.gif')";
		bt_log3.style.backgroundImage = "url('../img/logo_suite.gif')";
		
		bt_log1.onmouseover = "";
		bt_log1.onmouseout = "";
		
		bt_log2.onmouseover = function (){ bt_log2.style.backgroundImage = "url('../img/logo_suite2.gif')";}
		bt_log2.onmouseout = function (){ bt_log2.style.backgroundImage = "url('../img/logo_suite.gif')";}

		bt_log3.onmouseover = function (){ bt_log3.style.backgroundImage = "url('../img/logo_suite2.gif')";}
		bt_log3.onmouseout = function (){ bt_log3.style.backgroundImage = "url('../img/logo_suite.gif')";}
		
		roll_lien();
		roll_lien_bis();
		roll_nav();
		roll_subscribe();
		roll_logo_inform();
	}
	document.getElementById('fond_login2Id').onclick = function ()
	{
		bt_log1.style.backgroundImage = "url('../img/logo_suite.gif')";
		bt_log2.style.backgroundImage = "url('../img/logo_suite2.gif')";
		bt_log3.style.backgroundImage = "url('../img/logo_suite.gif')";
		
		bt_log1.onmouseover = function (){ bt_log1.style.backgroundImage = "url('../img/logo_suite2.gif')";}
		bt_log1.onmouseout = function (){ bt_log1.style.backgroundImage = "url('../img/logo_suite.gif')";}

		bt_log2.onmouseover = "";
		bt_log2.onmouseout = "";

		bt_log3.onmouseover = function (){ bt_log3.style.backgroundImage = "url('../img/logo_suite2.gif')";}
		bt_log3.onmouseout = function (){ bt_log3.style.backgroundImage = "url('../img/logo_suite.gif')";}
		
		document.getElementById('fond_loginId').style.backgroundImage = "url('../img/logo_suite.gif')";
		document.getElementById('fond_login2Id').style.backgroundImage = "url('../img/logo_suite2.gif')";
		document.getElementById('fond_login3Id').style.backgroundImage = "url('../img/logo_suite.gif')";
		
		roll_lien();
		roll_lien_bis();
		roll_nav();
		roll_subscribe();
		roll_logo_inform();
	}
	document.getElementById('fond_login3Id').onclick = function ()
	{
		bt_log1.style.backgroundImage = "url('../img/logo_suite.gif')";
		bt_log2.style.backgroundImage = "url('../img/logo_suite.gif')";
		bt_log3.style.backgroundImage = "url('../img/logo_suite2.gif')";
		
		bt_log1.onmouseover = function (){ bt_log1.style.backgroundImage = "url('../img/logo_suite2.gif')";}
		bt_log1.onmouseout = function (){ bt_log1.style.backgroundImage = "url('../img/logo_suite.gif')";}

		bt_log2.onmouseover = function (){ bt_log2.style.backgroundImage = "url('../img/logo_suite2.gif')";}
		bt_log2.onmouseout = function (){ bt_log2.style.backgroundImage = "url('../img/logo_suite.gif')";}

		bt_log3.onmouseover = "";
		bt_log3.onmouseout = "";
		
		document.getElementById('fond_loginId').style.backgroundImage = "url('../img/logo_suite.gif')";
		document.getElementById('fond_login2Id').style.backgroundImage = "url('../img/logo_suite.gif')";
		document.getElementById('fond_login3Id').style.backgroundImage = "url('../img/logo_suite2.gif')";
		
		roll_lien();
		roll_lien_bis();
		roll_nav();
		roll_subscribe();
		roll_logo_inform();
	}
}

function start_log_profil()
{
	document.getElementById('fond_central_principalId').style.backgroundColor = '#FF6600';
	loadXMLDoc('fond_central_principalId','profil.php');
}

function profil()
{
	loadXMLDoc('espace_orangeId','log_profil.php');
}

function start_log_report(){	loadXMLDoc('fond_central_principalId','report.php');}

function log_profil()
{
	document.getElementById('regis_part_bouton_validerId').onclick = function ()
	{
		formToExecute = new formToDb("usr",document.getElementById('formregispartId'),"aa","espace_accessId");
		loadXMLDoc('checkFormId','registration_update.php?'+formToExecute.urlConstruct,"GET",1);
	}
}

function start_log_buy()
{
	document.getElementById('fond_central_principalId').style.backgroundColor = '#FF6600';
	loadXMLDoc('fond_central_principalId','buy.php');
}

function buy(free){
		
		//loadXMLDoc('espace_orangeId','regis_closed.php');
		
		
		if(free==1)	loadXMLDoc('espace_orangeId','freepass.php');
		else loadXMLDoc('espace_orangeId','buy_step1.php');
		
}

function freepass(){
	document.getElementById('regis_part_bouton_validerId').onclick = function ()
	{
		formToExecute = new formToDb("usr",document.getElementById('form_freepassId'),"aa","espace_accessId");
		loadXMLDoc('espace_orangeId','freepass_check.php?'+formToExecute.urlConstruct,"GET",1);
	}
}

function buy_step1()
{
	document.getElementById('regis_part_bouton_validerId').onclick = function ()
	{
		formToExecute = new formToDb("usr",document.getElementById('form_step1Id'),"aa","espace_accessId");
		loadXMLDoc('espace_orangeId','buy_step2.php?'+formToExecute.urlConstruct,"GET",1);
	}
}

function buy_step2()
{
	document.getElementById('regis_part_bouton_validerId').onclick = function ()
	{
		formToExecute = new formToDb("usr",document.getElementById('form_step2Id'),"aa","espace_accessId");
		loadXMLDoc('espace_orangeId','buy_step3.php?'+formToExecute.urlConstruct,"GET",1);
	}
}

function buy_step3old()
{
	document.getElementById('regis_part_bouton_validerId').onclick = function ()
	{
		formToExecute = new formToDb("usr",document.getElementById('form_step3Id'),"aa","espace_accessId");
		loadXMLDoc('espace_orangeId','buy_step4.php?'+formToExecute.urlConstruct,"GET",1);
	}
}

function buy_step3(total)
{
	loadXMLDoc('bankinsertId','../bank/sample/call_request.php?total='+total);
}

function affichePrd(devid)
{
	var devprd = document.getElementById('devprd'+devid);
	if(devprd.style.display == "none"){
		devprd.style.display="";
	}else{
		devprd.style.display="none";
	}
}

function afficheFormRes(select)
{
	if(select.selectedIndex == 0) loadXMLDoc('buy_res','vide.php');
	else loadXMLDoc('buy_res','form_res.php');
}

function afficheFormPart(usrid)
{
	var style = document.getElementById('tr_form_'+usrid).style;
	if(style.display=="none")
		style.display="";
	else
		style.display="none";
}

function formatImg(image,SizeX,SizeY)
{
	X = image.width;
	Y = image.height;

do{      
	if ( X > SizeX &&  Y > SizeY )//Premier cas la hauteur et la largeur sont supérieur au norme défini(c.a.d SizeX et SizeY)
	{   
		if ( X >= Y && (SizeX < SizeY))//La largeur est supérieur à la hauteur, on calcul la diminution de X en pourcentage pour 
	                                            //obtenir un rapport de transformation de y(car la taille de l'image finale sera déterminée par X et Y)
	  {   
			ratio = (SizeX)/X;
	    Y = Math.round(ratio*Y);
	    X = SizeX;
	  }else//sinon on fait l'inverse
	  {
     ratio = (SizeY)/Y;
     X = Math.round(ratio*X);
     Y = SizeY;
	  }
  }
	else
  {
	  if ( X > SizeX )//Seul la largeur est supérieur à la norme on calcul comme avant
	 	{   
		   ratio =(SizeX)/X;
		   Y = Math.round(ratio*Y);
		   X = SizeX;
	  }
	  else
	  {
       if ( Y > SizeY )//idem mais avec la longueur
       {   
            ratio = (SizeY)/Y;
            X = Math.round(ratio*X);
            Y = SizeY;
       }
	  }
  }
}while( X > SizeX || Y > SizeY )     

	image.height = Y;
	image.width = X;
}


function part_email(usrid){

	formToExecute = new formToDb("usr",document.getElementById('form_email_'+usrid),"aa","espace_accessId");
	loadXMLDoc('result_mail_'+usrid,'part_email_check.php?usrid='+usrid+'&'+formToExecute.urlConstruct,"GET",1);

}

function popup(nom,tx,ty)
{
	window.open(nom,'popup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+tx+',height='+ty);
}

function import_1()
{
 
    var numLigne = 0 ;
    
    document.getElementById('fleche_leftId').onclick = function()
    {
      if(numLigne >= 1)
        fnc_changeFieldValue(--numLigne);
    }
    
    document.getElementById('fleche_rightId').onclick = function()
    {
      if(numLigne <= 10)
        fnc_changeFieldValue(++numLigne);
    }
  
}