<!-- Mes PopUp
function ouvrirPage1() { //v2.0
window.open('presentoir_acc_peinture.htm','','width=600,height=273');
}
function ouvrirPage2() { //v2.0
window.open('presentoir_bande_finition.htm','','width=381,height=552');
}
function ouvrirPage3() { //v2.0
window.open('presentoir_bande_chant.htm','','width=300,height=490');
}
function ouvrirPage4() { //v2.0
window.open('etapes.htm','','width=150,height=150');
}
function ouvrirPage5() { //v2.0
window.open('presentoire_poignee1.htm','','width=140,height=412');
}
function ouvrirPage6() { //v2.0
window.open('presentoire_poignee.htm','','width=150,height=468');
}
function ouvrirPage7() { //v2.0
window.open('presentoire_creative.htm','','width=240,height=500');
}
function ouvrirPage8() { //v2.0
window.open('presentoire_creative1.htm','','width=350,height=450');
}
function ouvrirPage9() { //v2.0
window.open('presentoire_creative2.htm','','width=350,height=450');
}
function ouvrirPage9_9() { //v2.0
window.open('presentoire_creative3.htm','','width=420,height=450');
}
function ouvrirPage10() { //v2.0
window.open('demo.htm','','width=260,height=100');
}
function ouvrirPageGoujon() { //v2.0
window.open('presentoir_goujons.htm','','width=328,height=450');
}
function ouvrirMoulurePVC() { //v2.0
window.open('presentoir_PVC.htm','','width=175,height=350');
}
// Fin -->


<!-- Petit moteur de recherche pour la page
var NS4 = (document.layers);
var IE4 = (document.all);

var win = this;
var n = 0;

function findInPage(str) {
var txt, i, found;
if (str == "")
return false;
if (NS4) {
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
if (n == 0) alert(str + " n\'a pas été trouvé dans cette page.");
}
if (IE4) {
txt = win.document.body.createTextRange();
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit");
}
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
}
else {
if (n > 0) {
n = 0;
findInPage(str);
}
else
alert(str + " n\'a pas été trouvé dans cette page.");
}
}
return false;
}
// End -->

<!-- Pour loader mes images
function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}
function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}
var preloadFlag = false;
function preloadImages() {
	if (document.images) {
Img1_over = newImage("..images/Img1-over.gif");
Img2_over = newImage("..images/Img1-over.gif");
Img3_over = newImage("..images/Img1-over.gif");
Img4_over = newImage("..images/Img1-over.gif");
Img5_over = newImage("..images/Img1-over.gif");
Img6_over = newImage("..images/Img1-over.gif");
Img7_over = newImage("..images/Img1-over.gif");
Img8_over = newImage("..images/Img1-over.gif");
Img9_over = newImage("..images/Img1-over.gif");
Img10_over = newImage("..images/Img1-over.gif");
Img1_pre = newImage("..images/Img1-pre.jpg");
Img1_demo = newImage("..images/Img1-demo.gif");
		preloadFlag = true;
	}
}

