var map, mapyCz, layer, capabilities, nav, panel;
var format = new OpenLayers.Format.WMC({'layerOptions': {buffer: 0}});
var vectPanel;
var vector;

var projection = "EPSG:4326";
var projEPSG4326   = new OpenLayers.Projection("EPSG:4326");
var projEPSG900913 = new OpenLayers.Projection("EPSG:900913");


//var proxy = "http://localhost/Feedification/Proxy.aspx?GetCap=";   
var proxy = "http://www.sumbera.com/lab/wms/Proxy.aspx?GetCap=";  


