jQuery(document).ready(function(){
	jQuery('.map_europe').maphilight({fade: true}); /*set true for fading hover effect*/
});

function A(URL,COORDS,ALT,LINK,REL) {
	document.write('<AREA SHAPE="poly" ');
	if(URL != "")
		document.write('HREF="' + URL + '" ');
	document.writeln('COORDS="' + COORDS + '" onMouseOver="Tip(\'' + ALT + '\')" onMouseOut="UnTip()" class="' + LINK + '" rel="' + REL + '">')
}

