function openMap() {
  var l=screen.width/2-400; var t=screen.height/2-300
  if (screen.width > 800) {
		eval("window.open('http://www.wm.pl/edytor/mapy/mapa.php?map=tur&tryb=4&q=0','','width=800,height=600,left=" + l + ",top=" + t + "')")
  } else {
    window.open('http://www.wm.pl/edytor/mapy/mapa.php?map=tur&tryb=4&q=0','','fullscreen');
	}  
}

function mapa(map,nr) {
  var l=screen.width/2-400; var t=screen.height/2-300
  if (screen.width > 800) {
		eval("window.open('http://www.wm.pl/edytor/mapy/mapa.php?map=" + map + "&zoom=" + nr + "&tryb=4&q=0','','width=800,height=600,left=" + l + ",top=" + t + "')")
  } else {
    eval("window.open('http://www.wm.pl/edytor/mapy/mapa.php?map=" + map + "&zoom=" + nr + "&tryb=4&q=0','','fullscreen')");
	}  
}

var gWin
function opengraf(graf,szer,wys) {
	if (gWin) { 
   	gWin.close()
	}
	gWin = eval("open('/edytor/grafiki/graf.php?id=" + graf + "','Infografika','width=" + szer + ",height=" + wys + ",left=0,top=0')")
	gWin.focus()
}

var pWin
function openpopup(pg,szer,wys) {
	if (pWin) { 
   	pWin.close()
	}
	pWin = eval("open('/edytor/ad/popup.php?pg=" + pg + "','Reklama','width=" + szer + ",height=" + wys + ",left=50,top=50')")
}

var uWin
function openpopunder(pg,szer,wys) {
	if (uWin) { 
   	uWin.close()
	}
	uWin = eval("open('/edytor/ad/popup.php?pg=" + pg + "','Reklama','width=" + szer + ",height=" + wys + ",left=50,top=50')")
	uWin.blur()
}


  function openPlan(p) {
    var l=screen.width/2-400; var t=screen.height/2-300
      if (screen.width > 800) {
        eval("window.open('http://www.wm.pl/edytor/plany/plan.php?p=" + p + "','','width=800,height=600,left=" + l + ",top=" + t + "')")
      } else {
          eval("window.open('http://www.wm.pl/edytor/plany/plan.php?p=" + p + "','','fullscreen')");
      }  
  }
  
  
 
  function openPlanNiepelno() {
      var l=screen.width/2-400; var t=screen.height/2-300
          if (screen.width > 800) {
	        eval("window.open('http://www.wm.pl/edytor/plany/plan.php?p=1&ob1=102','','width=800,height=600,left=" + l + ",top=" + t + "')")
	    } else {
	          eval("window.open('http://www.wm.pl/edytor/plany/plan.php?p=1&ob1=102','','fullscreen')");
	     }  
   }
			       