function requeryOutlet(obj, by) {

	// Requeries the page with id.
	location="by.asp?by=" + by + "&id=" + obj.value;
	return true;
}

