$(document).ready(function()
{
	convertDlLists();
	
	makeSideButtonsClickable();
	
	setTimeout(initPageHeight, 500);
});
