var popupWindow = function(url,win,features) {
	window.open(url,win,features);
};