        function QuestWin(w,h) {
                                var URL;
                                size="height="+h+",width="+w+", status=no, toolbar=no, menubar=no, scrollbars=1'";
                                if (parseInt(navigator.appVersion)>3)
                                    size+=",left="+(screen.width -w)/2+",top="+parseInt((screen.height -h)/2);

                                URL = 'http://neocomspb.ru/quest/';
                                newWindow = window.open(URL, 'displayWindow', size);
        }
        function VoteWindow(w,h) {
                  size="height="+h+",width="+w+", status=no, toolbar=no, menubar=no, scrollbars=1'";
                  if (parseInt(navigator.appVersion)>3)
                    size+=",left="+(screen.width -w)/2+",top="+parseInt((screen.height -h)/2);
                  open('about:blank','pollwin',size);
        }

