var country=new Array()

country[1]='England'
country[2]='Scotland'
country[3]='Wales'
country[4]='Northern Ireland'


var county=new Array()

county[1]  ='s_ire/ant.asp">County Antrim'
county[2]  ='s_ire/arm.asp">County Armagh'
county[3]  ='s_ire/down.asp">County Down'
county[4]  ='s_ire/ferm.asp">County Fermanagh'
county[5]  ='s_ire/lond.asp">County Londonderry'
county[6]  ='s_ire/tyr.asp">County Tyrone'


function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",450)
}

function change(bold, lemon){

str = ''

if (bold <= 6){
  for (var i=1; i<=6; 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()
}
}