// JavaScript Document

jQuery(document).ready(function()
{
	jQuery.noConflict(); //allow use of jQuery with other libraries
	
	// this initialises the scollpanes
	jQuery('#pane1, #pane2').jScrollPane({showArrows:true, scrollbarWidth:8, scrollbarMargin:10}); //
});