function selectAction(e){
	selectedIndex = e.selectedIndex;
	if (selectedIndex != 0)
		window.open(e.options[selectedIndex].title,'_blank');
}
