function reinitIframe(){
	try{
		if(window.opera){
			var hh=document.documentElement.clientHeight+8;
		}else{
			var hh=document.body.clientHeight+8;
		}
		parent.document.getElementById("IframeHistoryAward").style.height =  hh + 'px';
		}
	catch (ex){}
}