// JavaScript Document

function screenwidth()
{
	width = screen.width;
if (width > 0) {
	window.location.href = "index.php?width=" + width;

} else
    exit();


}

