// JavaScript Document
	if ( (navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/Android/i)) || (navigator.userAgent.match(/Windows Phone/i)) ) { 
		if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://www.hotel-glasgow.mobi"; 
	}
	
	
$(document).ready(function() {				  
		
	function formatTitle1(title, currentArray, currentIndex, currentOpts) {
		return'<div class="boxfancyconteneur"><table width="100%"><tr><td valign="middle" align="right" style="padding:0 0 0 100px;"><p>'+title+'</p></td></tr></table></div>';
	}	
		
	$("a[rel=Textes]").fancybox({
		'transitionIn' : 'none',
		'transitionOut' : 'none',
		'titleFormat'		: formatTitle1,
		'titlePosition' 	: 'inside',
		'titleShow'			: true
	});	
		
	$("a#Carte").fancybox({
        'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
	
	$("a[rel=Chambres]").fancybox({
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'
	});
	$("a[rel=galerie]").fancybox({
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'
	});
	
	$("a#Googlemaps").fancybox({
		'width'				: '75%',
		'height'			: '75%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$("a#Recommandez").fancybox({
		'width'				: '50%',
		'height'			: '55%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
});	
