function popup(el, width, height) {
	var popup = window.open(el.href, 'popup', 'width='+width+',height='+height+',toolbar=no,menubar=no,status=no,titlebar=no');
	
	return false;
}
