        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://midland-spb.ru/quest/';
                                newWindow = window.open(URL, 'displayWindow', size);
        }
		
		function ZakazWin(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://midland-spb.ru/zakaz/';
                                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);
        }
        function OpenImage(fn){
                  w = 600;
                  h = 400;
                  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 = "/show.photo/"+fn+"/";
                  open(url, 'image_win', size);
        }
        function OpenImageCat(fn){
                  w = 600;
                  h = 400;
                  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 = "/show.image/"+fn+"/";
                  open(url, 'image_win', size);
        }