function popup(url, popname, width, height) {
	popupWin = window.open(url, popname, 'width='+width+', height='+height+', location=0, titlebar=0, menubar=0, status=0, toolbar=0, scrollbars=0, resizable=1, left=200, top=80');
}