function festival7(theForm){ var val; val =
theForm.festive7.options[theForm.festive7.selectedIndex].value;

if (val == 1) location = 'placename.cfm?keyword=Britain';
if (val == 2) location = 'placename.cfm?keyword=Scotland';
if (val == 3) location = 'county.cfm?keyword=Aberdeenshire';
if (val == 4) location = 'county.cfm?keyword=Angus';
if (val == 5) location = 'county.cfm?keyword=Argyllshire';
if (val == 6) location = 'record.cfm?id=387';
if (val == 7) location = 'record.cfm?id=355';
if (val == 8) location = 'county.cfm?keyword=Dumbartonshire';
if (val == 9) location = '351.html';
if (val == 10) location = 'county.cfm?keyword=Edinburghshire';
if (val == 11) location = 'record.cfm?id=388';
if (val == 12) location = 'county.cfm?keyword=Forfarshire';
if (val == 13) location = '351.html';
if (val == 14) location = 'county.cfm?keyword=Inverness';
if (val == 15) location = 'record.cfm?id=192';
if (val == 16) location = 'county.cfm?keyword=Linlithgowshire';
if (val == 17) location = 'county.cfm?keyword=Midlothian';
if (val == 18) location = 'record.cfm?id=388';
if (val == 19) location = 'county.cfm?keyword=Perthshire';
if (val == 20) location = 'county.cfm?keyword=Renfrewshire';
if (val == 21) location = 'county.cfm?keyword=Ross';
if (val == 22) location = 'county.cfm?keyword=Shetland';
if (val == 23) location = 'county.cfm?keyword=Stirlingshire';
if (val == 24) location = 'county.cfm?keyword=Linlithgowshire';

}
