function gmapLegend(){};gmapLegend.prototype=new GControl();gmapLegend.prototype.initialize=function(map){var legendDiv=document.createElement("div");var legendImage=document.createElement('img');legendImage.src="http://www.location-bretagne.de/laxoo/globalinc/ressources/pics/de/dvLegend.png";legendImage.width=150;legendImage.height=50;legendDiv.appendChild(legendImage);this.setButtonStyle_(legendDiv);map.getContainer().appendChild(legendDiv);return legendDiv;};gmapLegend.prototype.getDefaultPosition=function(){return new GControlPosition(G_ANCHOR_BOTTOM_RIGHT,new GSize(70,10));};gmapLegend.prototype.setButtonStyle_=function(button){button.style.textDecoration="";button.style.color="";button.style.backgroundColor="";button.style.font="small Arial";button.style.border="";button.style.padding="2px";button.style.marginBottom="3px";button.style.textAlign="center";button.style.width="6em";button.style.cursor="pointer";};
