function showHideSidebar()
{
	if(document.all)
		var iWidth = document.body.clientWidth;
		document.all.sidebarshell.style.display = (iWidth > 753 ? '' : 'none');
		document.all.sidebarshell.style.height = document.body.scrollHeight - 169;
}
