﻿// ############################################################
// ## Le funzioni seguenti gestiscono la bacheca. In realtà si 
// ## occupano della gestione degli item della bacheca.
// ############################################################

function NetSellGui_OpenBachecaItemDetails(ItemKey) {
    return parent.NetSellGui_OpenDialogWindow(NetSell_XalpServiceUrl + '/NetSellGui_StandardPage/Bacheca/BachecaItem.aspx?ItemKey=' + ItemKey, 'Visualizzazione dettagli offerta');
}

function NetSellGui_OpenBachecaItemDetails2(ItemKey) {
    return NetSellGui_OpenDialogWindow(NetSell_XalpServiceUrl + '/NetSellGui_CatalogEngine/Simple/ZoomArticolo.aspx?ItemKey=' + ItemKey, 'Inserimento Articolo');
}

function NetSellGui_OpenBachecaItemDetails3(ItemKey) {
    window.open(ItemKey,'vpromo','',true);
}

