var country=new Array()

country[1]='England'
country[2]='Scotland'
country[3]='Wales'
country[4]='Northern Ireland'


var county=new Array()

county[1] ='s_wales/ang.asp">Anglesey'
county[2] ='s_wales/camar.asp">Camarthenshire'
county[3] ='s_wales/cere.asp">Ceredigon'
county[4] ='s_wales/d_and_f.asp">Denbigh and Flint'
county[5] ='s_wales/glam.asp">The Glamorgans'
county[6] ='s_wales/mon.asp">Monmouthshire'
county[7] ='s_wales/nww.asp">North West Wales'
county[8] ='s_wales/pem.asp">Pembrokeshire'
county[9] ='s_wales/powys.asp">Powys'


function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",450)
}

function change(bold, lemon){

str = ''

if (bold <= 9){
  for (var i=1; i<=9; 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()
}
}