function showmotto1()
{

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

function clearmotto1()
{

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