// JavaScript Document
function abre(){
    myWindow=window.open('http://www.enginesoft.com/privacidad.html','windowRef','width=500,height=500,left=10,top=10,status=no,scrollbars=yes');
}
function abre2(){
    myWindow=window.open('http://www.enginesoft.com/registro.html','windowRef','width=500,height=500,left=10,top=10,status=no,scrollbars=yes');
}
function abre3(){
	popup = window.open('conecta.html','popup',' width=400,height=600,left=15,top=15,resizable=no,scrollbars=no,status=no,toolbar=no');
	popup.focus();
}

function descarga(){
	popup = window.open('demoE.html','popup',' width=600,height=600,left=15,top=15,resizable=no,scrollbars=no,status=no,toolbar=no');
	popup.focus();
}