function festival5(theForm){ var val; val =
theForm.festive5.options[theForm.festive5.selectedIndex].value;

if (val == 1) location = 'clans.cfm?key1=1&key2=3';
if (val == 2) location = 'part.cfm?keyword=Z.03/41a';
if (val == 3) location = 'part.cfm?keyword=Z.03/41b';

}
