// JavaScript Document
$(document).ready(function(){
						   
		/* Google */
	function initialize() {
    var myLatlng = new google.maps.LatLng(40.380274,49.842632);
    var myOptions = {
        zoom: 16,
        center: myLatlng,
        mapTypeId: google.maps.MapTypeId.ROADMAP
    }
    var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
	 var marker = new google.maps.Marker({
	  position: myLatlng,
	  map: map,
	  title:"jale-az.com"
	});
 
var contentString = '<div id="content" style="font-size:12px;font-family:Arial;height:100px;"><b style="font-size:14px;">jale-az.com</b><br>Bakı şəhəri, Süleyman Rəhimov küç.179  <br>TEL:(+99412) 418 11 68 , (+99450) 322 93 96 <br>E-mail: <a href="mailto:office@jale-az.com ">office@jale-az.com </a></div>';
  var infowindow = new google.maps.InfoWindow({
    content: contentString
  }); 
  var marker = new google.maps.Marker({
    position: myLatlng,
    map: map,
    title: 'jale-az.com'
  });
  google.maps.event.addListener(marker, 'click', function() {
   infowindow.open(map,marker);
  });
}


 jQuery(function(){
  initialize();
  GUnload();
 });					   
						   
						   
						   
		
	$('#left_slideshow').crossSlide({
	  fade: 2
	}, [
	  {
		src:  'resources/content_img/slide/IMG_2140.jpg',
		alt:  '',
		from: '100% 80% 1x',
		to:   '100% 0% 1.7x',
		time: 3
	  },
	  {
		src:  'resources/content_img/slide/IMG_2136.jpg',
		alt:  '',
		from: 'top left',
		to:   'bottom right 1.5x',
		time: 3
	  },
	  {
		src:  'resources/content_img/slide/IMG_2137.jpg',
		alt:  '',
		from: 'top left',
		to:   '100% 0% 1.7x',
		time: 3
	  },
	  {
		src:  'resources/content_img/slide/IMG_2138.jpg',
		alt:  '',
		from: '100% 80% 1.5x',
		to:   '80% 0% 1.1x',
		time: 3
	  },
	  {
		src:  'resources/content_img/slide/IMG_2139.jpg',
		alt:  '',
		from: '100% 80% 1x',
		to:   '100% 0% 1.7x',
		time: 3
	  },{
		src:  'resources/content_img/slide/2s.jpg',
		alt:  '',
		from: 'top left',
		to:   'bottom right 1.5x',
		time: 3
	  }, {
		src:  'resources/content_img/slide/3s.jpg',
		alt:  '',
		from: '100% 80% 1.5x',
		to:   '80% 0% 1.1x',
		time: 3
	  },
	  {
		src:  'resources/content_img/slide/IMG_2142.jpg',
		alt:  '',
		from: 'top left',
		to:   '100% 0% 1.7x',
		time: 3
	  },
	  {
		src:  'resources/content_img/slide/IMG_2143.jpg',
		alt:  '',
		from: '100% 80% 1.5x',
		to:   '80% 0% 1.1x',
		time: 3
	  }
	], function(idx, img, idxOut, imgOut) {
	  if (idxOut == undefined)
	  {
		// starting single image phase, put up caption
		$('div.caption').text(img.alt).animate({ opacity: .7 })
	  }
	  else
	  {
		// starting cross-fade phase, take out caption
		$('div.caption').fadeOut()
	  }
	});
	

	
});



