<!--
//******************************************************************************
// Clients (image rollover)
// Gilles Gomez - (c) www.alizesonline.com 2000~2009
// Alok Singh -  http://www.experienceinteractive.com
//******************************************************************************

//******************************************************************************
// Variables do be modified
//******************************************************************************
var clientImageObject;
var clientImageName="imageWeb";							// name of the target
var imagePath="imagesClients/";							// path to images

//******************************************************************************
// Do not change these variables
//******************************************************************************
ligne = new Array();
ie4 = (document.all)?true:false;						//IE 4/5 compatible
ns4 = (document.layers)?true:false;						//Netscape 4.x compatible
dom = (document.getElementById)?true:false;					//DOM compatible

//******************************************************************************
// Client object initialisation
//******************************************************************************
function client(nom,comment,adr,illust){
	this.nom = nom;
	this.comment = comment;
	this.adresse = adr;
	this.illustration = illust;
	this.illustration = new Image();
}									

//******************************************************************************
// Image object initialisation
//******************************************************************************
function initClientObject(){
	if(dom)clientImageObject=document.getElementById(clientImageName);
	else if(ie4||ns4)eval("clientImageObject=document."+clientImageName);
}

//******************************************************************************
// Menu
//******************************************************************************
function initLiens(){
	n=0;
	ligne[n] = new client();
	ligne[n].nom = "";
	ligne[n].adresse = "#";
	ligne[n].illustration.src = imagePath + "accent.gif";
	
	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "Accent eServe";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.accenteserve.com";
	ligne[n].illustration.src = imagePath + "accent.gif";

	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "Asia Insurance";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.asiainsurance.com";
	ligne[n].illustration.src = imagePath + "asia.gif";

	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "maharishischooliowa.org";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.experienceinteractive.com/msae/index.htm";
	ligne[n].illustration.src = imagePath + "maharishi.gif";
	
	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "gandylawoffices.com";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.experienceinteractive.com/gandy/index.htm";
	ligne[n].illustration.src = imagePath + "gandy.gif";
	
	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "gpss.com";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.gpss.com";
	ligne[n].illustration.src = imagePath + "gpss.gif";
	
	n+=1;
	
	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "pierrechavalier.com";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.pierrechavalier.com/site.htm";
	ligne[n].illustration.src = imagePath + "pierrechavalier.gif";
	
	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "eco-fair 2003";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.experienceinteractive.com/ecofair2003/";
	ligne[n].illustration.src = imagePath + "eco2003.gif";
	
	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "eco-fair 2002";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.experienceinteractive.com/ecofair2002/";
	ligne[n].illustration.src = imagePath + "eco2002.gif";
	
	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "Cert-Id";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.experienceinteractive.com/portfolio/CERTID/INDEX.HTML";
	ligne[n].illustration.src = imagePath + "certid.gif";
	
	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "ianRoberts.us";
	ligne[n].comment = "";
	ligne[n].adresse = "http://ianroberts.us";
	ligne[n].illustration.src = imagePath + "ianroberts.gif";
	
	n+=1;
	
	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "Nagra-France";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.nagra-france.fr/accueil.htm";
	ligne[n].illustration.src = imagePath + "nagra.gif";

	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "directcourrier.com";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.directcourrier.com";
	ligne[n].illustration.src = imagePath + "dc.gif";
	
	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "forexequityfund.com";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.experienceinteractive.com/forex/index.htm";
	ligne[n].illustration.src = imagePath + "forex.gif";
	
	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "alizesonline.com";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.alizesonline.com/index.php";
	ligne[n].illustration.src = imagePath + "alizesonline.gif";
	
	n+=1;
	ligne[n] = new client();
	ligne[n].nom = "webworks.mum.edu/aloksingh";
	ligne[n].comment = "";
	ligne[n].adresse = "http://www.experienceinteractive.com/portfolio/index.html";
	ligne[n].illustration.src = imagePath + "portfolio.gif";
}

//******************************************************************************
// Creation of the list
//******************************************************************************
function createListe(){
	initLiens();
	initClientObject();
	for ( i = 1 ; i < ligne.length ; i++ ){
		if(ligne[i]){
			document.write("<a href='"+ligne[i].adresse+"' onMouseOver='remplace("+i+");' onMouseOut='remplace(0);' onClick='return(site("+i+"));'>"+ligne[i].nom+"</a>");
			if(ligne[i].comment)document.write(" ("+ligne[i].comment+")");
			document.writeln("<br>");
		}
		else document.writeln("<br>");
	}
}

//******************************************************************************
// Rollover
//******************************************************************************
function remplace(ordre){
	if(clientImageObject) clientImageObject.src = ligne[ordre].illustration.src;
}

//******************************************************************************
// Display
//******************************************************************************
function site(ordre){
	if (ligne[ordre].adresse != "#"){
		ouvre = window.open(ligne[ordre].adresse, "site_client", "toolbar=1,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,");
	}
	return false;
}
//-->