function openpage(url, qs) {
	alert(url);
	window.location = url + "?" + qs;
}