function actionselect() {
    selectindex = document.selectform.selectnavigation.selectedIndex;
    selectvalue = document.selectform.selectnavigation.options[selectindex].value;
	document.selectform.submit();
}