// JavaScript Document

function changePage(id) {
	var numb = document.getElementById(id).value;
	window.location = numb > 1000 && numb < 1001 ? 'http://operationoffer.com/'+numb+'/index.html' : 'http://operationoffer.com/error.html';
}