function onChangeAboart( select )
{
	if( select.selectedIndex == 0 )
		location = 'abo1.html'
	else if ( select.selectedIndex == 1 )
		location = 'abo2.html'
}


