function DetectResolution()

{
	
	//alert(window.location);
	window.location.href = window.location + "&width=" + screen.width + "&height=" + screen.height;
	
	//alert(window.location.href);
}
