function openWin(url, width, height) {
	window.open(url, "_blank", "width=" + width + ",height=" + height + ",scrollbars=1,resizable=1");
}