// JavaScript Document

// Ouverture max

top.window.moveTo(0,0);

if (document.all) {

top.window.resizeTo(screen.availWidth,screen.availHeight);}

else if (document.layers||document.getElementById) {

if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){

top.window.outerHeight = screen.availHeight;

top.window.outerWidth = screen.availWidth;}

}

// ouverture pop-up

function OpenWindow(url) {

	var wf = "";

	wf = wf + "width=647";

	wf = wf + ",height=480";

	wf = wf + ",resizable=no";

	wf = wf + ",scrollbars=no";

	wf = wf + ",menubar=no";

	wf = wf + ",toolbar=no";

	wf = wf + ",directories=no";

	wf = wf + ",location=no";

	wf = wf + ",status=no";

	win5=window.open(url,"win",wf);

win5.moveTo(screen.width/2-330,screen.height/2-248);

}

function makeContactOk() {


		alert ("Veuillez saisir votre nom, SVP."); }

	