/* Google Analytics tracking code */
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16879751-1']);
_gaq.push(['_setDomainName', '.thefightagainstcorruption.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

/* initialize fancybox */
$(document).ready(function() {
	var size_path = "";
	var size_width = 850;
	var size_height = 650;
	if(window.innerHeight < 660)
	{
		size_path = "_small";
		size_width = 650;
		size_height = 496;
	}
	$("a.module").each(function(i) {
		this.href +="index"+size_path+".htm";
	});
	$("a.module").fancybox({
		'padding': 0,
		'margin': 0,
		'scrolling': 'no',
		'width': size_width,
		'height': size_height,
		'autoScale': false,
		'overlayOpacity': 0.8,
		'overlayColor': '#ececec',
		'type': 'iframe',
		'titleShow': false,
		'centerOnScroll': false,
		'enableEscapeButton': true,
		'hideOnOverlayClick': false,
		'showCloseButton': false
	});
	/**/
	$(".thumbwrapper").click(function() {
		$.fancybox({
			'href': this.id+"/index"+size_path+".htm",
			'padding': 0,
			'margin': 0,
			'scrolling': 'no',
			'width': size_width,
			'height': size_height,
			'autoScale': false,
			'overlayOpacity': 0.8,
			'overlayColor': '#ececec',
			'type': 'iframe',
			'titleShow': false,
			'centerOnScroll': false,
			'enableEscapeButton': true,
			'hideOnOverlayClick': false,
			'showCloseButton': false
		});
		return false;
	});	
});
