$(document).ready(function() {
	$("a.zoom").fancybox();

	$("a.zoom1").fancybox({
		'overlayOpacity'	:	0.7,
		'overlayColor'		:	'#FFF'
	});

	$("a.zoom2").fancybox({
		'zoomSpeedIn'		:	500,
		'zoomSpeedOut'		:	500
	});
});

function sure() {
	return confirm("Are you sure?");
}

function deleteOrder() {
	return confirm("You're about to completely remove this order from your system, would you like to continue?");
}

function deleteCustomer() {
	return confirm("You're about to completely remove this customer from your system. Would you like to continue?");
}

function ShipSure() {
	return confirm("Your About to reset the Shipping Value to the ones assigned in this page for all of your products. Do you want to continue?");
}
