<!--
    	
        function showLayer(layerName, shadowLayerName)
        {
            if (document.getElementById) // Netscape 6 and IE 5+
            {
                var targetElement = document.getElementById(layerName);
                var shadowElement = document.getElementById(shadowLayerName);
                targetElement.style.top = shadowElement.style.top;
                targetElement.style.visibility = 'visible';
            }
        }


        function hideLayer(layerName)
        {
            if (document.getElementById) 
            {
                var targetElement = document.getElementById(layerName);
                targetElement.style.visibility = 'hidden';
            }
        }



    function parribaimage() {

    sFeatures = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=397,resizable=no,titlebar=no";
    MM_openBrWindow("../includes/vip/vip_parribaimage.php", "_blank", sFeatures);
    }
    
    
    
    
    
    function MM_openBrWindow(theURL,winName, features) { //v2.0
    	oWin = window.open(theURL,winName,features);
    	if(oWin){
    	oWin.focus();
    }
    }
    
    
    function refresh()
    {
        window.location.reload( false );
    }

        // -->
