function popup(url)
{
	newwindow=window.open(url,'historial','height=600,width=500,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}