/* author: HE */
/* Creation date: 13-09-2004 */
/* Modificado: 29/08/2009 18:48:28 */

<!--
  function AbreVentana() {
leftpos=0;
if (screen){
leftpos=screen.width-800;
}
ventanaplano = window.open("","ventanaayuda","width=450,height=550,left='+leftpos+',top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no");
ventanaplano.location.href = "http://www.horoscopodepareja.com/pedidos/ayuda.html";
ventanaplano.focus();
}
//-->
