
function charge()
{
	// OMBRE SUR TEXTE
	document.getElementById('facebook').style.textShadow = '0px 0px 9px #000';
	document.getElementById('flickr').style.textShadow = '0px 0px 9px #000';
	document.getElementById('twitter').style.textShadow = '0px 0px 9px #000';
	document.getElementById('youtube').style.textShadow = '0px 0px 9px #000';
	
	// OMBRE SUR BOX
	if (navigator.appName != "Microsoft Internet Explorer")
	{
		var ombreIMG = document.getElementsByClassName('ombreIMG');
		for ( i=0; i<ombreIMG.length; i++ )	{ var object = ombreIMG[i].style; object.boxShadow = '0px 0px 5px #000'; object.MozBoxShadow = '0px 0px 5px #000'; object.WebkitBoxShadow = '0px 0px 5px #000'; }
		
		var ombreIMG = document.getElementsByClassName('imgContent');
		for ( i=0; i<ombreIMG.length; i++ )	{ var object = ombreIMG[i].style; object.boxShadow = '0px 0px 5px #000'; object.MozBoxShadow = '0px 0px 5px #000'; object.WebkitBoxShadow = '0px 0px 5px #000'; }
		
		var ombreIMG = document.getElementsByClassName('pika_main_img');
		for ( i=0; i<ombreIMG.length; i++ )	{ var object = ombreIMG[i].style; object.boxShadow = '0px 0px 5px #000'; object.MozBoxShadow = '0px 0px 5px #000'; object.WebkitBoxShadow = '0px 0px 5px #000'; }
		
		var header = document.getElementById('site');
		var object = header.style; object.boxShadow = '0px 0px 8px #FFF'; object.MozBoxShadow = '0px 0px 8px #FFF'; object.WebkitBoxShadow = '0px 0px 8px #FFF';
	}
	
	// CAROUSSEL DU PHOTO TOUR
	
	// EFFET DE TEXTE FACEBOOK
	$(document).ready(function()
	{
		$('#facebook')
			.jOla({size: false, 
				   speed: 40, 
				   expansion: 3, 
				   rStart: 42, 
				   gStart: 222, 
				   bStart: 255, 
				   rStep: 0, 
				   gStep: 100, 
				   bStep: 100, 
				   bottomstart: 1,
				   bottomadd:2})
			.jOla({size: false, 
				   speed: 40, 
				   expansion: 3, 
				   rStart: 42, 
				   gStart: 222, 
				   bStart: 255, 
				   rStep: 0, 
				   gStep: 100, 
				   bStep: 100, 
				   bottomstart: 1,
				   bottomadd:-2,
				   position: 8})
			.jOla({size: false, 
				   speed: 40, 
				   expansion: 3, 
				   rStart: 42, 
				   gStart: 222, 
				   bStart: 255, 
				   rStep: 0, 
				   gStep: 100, 
				   bStep: 100, 
				   bottomstart: 1,
				   bottomadd:2,
				   position: 16});
			return false;
	});
	
	$(document).ready(function()
	{
		$('#flickr')
			.jOla({size: false, 
				   speed: 40, 
				   expansion: 3, 
				   rStart: 42, 
				   gStart: 222, 
				   bStart: 255, 
				   rStep: 0, 
				   gStep: 100, 
				   bStep: 100, 
				   bottomstart: 1,
				   bottomadd:2})
			.jOla({size: false, 
				   speed: 40, 
				   expansion: 3, 
				   rStart: 42, 
				   gStart: 222, 
				   bStart: 255, 
				   rStep: 0, 
				   gStep: 100, 
				   bStep: 100, 
				   bottomstart: 1,
				   bottomadd:-2,
				   position: 8})
			.jOla({size: false, 
				   speed: 40, 
				   expansion: 3, 
				   rStart: 42, 
				   gStart: 222, 
				   bStart: 255, 
				   rStep: 0, 
				   gStep: 100, 
				   bStep: 100, 
				   bottomstart: 1,
				   bottomadd:2,
				   position: 16});
			return false;
	});
	
	$(document).ready(function()
	{
		$('#twitter')
			.jOla({size: false, 
				   speed: 40, 
				   expansion: 3, 
				   rStart: 42, 
				   gStart: 222, 
				   bStart: 255, 
				   rStep: 0, 
				   gStep: 100, 
				   bStep: 100, 
				   bottomstart: 1,
				   bottomadd:2})
			.jOla({size: false, 
				   speed: 40, 
				   expansion: 3, 
				   rStart: 42, 
				   gStart: 222, 
				   bStart: 255, 
				   rStep: 0, 
				   gStep: 100, 
				   bStep: 100, 
				   bottomstart: 1,
				   bottomadd:-2,
				   position: 8})
			.jOla({size: false, 
				   speed: 40, 
				   expansion: 3, 
				   rStart: 42, 
				   gStart: 222, 
				   bStart: 255, 
				   rStep: 0, 
				   gStep: 100, 
				   bStep: 100, 
				   bottomstart: 1,
				   bottomadd:2,
				   position: 16});
			return false;
	});
	
	$(document).ready(function()
	{
		$('#youtube')
			.jOla({size: false, 
				   speed: 40, 
				   expansion: 3, 
				   rStart: 42, 
				   gStart: 222, 
				   bStart: 255, 
				   rStep: 0, 
				   gStep: 100, 
				   bStep: 100, 
				   bottomstart: 1,
				   bottomadd:2})
			.jOla({size: false, 
				   speed: 40, 
				   expansion: 3, 
				   rStart: 42, 
				   gStart: 222, 
				   bStart: 255, 
				   rStep: 0, 
				   gStep: 100, 
				   bStep: 100, 
				   bottomstart: 1,
				   bottomadd:-2,
				   position: 8})
			.jOla({size: false, 
				   speed: 40, 
				   expansion: 3, 
				   rStart: 42, 
				   gStart: 222, 
				   bStart: 255, 
				   rStep: 0, 
				   gStep: 100, 
				   bStep: 100, 
				   bottomstart: 1,
				   bottomadd:2,
				   position: 16});
			return false;
	});
	
	// BACK TO TOP
	$('a.top').click(function()
	{
    	$('html, body').animate({scrollTop: '0px'}, 1000);
     	return false;
	});
	
	// TO ANCHOR "RATES"
	if(navigator.appName != "Microsoft Internet Explorer")
	{
		$('a.bottom').click(function()
		{
			$('html, body').animate({scrollTop: $(".rates").offset().top}, 1000);
			return false;
		});
	}
	else
	{
		var $elem = $('#content');
		$('a.bottom').click(function()
		{
		    $('html, body').animate({scrollTop: $elem.height()}, 1000);
			return false;
		});

	}
}

