function openPopup(name, url, width, height) {
	window.open(url, name, 'width='+width+', height='+height+', left='+((screen.width-width)/2)+', top='+((screen.height-height)/2)+', scrollbars=yes, menubar=no, location=no, resizable=yes, statusbar=no');
}
