// JavaScript Document
/*
henworx.MapCms.Linkrel=function(){
	this.linkrel= '';
	this.emblem= '';
	this.zoom= 13;	
	this.linkrelLocation = null;
	_this=this;
	this.focusAt = function(){	
		gCenterType="address"
		_linkrel_zoom = parseInt(_this.zoom);
		if(_linkrel_zoom>0){
			gZoomLevel = _linkrel_zoom;
		}
		else{
			gZoomLevel = 13;
		}
		gCenterAddress=_this.linkrel;
		_this.linkrelLocation=new henworx.MapCms.Location(_this.linkrel);	
		if(_this.emblem==''){_this.emblem='linkrel'}
		_this.linkrelLocation.setEmblem(_this.emblem);
		
		henworx.MapCms.Load.Events.afterLoad.push(_this.putMarker)
	 }
	 
	 this.putMarker=function(){
		 no_event=true		
		 gMapCms.putMarker(_this.linkrelLocation,no_event);
		 //gMapCms.setZoom(parseInt(_this.zoom));
		//markerOptionsLinkrel = {icon:_this.linkrelLocation.icon};
		//markerLinkrel = new GMarker(_this.linkrelLocation.latlng,markerOptionsLinkrel);
		//gMapCms.map.addOverlay(markerLinkrel);
	 }
	 
}
*/

henworx.MapCms.Linkrel=function(){
	this.linkrel= '';
	this.emblem= '';
	this.zoom= 13;	
	this.lat=null;
	this.lng=null;
	this.linkrelLocation = null;
	_this=this;
	this.focusAt = function(){	
		gCenterType="address"
		_linkrel_zoom = parseInt(_this.zoom);
		if(_linkrel_zoom>0){
			gZoomLevel = _linkrel_zoom;
		}
		else{
			gZoomLevel = 13;
		}
		gCenterAddress=_this.linkrel;
		_this.linkrelLocation=new henworx.MapCms.Location(_this.linkrel);	
		if(_this.emblem==''){_this.emblem='linkrel'}
		_this.lat=_this.linkrelLocation.lat;
		_this.lng=_this.linkrelLocation.lng;
		_this.linkrelLocation.setEmblem(_this.emblem);
		
		henworx.MapCms.Load.Events.afterLoad.push(_this.putMarker)
	 }
	 
	 this.putMarker=function(){
		 no_event=true				
		 gMapCms.putMarker(_this.linkrelLocation,no_event);
		
	 }
	 
}