function guestbook(num)
{
	// SHOW/HIDE GUESTBOOK FORM
	$(document).ready(
		function()
		{
			if (num == null)
			{				
				$("#guestbookContent").slideUp(2000);
				/* document.getElementById("guestbookContent").style.display = 'none'; */
			}
			
			$("#guestbookLink").click(function()
			{
				if ($("#guestbookContent").is(":hidden"))
				{
				    $("#guestbookContent").slideDown(1000);
				}
				else
				{
				    $("#guestbookContent").slideUp(1000);
				}
			});
		}
	);
}

var ddimgtooltip={

	tiparray:function(){
		var tooltips=[]
		
		//define each tooltip below: tooltip[inc]=['path_to_image', 'optional desc', optional_CSS_object]
		//For desc parameter, backslash any special characters inside your text such as apotrophes ('). Example: "I\'m the king of the world"
		//For CSS object, follow the syntax: {property1:"cssvalue1", property2:"cssvalue2", etc}

		tooltips[2]=["http://www.dsmlombok.com/template/img/padi-authorized.jpg"]

		return tooltips //do not remove/change this line
	}(),

	tooltipoffsets: [20, -30], //additional x and y offset from mouse cursor for tooltips

	//***** NO NEED TO EDIT BEYOND HERE

	tipprefix: 'imgtip', //tooltip ID prefixes

	createtip:function($, tipid, tipinfo){
		if ($('#'+tipid).length==0){ //if this tooltip doesn't exist yet
			return $('<div id="' + tipid + '" class="ddimgtooltip" />').html(
				'<div style="text-align:center"><img src="' + tipinfo[0] + '" /></div>'
				+ ((tipinfo[1])? '<div style="text-align:left; margin-top:5px">'+tipinfo[1]+'</div>' : '')
				)
			.css(tipinfo[2] || {})
			.appendTo(document.body)
		}
		return null
	},

	positiontooltip:function($, $tooltip, e){
		var x=e.pageX+this.tooltipoffsets[0], y=e.pageY+this.tooltipoffsets[1]
		var tipw=$tooltip.outerWidth(), tiph=$tooltip.outerHeight(), 
		x=(x+tipw>$(document).scrollLeft()+$(window).width())? x-tipw-(ddimgtooltip.tooltipoffsets[0]*2) : x
		y=(y+tiph>$(document).scrollTop()+$(window).height())? $(document).scrollTop()+$(window).height()-tiph-10 : y
		$tooltip.css({left:x, top:y})
	},
	
	showbox:function($, $tooltip, e){
		$tooltip.show()
		this.positiontooltip($, $tooltip, e)
	},

	hidebox:function($, $tooltip){
		$tooltip.hide()
	},


	init:function(targetselector){
		jQuery(document).ready(function($){
			var tiparray=ddimgtooltip.tiparray
			var $targets=$(targetselector)
			if ($targets.length==0)
				return
			var tipids=[]
			$targets.each(function(){
				var $target=$(this)
				$target.attr('rel').match(/\[(\d+)\]/) //match d of attribute rel="imgtip[d]"
				var tipsuffix=parseInt(RegExp.$1) //get d as integer
				var tipid=this._tipid=ddimgtooltip.tipprefix+tipsuffix //construct this tip's ID value and remember it
				var $tooltip=ddimgtooltip.createtip($, tipid, tiparray[tipsuffix])
				$target.mouseenter(function(e){
					var $tooltip=$("#"+this._tipid)
					ddimgtooltip.showbox($, $tooltip, e)
				})
				$target.mouseleave(function(e){
					var $tooltip=$("#"+this._tipid)
					ddimgtooltip.hidebox($, $tooltip)
				})
				$target.mousemove(function(e){
					var $tooltip=$("#"+this._tipid)
					ddimgtooltip.positiontooltip($, $tooltip, e)
				})
				if ($tooltip){ //add mouseenter to this tooltip (only if event hasn't already been added)
					$tooltip.mouseenter(function(){
						ddimgtooltip.hidebox($, $(this))
					})
				}
			})

		}) //end dom ready
	}
}

//ddimgtooltip.init("targetElementSelector")
ddimgtooltip.init("*[rel^=imgtip]")
