$(document).ready(function() {
	$("#lnkQuote").fancybox({
		'hideOnContentClick': false,
		'href': 'quote.php?r=quote',
		'type': 'iframe',
		'height': 400,
		'width': 400,
	});
	$("#lnkCatalog").fancybox({
		'hideOnContentClick': false,
		'href': 'quote.php?r=catalog',
		'type': 'iframe',
		'height': 400,
		'width': 400,
	});
	$("#lnkSamples").fancybox({
		'hideOnContentClick': false,
		'href': 'quote.php?r=samples',
		'type': 'iframe',
		'height': 400,
		'width': 400,
	});
});
