var ssection=0;

var NbRep=new String("");
var NbSlash=0;
var Ref=new String("");
Ref=window.location.pathname;
Ref=Ref.toString();
if (window.location.protocol == "file:"){
	test=/\134/gi;
	Ref=Ref.substr(4);
	Ref=Ref.replace(test,'/')
}
else{
	Ref=Ref.substr(1);
}

if (window.location.host=="proto.ixmedia.com" || window.location.protocol == "file:") chiffre=1;
else chiffre=0;

for (var cpt=0;cpt<Ref.length;cpt++)
	if (Ref.charAt(cpt)=='/') NbSlash++;
if (navigator.appVersion.indexOf("Macintosh") != -1 && window.location.protocol == "file:") NbSlash=NbSlash-1;

//enlever le -1 lors de la mise en ligne
NbSlash=(NbSlash-chiffre)-1;      
for (cpt=0;cpt<NbSlash;cpt++) 
	NbRep=NbRep+"../";


	
if (navigator.appVersion.indexOf("Macintosh") != -1){
	document.write("<LINK REL=stylesheet HREF='"+NbRep+"mystyles.css' TYPE='text/css'>");
	longinput=13;
}
else{
	document.write("<LINK REL=stylesheet HREF='"+NbRep+"mystylesWin.css' TYPE='text/css'>");
	longinput=6;
}

 if (document.images) {
 		profil_util = new Image(250,20);profil_util.src = NbRep+"img/cote_contenu/bulletin/profil_utilisateur.gif";
		profil_util_h = new Image(250,20);profil_util_h.src =NbRep+"img/cote_contenu/bulletin/profil_utilisateur_h.gif";
		portrait = new Image(155,20);portrait.src = NbRep+"img/menu_principal/portrait_marche.gif";
		portrait_h = new Image(155,20);portrait_h.src =NbRep+"img/menu_principal/portrait_marche_roll.gif";
		profil = new Image(95,20);profil.src = NbRep+"img/menu_principal/profil.gif";
		profil_h = new Image(95,20);profil_h.src =NbRep+"img/menu_principal/profil_roll.gif";
		prog = new Image(200,20);prog.src = NbRep+"img/menu_principal/prog_formation.gif";
		prog_h = new Image(200,20);prog_h.src =NbRep+"img/menu_principal/prog_formation_roll.gif";
		recherche = new Image(95,20);recherche.src = NbRep+"img/menu_principal/recherche.gif";
		recherche_h = new Image(95,20);recherche_h.src =NbRep+"img/menu_principal/recherche_roll.gif";
		regles = new Image(114,20);regles.src = NbRep+"img/menu_principal/regles_jeu.gif";
		regles_h = new Image(114,20);regles_h.src =NbRep+"img/menu_principal/regles_jeu_roll.gif";
		
		autres = new Image(249,22);autres.src = NbRep+"img/menu_cote/autres_sites.gif";
		autres_h = new Image(249,22);autres_h.src =NbRep+"img/menu_cote/autres_sites_h.gif";
}