// JavaScript Document
document.observe('dom:loaded',function(){
	/* This if statement tests to see if javascript is enabled and that get ElementById is supported in the browser */																		 
	if (!document.getElementById) return false;
  var scrollbar = new Control.ScrollBar('scrollbar_content','scrollbar_track');
})
