function IESelectBugFix()
{
	try{
		document.body.style.height = document.documentElement.scrollHeight+'px';
	}
	catch(e){}
}

unityPageLoadHandler.addOnloadFunction('IESelectBugFix');
