function jump(choice){
if (choice.indexOf('8') > 0)
{
	openWindow('Timeline.aspx', 'Timeline', '740', '470');
}
	parent.location = choice;
}