function showmotto2()
{

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

function clearmotto2()
{

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