function openPopup(url, width, height) {
	window.open(url, 'newWindow','resizable=1,scrollbars=no,width='+ width + ',height=' + height);
}