function openPopup(url,features) {
	popupWin = window.open(url,'popupWin',features);
	popupWin.focus();
}