// JavaScript Document
function popUp(url, w, l){
	window.open();
	return false;
}
function twPleinEcran(nURL) {
	window.open(nURL, '', 'fullscreen=yes, scrollbars=auto, width='+screen.width+', height='+screen.height);
	return false;
}