function pop(){
	window.open('http://demo.simplementnet.com','site','status=0,toolbar=0,location=0,directories=0,menuBar=no,scrollbars=yes,resizable=yes,width=797,height=532');
}
function contact() {
window.open('contact.php','contact','width=440,height=600,resizable=no,status=no,scrollbars=no,menubar=no,directories=no,toolbar=no,location=no');
}
function popup() {
window.open('index2.html','simplementnet','width=780,height=530,resizable=no,status=no,scrollbars=no,menubar=no,directories=no,toolbar=no,location=no');
}
function popupsans() {
window.open('html\/index2.php','simplementnet2','width=780,height=530,resizable=no,status=no,scrollbars=no,menubar=no,directories=no,toolbar=no,location=no');
}
function popupflash() {
window.open('http:\/\/www.macromedia.com\/fr\/shockwave\/download/index.cgi?P1_Prod_Version=ShockwaveFlash&Lang=French','macromedia','resizable=yes,status=yes,scrollbars=yes,menubar=yes,directories=yes,toolbar=yes,location=yes');
}
// Fonctions de préload
function load() {
	if (document.images) {
		this.length=load.arguments.length;
		for (var i=0;i<this.length;i++) {
			this[i+1]=new Image();
			this[i+1].src=load.arguments[i];
		}
	}
}
function preload() {
	var temp=new load("images/blanc.gif","images/prehome_03.jpg")
}

preload()