function windowOpener(archivoHTM,nombreVentana,ancho,alto,left,top)
{
controlWindow=window.open(archivoHTM,nombreVentana,"toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,left="+left+", top="+top+", width="+ancho+",height="+alto);
}
<!--scrollbars=no, -->
function windowOpenerPublicidad(archivoHTM,nombreVentana,ancho,alto)
{
controlWindow=window.open(archivoHTM,nombreVentana,"toolbar=no,location=no,directories=no,status=no,menubar=yes,resizable=no,top=0,left=25,width="+ancho+",height="+alto);
}
function windowFotos(archivoHTM,nombreVentana,ancho,alto)
{
controlWindow=window.open(archivoHTM,nombreVentana,"toolbar=no,location=no,directories=no,status=no,menubar=no,left=0,top=0,resizable=no,width="+ancho+",height="+alto);
}
function windowEmpresas(archivoHTM,nombreVentana,ancho,alto)
{
controlWindow=window.open(archivoHTM,nombreVentana,"toolbar=no,location=no,directories=no,status=no,scrollbars=yes,menubar=no,left=0,top=0,resizable=no,width="+ancho+",height="+alto);
}