function SniffBrowser()
{			
	var adres;
	var intMonitorW = window.screen.width;
	
	if (intMonitorW < 1000)	
    adres = "index17.php";
	else
    adres = "index19.php";
			
	window.location = adres;
}