function flyingbox(region,cid,city)
{
  var p = {};
  p['region']=region;  
  p['cid']=cid;
  p['city']=city;
  p['act']=1;
  p['lang']=$('#lang_hidden').val();
  $('.flyingdiv').load(window.location.protocol + "//" + window.location.host + '/map.php',p,function(str){ 
  });		 
}

function staticbox(region,cid,city)
{
  var p = {};
  p['region']=region;
  p['cid']=cid;
  p['city']=city;
  p['act']=2;  
  p['lang']=$('#lang_hidden').val();
  document.getElementById('search2').value = p['region'];

		$.get('/lt/pages/r/' + $('#lang_hidden').val() + '/' + $('#search2').val() + '/1/', function(data)
		{
			$('#search4').html(data);
		});
  
  $('.staticdiv').load(window.location.protocol + "//" + window.location.host + '/map.php',p,function(str){ 
  });	 	 
}

$.noConflict();
jQuery(document).ready(function($) {
		  
	$(function() {
		
		$('.map').maphilight.defaults = {
			fill: true,
			fillColor: 'a8e04f', /*c9eb93*/
			fillOpacity: 0.8,
			stroke: true,
			strokeColor: '7fc60e',
			strokeOpacity: 0,
			strokeWidth: 2,
			fade: true,
			alwaysOn: false,
			neverOn: false,
			groupBy: false
		}
				
		$('.map').maphilight();	
		
	
		$.fn.qtip.styles.mapstyle = { 
		   width: 125,
		   background: '#c9eb93',
		   color: '#2C4013',
		   textAlign: 'left',
		   border: {
			  width: 2,
			  radius: 3,
			  color: '#7fc60e'
		   },
		   tip: 'bottomLeft',
		   name: 'green' 
		}		



		$('area[alt="Alytaus m."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Alytaus r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Druskininkų"]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Lazdijų r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Varėnos r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Birštono"]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Jonavos r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Kaišiadorių r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Kauno m."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Kauno r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Kėdainių r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Prienų r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Raseinių r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Klaipėdos m."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Klaipėdos r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Kretingos r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Neringos"]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Palangos m."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Skuodo r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Šilutės r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Kalvarijos"]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Kazlų Rūdos"]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Marijampolės"]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Šakių r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Vilkaviškio r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Biržų r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Kupiškio r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Panevėžio m."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Panevėžio r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Pasvalio r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Rokiškio r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Akmenės r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Joniškio r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Kelmės r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Pakruojo r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Radviliškio r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Šiaulių m."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Šiaulių r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Jurbarko r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Pagėgių"]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Šilalės r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Tauragės r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Mažeikių r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Plungės r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Rietavo"]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Telšių r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle'
		   },
		   position: {
			  corner: {
				 target: 'topRight',
				 tooltip: 'bottomLeft'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Anykščių r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Ignalinos r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Molėtų r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Utenos r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Visagino"]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Zarasų r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Elektrėnų"]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Šalčininkų r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Širvintų r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Švenčionių r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Trakų r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Ukmergės r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Vilniaus m."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});		
		
		
		$('area[alt="Vilniaus r."]').qtip(
		{
		  content: '<div class="flyingdiv"></div>',
		  style: { 
			  name: 'mapstyle',
			  tip: 'bottomRight',
		   },
		   position: {
			  corner: {
				 target: 'topLeft',
				 tooltip: 'bottomRight'
			  }
		   },
		   show: { solo: true },
		   hide: {when: 'click mouseleave'}
		});



		
	});

});
