function hilight(elem) {
 elem.className='hilight';
}

function unhilight(elem) {
 elem.className='';
}

function go_url(country) {
 if(country == 'nl') { window.location = 'http://www.hostingu2.nl/'; }
 else if(country == 'be') { window.location = 'http://www.hostingu2.be/'; }
}
