function reSize()  
{  
	var divHeight = 130 +'px';
	var divPadding = 12 +'px ' + 0 + ' ' + 0 + ' ' + 10 +'px';
	
	if(screen.height <= 800)
	{
		document.getElementById('logoDiv').style.height = divHeight;
		document.getElementById('logoIndent').style.padding = divPadding;
		document.getElementById('bigLogo').src="/images/ClearVet_Logo-HiRes-small.png";
	}
}
