function resolution() 
{
	document.location="about.php?&width="+screen.width+"&height="+screen.height;
}