﻿        function FinoNR_SchedaProdotto( id ) {
            document.getElementById('FinoNR_Ombra').style.height=document.body.scrollHeight;
            document.getElementById('FinoNR_Ombra').style.display='block';
            document.getElementById('FinoNR_SchedaProdotto').style.top = document.body.scrollTop + 30;
            document.getElementById('FinoNR_SchedaProdotto').style.display='inline';
            document.getElementById('FinoNR_IframeProdotto').src = 'NewRicercaProd.asp?ProdottoID=' + id;
        }
        function FinoNR_ChiudiSchedaProdotto() {
            document.getElementById('FinoNR_SchedaProdotto').style.display='none';
            document.getElementById('FinoNR_Ombra').style.display='none';
        }
        function FinoNR_IFAddCarrello() {
            FinoNR_ChiudiSchedaProdotto();
            document.getElementById('FinoNR_IframeProdotto').src = 'about:blank';
            setTimeout("FinoNR_GotoCarrello()", 0);
        }
        function FinoNR_GotoCarrello() {
            window.location = 'carrello.asp';
        }


