function popwin(url,wid,hei){
	window.open(url, "new", "menubar=no,scrollbars=yes,resizable=yes,width=" + wid + ",height=" + hei);
}