var ou = window.location;
var lang="fr";
var color="";
var base="";

tickerposleft2=10;		//Position left du ticker (en pixel)
tickerpostop2=19;		//Position top du ticker (en pixel)
tickermove2=1;			//Pas d'incrémentation du ticker (en pixel)
tickerspeed2=15;		//Vitesse du ticker (1000 = 1 seconde)
tickerbgcolor2="";  		//Couleur de fond du ticker
tickertxtcolor2="#009FC3";	//Couleur du texte du ticker
tickerwidth2=955;		//Largeur du ticker (en pixel)
tickertarget2="_blank";		// target du lien ("_top","_parent","_self","_blank",ou le nom de la frame)
tickerstop2=true;		// true: le ticker s'arrete	- false: le ticker ne s'arrete pas

Tcontent2=new Array(
'Alstom','http://www.alstom.com/',
'ASSEDIC','http://www.assedic.fr/',
'Auchan','http://www.auchan.fr/',
'Barclays','http://www.barclays.co.uk/',
'Bouygues Immobilier','http://www.bouygues-immobilier.com/',
'Bouygues Télécom','http://www.bouyguestelecom.fr/',
'Centre Technique National Fernand Sastre de Clairefontaine','#',
'Challenger','#',
'CHU de Caen','http://www.chu-caen.fr/',
'Cité de l\’architecture et du patrimoine','http://www.citechaillot.fr/',
'CNAM','http://www.cnam.fr/',
'Coeur Défense','#',
'Conforama','http://www.conforama.fr/',
'EDF La Défense','http://www.edf.fr/',
'Espace Culturel Landowski','#',
'Etablissements scolaires (Régions Ile de France, Picardie et Nord)','#',
'Fondation Serge Dassault','#',
'Française des Jeux','#',
'France Télécom','http://www.francetelecom.fr/',
'Generali','http://www.generali-gw.com/',
'GIAT Industries','http://www.giat-industries.fr/',
'Hachette','http://www.hachette.com/',
'Honeywell Secan','http://www.honeywell.com/en/aerospace/announcement_details.jsp?rowID=263&docID=3354&catID=2',
'Hôpital de Pau','http://www.ch-pau.fr/',
'Hôtel Castiglione****','http://www.castiglionehotel.com/',
'Hôtel Castille****','http://www.castille.com/',
'Hôtel Hapimag','#',
'Hôtel Holiday Inn Disneyland Resort','#',
'Intercontinental Hôtels','http://www.ichotelsgroup.com/',
'La Poste','http://www.laposte.fr/',
'L\’Oréal','http://www.loreal.com/',
'Louis Vuitton','http://www.louisvuitton.com/',
'Ministère de l\’Intérieur','http://www.interieur.gouv.fr/',
'Ministère de la Défense','http://www.defense.gouv.fr/',
'Ministère de la Justice','http://www.justice.gouv.fr/',
'Rhodia Chimie','http://www.rhodia.com/',
'Rhodia Services','http://www.rhodia.com/',
'Rhodia Silicones','http://www.rhodia.com/',
'Saïpem','#',
'Sanofi','#',
'Sanofi Aventis','http://www.sanofi-aventis.com/',
'Stade Charléty','#',
'Stade de France','#',
'TF1','http://www.tf1.fr/',
'Total','http://www.total.com/'
);



function openNewWindow(URLtoOpen, windowName, windowFeatures) { 
  newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}

function OLL_HideAllLayers() { //v1.0
var i;
for (i=1; i<20; i++) { MM_showHideLayers('c'+i,'','hide');}
MM_showHideLayers('autres','','show');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MMOLL_openBrWindow(theURL,winName,features) {
remote=window.open(theURL,winName,features);
if (remote.opener == null) remote.opener = window; 
remote.opener.name = "opener";
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function s(textitem) 
	{
	self.status=textitem;
	}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}



function JS_Toggle_Cell_Class(obj_Parm_Cell)
{
 if(obj_Parm_Cell.className == "normal-class-chaine")
 {
  obj_Parm_Cell.className = "hover-class-chaine";
 }
 else
 {
  obj_Parm_Cell.className = "normal-class-chaine";
 }
}

function fin()
{
window.close();
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);