
function popup(url) {
	window.open(url, 'sharer', 'toolbar=0,status=0,width=626,height=436');
	return false;
}

