﻿function fixIeSelectBug() 
{ 
	document.body.style.height = document.documentElement.scrollHeight + 'px'; 
} 

