﻿// JScript File
/*
function abreFicha(code)
{
    //alert("paso por aqui");
    venta=window.open("ficha.aspx?code="+code,"vent_ficha","scrollbars=yes,resizable=no,width=700,height=570");
    venta.moveTo(10,50);
}
function abreBorraProd(code)
{
    //alert("paso por aqui");
    venta=window.open("borraCarrito.aspx?codigo="+code,"vent_borra","width=780,height=550");
    venta.moveTo(10,50);
}*/
function abreContacto()
{
    venta=window.open("contacto.aspx","vent_contacto","scrollbars=yes,width=720,height=460");
    venta.moveTo(10,50);
}
function abreCarrito()
{
    //alert("paso por aqui");
    venta=window.open("verCarrito.aspx","vent_carro","scrollbars=yes,width=780,height=550");
    venta.moveTo(10,50);
}
function abreCreaProductos()
{
    venta=window.open("creaProductos.aspx","vent_crea","scrollbars=yes,resizable=yes,width=700,height=500");
    venta.moveTo(10,50);
}
function abreModificaProductos()
{
    venta=window.open("modificaProductos.aspx","vent_modifprod","scrollbars=yes,resizable=yes,width=730,height=500");
    venta.moveTo(10,50);
}
function abreCreaAlbaranes()
{
    venta=window.open("creaAlbFact.aspx","vent_alba","scrollbars=yes,resizable=yes,width=730,height=500");
    venta.moveTo(10,50);
}
function abreCreaTickets()
{
    venta=window.open("creaTickets.aspx","vent_tickets","resizable=yes,scrollbars=yes,width=720,height=560");
    venta.moveTo(10,50);
}
function abreGestionTickets()
{
    venta=window.open("gestionTickets.aspx","vent_gestTickets","resizable=yes,scrollbars=yes,width=720,height=560");
    venta.moveTo(10,50);
}
function abreGestionCierres()
{
    venta=window.open("gestionCierres.aspx","vent_gestCierres","resizable=yes,scrollbars=yes,width=720,height=560");
    venta.moveTo(10,50);
}
function abreGestionAlbaranes()
{
    venta=window.open("gestionAlbaranes.aspx","vent_gestalba","scrollbars=yes,resizable=yes,width=800,height=500");
    venta.moveTo(10,50);
}
function abreConsultaAlbaranes()
{
    venta=window.open("consultaAlb.aspx","vent_consalba","scrollbars=yes,resizable=yes,width=800,height=500");
    venta.moveTo(10,50);
}
function abreGestionFacturas()
{
    venta=window.open("gestionFacturas.aspx","vent_gestfact","scrollbars=yes,resizable=yes,width=800,height=500");
    venta.moveTo(10,50);
}
function abreConsultaFacturas()
{
    venta=window.open("consultaFact.aspx","vent_consFact","scrollbars=yes,resizable=yes,width=800,height=500");
    venta.moveTo(10,50);
}
function abrePasaAlb2Fact()
{
    venta=window.open("pasaAlb2Fac.aspx","vent_alb2fac","scrollbars=yes,resizable=yes,width=800,height=500");
    venta.moveTo(10,50);
}
function abreRegistro()
{
    venta=window.open("registro.aspx","vent_regis","width=723,height=570,resizable=no,scrollbars=yes");
    venta.moveTo(10,50);
}
function abreModificaUsu()
{
    venta=window.open("modificaUsu.aspx","vent_modif","width=723,height=570,resizable=no,scrollbars=yes");
    venta.moveTo(10,50);
}
function abreGestionProveedores()
{
    venta=window.open("gestionProveedores.aspx","vent_gestionprov","resizable=yes,scrollbars=yes,width=720,height=560");
    venta.moveTo(10,50);
}
function abreCreaProveedores()
{
    venta=window.open("creaProveedores.aspx","vent_gestioncreaprov","resizable=yes,scrollbars=yes,width=720,height=560");
    venta.moveTo(10,50);
}
function abreBuscadorProd()
{
    //alert("paso por aqui");
    venta=window.open("BuscaProductoGestion.aspx","vent_buscaProd","resizable=yes,scrollbars=yes,width=720,height=460");
    venta.moveTo(10,70);
}
function abreGastos()
{
    //alert("paso por aqui");
    venta=window.open("gastos.aspx","vent_gastos","resizable=yes,scrollbars=yes,width=720,height=460");
    venta.moveTo(10,70);
}
function abreGestionGastos()
{
    //alert("paso por aqui");
    venta=window.open("gestionGastos.aspx","vent_gestgastos","resizable=yes,scrollbars=yes,width=720,height=460");
    venta.moveTo(10,70);
}
function abreCerrarCaja()
{
    //alert("paso por aqui");
    venta=window.open("cerrarCaja.aspx","vent_caja","resizable=yes,scrollbars=yes,width=720,height=460");
    venta.moveTo(10,70);
}
function abreNoticias()
{
    //alert("paso por aqui");
    venta=window.open("gestionNoticias.aspx","vent_gestNoti","resizable=yes,scrollbars=yes,width=720,height=460");
    venta.moveTo(10,70);
}
function abreGestionUsu()
{
    venta=window.open("gestionUsuarios.aspx","vent_gestUsu","resizable=yes,scrollbars=yes,width=720,height=460");
    venta.moveTo(10,70);
}