function OpenSite(theURL) { 
	w=window.open("form.htm","PISCINE18","toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=790,height=380");
	w.focus();
}
