function popupWin(url) {
	window.open(url, "newwin", "height=600, width=630, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes, location=yes, directories=yes, status=yes");
}

