function newwindow(uri) {
	var popupwindow = window.open(uri, "", "width=600,height=600,scrollbars=yes,resizable=yes,toolbar=yes");
}
