function tealouge1(){;

        var img1 = {
        player:     'img',
        content:    'images/tealouge/1+2.jpg'
	};

        var img2 = {
        player:     'img',
         content:    'images/tealouge/3+4.jpg'
	};

        var img3 = {
        player:     'img',
          content:    'images/tealouge/5+6.jpg'
    };

        var img4 = {
        player:     'img',
         content:    'images/tealouge/13.jpg'
    };

       

    Shadowbox.open([img1, img2, img3, img4]);

};


//function tealouge1(){;
//
//        var img1 = {
//        player:     'img',
//        content:    'images/tealouge/1+2.jpg'
//	};
//
//   
//    Shadowbox.open([img1]);
//
//};
//function tealouge2(){;
//
//        var img2 = {
//        player:     'img',
//        content:    'images/tealouge/3+4.jpg'
//	};
//
//   
//    Shadowbox.open([img2]);
//
//};
//function tealouge3(){;
//
//        var img3 = {
//        player:     'img',
//        content:    'images/tealouge/5+6.jpg'
//	};
//
//   
//    Shadowbox.open([img3]);
//
//};
//function tealouge4(){;
//
//        var img4 = {
//        player:     'img',
//        content:    'images/tealouge/13.jpg'
//	};
//
//   
//    Shadowbox.open([img4]);
//
//};




var gmap = function(content, player, title){
    Shadowbox.open({
        content:    content,
        player:     player,
        title:      title,
		height:		431,
		width:		550
    });
};

