﻿//function qui cree un popup
		function popup(){
			window.open('http://www.absys.biz/video/voeux2006.htm','','width=550,height=500,,,resizable=no,toolbar=no,location=0,directories=0,menubar=0,scrollbars=1');
			return true;
		}

