$(document).ready(function()
{
	// add juice to all dl lists
	if (styleSheet == "print") {
		setTimeout(function(){
		//window.print();
		}, 1000);
	}
	else {
		convertDlLists();
		
		makeSideButtonsClickable();
        
        $('.info_icon').tooltip({
            showBody: '---'
        });
		
		setTimeout(initPageHeight, 500);
	}
});

