// JavaScript Document
function enquete(u,n) {
	n=window.open(u, n, 'resizable=yes, scrollbars=yes, width=1040, height=800');
}
function supple(u,n) {
	n=window.open(u, n, 'resizable=yes, scrollbars=yes, width=1040, height=800');
}
function about(u,n) {
	n=window.open(u, n, 'resizable=yes, scrollbars=yes, width=920, height=600');
}