            <!--

            function openBrWindow(theURL,winName,features) {

                        popup=window.open(theURL,winName,features);

                        popup.focus();

            }

            //-->