$().ready(function() {

settings = {
			// Configuration related to images
			imageLoading:			'squelettes/javascript/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
			imageBtnPrev:			'squelettes/javascript/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
			imageBtnNext:			'squelettes/javascript/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
			imageBtnClose:			'squelettes/javascript/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
			imageBlank:				'squelettes/javascript/images/lightbox-blank.gif'		// (string) Path and the name of a blank image (one pixel)

		};




$('a.lightbox').lightBox(settings);

$('a.lng_popup').lightBox(settings);
/*
 $("a.lng_popup").fancybox({
		'titleShow'     : false
	});
*/



});

function JustSoPicWindow (src ,width, height, message, bkg_color, hug_image, border) {
	return $.fancybox({
			href: src
		//	title : message
		});
}
