function confirmAction(q,yes) {
	if(confirm(q)) {
		yes();
	}
} 