$(document).ready(
	function(){
		
		$("a.fancybox").fancybox();
		
		$("a.specs_link").fancybox();
		
		$("a.chart").fancybox({
			'type' : 'iframe',
			'width' : 800,
			'height' : 600
		});

		
	}
);
