
function openPopup(url, width, height) {
	window.open( url, '', 'width=' + width + ',height=' + height + ',scrollbars=yes');
	}
