var country=new Array()

country[1]='England'
country[2]='Scotland'
country[3]='Wales'
country[4]='Northern Ireland'


var county=new Array()

county[1] ='s_scot/aberb.asp">Aberdeenshire and Moray'
county[2] ='s_scot/angus.asp">Angus'
county[3] ='s_scot/argyll.asp">Argyll and Bute'
county[4] ='s_scot/ayrs.asp">Ayrshire and Arran'
county[5] ='s_scot/borders.asp">Borders'
county[6] ='s_scot/dumf.asp">Dumfries and Galloway'
county[7] ='s_scot/fife.asp">Fife'
county[8] ='s_scot/glasg.asp">Glasgow and District'
county[9] ='s_scot/highld.asp">Highland'
county[10]='s_scot/lanark.asp">Lanarkshire'
county[11]='s_scot/loth.asp">Lothian and Falkirk'
county[12]='s_scot/mull.asp">Mull, Islay and Other'
county[13]='s_scot/ork.asp">Orkneys'
county[14]='s_scot/perth.asp">Perthshire and Kinross'
county[15]='s_scot/shetld.asp">Shetland'
county[16]='s_scot/skye.asp">Skye and Raasay'
county[17]='s_scot/stirl.asp">Stirling and The Trossachs'
county[18]='s_scot/west.asp">Western Isles'


function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",450)
}

function change(bold, lemon){

str = ''

if (bold <= 18){
  for (var i=1; i<=18; i++){
     if (i == bold) {
        str = (str + '&nbsp;<A CLASS="bold" HREF="' + county[i] + '</A><BR>');}
     else {
        str = (str + '&nbsp;<A CLASS="menu" HREF="' + county[i] + '</A><BR>');}
  }
}
else
{
str = '<span id="text">&nbsp;Click Map to View</span>'
}


if (document.all)
descriptions.innerHTML=('<DIV ID="title">&nbsp;' + country[lemon] + ':&nbsp</DIV>' + str)
else if (document.layers){
document.d1.document.d2.document.write('<table cellspacing="3" cellpadding="0" border="0" width="120"><tr><td id="title">&nbsp;' + country[lemon] + ':&nbsp;</td></tr></table>' + str)
document.d1.document.d2.document.close()
}
}