<!--
var documentLocation;
documentLocation=document.location.href;
var linkNumber;
linkNumber=documentLocation.substr(documentLocation.lastIndexOf("/")+1);
document.write("<map name='Map'>"+
"<area shape='RECT' coords='547,6,616,21' href='../"+linkNumber+"'>"+
"<area shape='RECT' coords='617,7,682,21' href='"+linkNumber+"'>"+
"<area shape='RECT' coords='687,6,749,22' href='../en/"+linkNumber+"'></map>");
-->
