
// function to return window inner width
function id7WinWidth()
{
	return document.body.clientWidth;
}

// function to return window inner height
function id7WinHeight()
{
	return document.body.clientHeight;
}
