﻿function setGoogleBanner(dvHeight){
	try{
	    
	    iHeight = (((navigator.appName == "Microsoft Internet Explorer")?document.body.clientHeight:window.innerHeight) - dvHeight)+"px";
	
	}catch(Exception){
	
	    iHeight = "100%";
	    
	}
}