function A(URL,COORDS,ALT,LINK) {
	document.write('<area shape="poly" ');
	if(URL != "")
	document.write('href="/' + URL + '" ');
	document.writeln('COORDS="' + COORDS + '" title="' + ALT + '" class="' + LINK + '">')
}
