$(document).ready(
	function(){
	// this initialises the demo scollpanes on the page.


});

function initPage() {
	$('div.scrollable').jScrollPane();
	initTabs();
}

if (window.addEventListener) window.addEventListener("load", initPage, false);
else if (window.attachEvent) window.attachEvent("onload", initPage);