function openActivaciones()	{

		posx = (screen.width/2)-(600/2);
		posy = (screen.height/2)-(450/2);

  if (!window.ActivacionesWin ) {
    var ActvacionesWin=window.open('http://activaciones.intergenial.com','ActivacionesWin','width=600, height=450, left = ' + posx + ',top = ' + posy + ',  directories=no, menubar=no, resizable=no, toolbar=no, status=yes');
  }    
  else {
    if (!ActvacionesWin.closed) {
      ActvacionesWin.focus();
    }
    else {
      ActvacionesWin=window.open('http://activaciones.intergenial.com','ActivacionesWin','width=600, height=450, left = ' + posx + ',top = ' + posy + ',  directories=no, menubar=no, resizable=no, toolbar=no, status=yes');
    }
  }
	return(true);
}
		  
function openRenovaciones(){

		posx = (screen.width/2)-(600/2);
		posy = (screen.height/2)-(450/2);

  if (!window.RenovacionesWin ) {
    var RenovacionesWin=window.open('http://www.intergenial.com/cgi-bin/procesa_reno.cgi','RenovacionesWin','width=600, height=450, left = ' + posx + ',top = ' + posy + ',  directories=no, menubar=no, resizable=no, toolbar=no, status=yes');
  }    
  else {
    if (!RenovacionesWin.closed) {
      RenovacionesWin.focus();
    }
    else {
      RenovacionesWin=window.open('http://www.intergenial.com/cgi-bin/procesa_reno.cgi','RenovacionesWin','width=600, height=450, left = ' + posx + ',top = ' + posy + ',  directories=no, menubar=no, resizable=no, toolbar=no, status=yes');
    }
  }
	return(true);
}
