function countriesPopup() {	
	country_win = window.open("http://www.reuters.co.uk/countries.jhtml","countries", 
	    			"width=434,height=185,toolbar=no,status=no,resizable=no,scrollbars=no");	   			
	country_win.focus();
}


function highlight(inelement) { inelement.style.backgroundColor="#6699FF"; }
function unhighlight(inelement) { inelement.style.backgroundColor="#6666CC"; }