function popupwin(url, pwidth, pheight) {
	newwindow = window.open(url, 'wwdc', 'width='+pwidth+',height='+pheight+'')
	newwindow.focus();
}