function showmotto3()
{

if (document.ex_ab_nom.word1.options[document.ex_ab_nom.word1.selectedIndex].value != '' && document.ex_ab_nom.word2.options[document.ex_ab_nom.word2.selectedIndex].value !='' )
	{
document.ex_ab_nom.msgbox.value='af ' + document.ex_ab_nom.word1.options[document.ex_ab_nom.word1.selectedIndex].value +' er '+ document.ex_ab_nom.word2.options[document.ex_ab_nom.word2.selectedIndex].value;
	
}
}

function clearmotto3()
{

document.ex_ab_nom.word1.options.selectedIndex=0;
document.ex_ab_nom.word2.options.selectedIndex=0;
document.ex_ab_nom.msgbox.value='';
}
