function timeline_info() {
	var ex = window.open('/datobar%20info%20link.aspx', 'Info', 'height=420, width=420');
}

function openPopup(link)
{
	var ex = window.open(link, 'Info', 'height=420, width=420');
}

