// JavaScript Document

$(document).ready(function() {
	$('a.colorbox#chart').colorbox({href:"chart", height:"500px", width:"750px"});
	$('a.colorbox#downloadsLink').colorbox({href:"downloads", height:"500px", width:"750px"});
	$('a.colorbox#benefits').colorbox({href:"features-benefits", height:"500px", width:"750px"});
	$('a.colorbox#accessories').colorbox({href:"accessories", height:"500px", width:"750px"});
});

$(function() {
	$(".scrollable").scrollable({ circular: true, mousewheel: true });
});
