$(document).ready(function(){
	$(".screenshot").fancybox({
		'padding': 0,
		'zoomSpeedIn':		300, 
		'zoomSpeedOut':	300,
		'zoomOpacity': true,
		'overlayShow':		false
	});
});

function buy(){
	alert("Once your payment is done, you should be redirected to our website. If not, click on \"Return to merchant website\" and wait to be redirected to ecouteapp.com. If you haven't received your license about 5 minutes after the payment, please contact the support and provide us your name and email");
}