// JavaScript 
// Creator Ian Perera 

function GetHeight()
{
	var x = document.body.clientHeight;
	//alert(x);
}