
	function createWinP (filePath, winNom) {
	 	window.open(filePath, winNom,
		config = 'height = 360, width = 800, resizable=yes scrollbars=no')
	}
	
	
	function createWinQ (filePath, winNom) {
	 	window.open(filePath, winNom,
		config = 'height =770, width = 610, resizable=yes scrollbars=no')
	}
		
		
	function createWinR (filePath, winNom) {
	 	window.open(filePath, winNom,
		config = 'height =770, width = 650, resizable=yes scrollbars=no')
	}
