$(document).ready(init);

/**
 *	Initializes the page
 */
function init() {
	initToggleContent();
	setTimeout("$('#pane2').jScrollPane({showArrows:true});document.getElementById('paneHolder').style.visibility='visible';",200);
}


