window,onload = setClient;
window.onresize = setClient;

function setClient()
{	
	var windowHeight = getWindowHeight();
	var windowWidth = getWindowWidth();
}
