function Mail(){
chaine='';
chaine='openness';
chaine=chaine+'@';
chaine=chaine+'orange.fr';
document.location="mailto:" + chaine + "?subject=Demande de renseignements&body=Bonjour,&body=&body=Josiane PARNET&body=OPENNESS SARL&body=Siège social : 56 rue Jacotot&body=73100 AIX LES BAINS&body=RCS Chambéry 503 739 302 - APE 7022Z&body=Tél : 04 79 35 66 06&body=Mobile : 06 87 50 89 53&body="+chaine;
}

function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=100; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}

bouton1_select = new Image()

bouton1_select.src = "./images/on_crop-1.png"

bouton2_select = new Image()

bouton2_select.src = "./images/on_crop-2.png"

bouton3_select = new Image()

bouton3_select.src = "./images/on_crop-3.png"

bouton4_select = new Image()

bouton4_select.src = "./images/on_crop-4.png"

bouton5_select = new Image()

bouton5_select.src = "./images/on_crop-5.png"

bouton6_select = new Image()

bouton6_select.src = "./images/on_crop-6.png"

function afficher_photo(chaine){
		this.chaine=chaine
		myWindow = open("","DisplayWindow","toolbar=yes,directories=no,menubar=no,width=1000,height=600");
		myWindow.document.open("text/html");
		myWindow.document.writeln("<HTML>");
		myWindow.document.writeln("<BODY background=\"./images/fond_dossier.jpg\">");
		myWindow.document.writeln("<h4 align= center>");
		myWindow.document.writeln("<img src=\"images/" + chaine + ".png\" border=0>");
		myWindow.document.writeln("</h4>");
		myWindow.document.writeln("</BODY></HTML>");
		myWindow.document.close();
}
function afficher_texte(chaine,w,h){
		this.chaine=chaine;
		this.w=w;
		this.h=h;
		myWindow = open("","DisplayWindow","toolbar=yes,directories=no,menubar=no,width=" + w + ",height=" + h);
		myWindow.document.open("text/html");
		myWindow.document.writeln("<HTML>");
		myWindow.document.writeln("<head>");
		myWindow.document.writeln("<style type\=\'text/css\' media\=\'screen\'>@import \'style\.css\'\;</style>");
		myWindow.document.writeln("</head>");
		myWindow.document.writeln("<BODY background=\"./images/fond_dossier.jpg\">");
		myWindow.document.writeln("<h4>");
		myWindow.document.write(chaine);
		myWindow.document.writeln("</h4>");
		myWindow.document.writeln("</BODY></HTML>");
		myWindow.document.close();
}
function afficher_texte_IE(chaine1,chaine2,chaine3,chaine4,chaine5,chaine6,chaine7,w,h){
		this.chaine1=chaine1;
		this.chaine2=chaine2;
		this.chaine3=chaine3;
		this.chaine4=chaine4;
		this.chaine5=chaine5;
		this.chaine6=chaine6;
		this.chaine7=chaine7;
		this.w=w;
		this.h=h;
		myWindow = open("","DisplayWindow","toolbar=yes,directories=no,menubar=no,width=" + w + ",height=" + h);
		myWindow.document.open("text/html");
		myWindow.document.writeln("<HTML>");
		myWindow.document.writeln("<head>");
		myWindow.document.writeln("<style type\=\'text/css\' media\=\'screen\'>@import \'style\.css\'\;</style>");
		myWindow.document.writeln("</head>");
		myWindow.document.writeln("<BODY background=\"./images/fond_dossier.jpg\">");
		myWindow.document.writeln("<h4>");
		myWindow.document.write(chaine1);
		myWindow.document.write(chaine2);
		myWindow.document.write(chaine3);
		myWindow.document.write(chaine4);
		myWindow.document.write(chaine5);
		myWindow.document.write(chaine6);
		myWindow.document.write(chaine7);
		myWindow.document.writeln("</h4>");
		myWindow.document.writeln("</BODY></HTML>");
		myWindow.document.close();
}

