if( item == 1){
// Session Links
ModifySidebar( 'SessionSessions', $(this).text(), $( this).attr("href") );
}
else if( item ==2 ){
// Resources Links
ModifySidebar( 'DiscussionDiscussions', $(this).text(), $( this).attr("href") );
}
else if( item ==3 ){
});
} else {
$('#p-SessionSessions').remove(); $('#p-DiscussionDiscussions').remove();
$('#p-Resources').remove();
}