function openerForm(url) 
{ 
 opener.location.href = url;
 fermeture();
 return false; 
}