if(document.images){
    bon = new Image(); bon.src = PATH+'images/news/bon.gif';
    boff= new Image(); boff.src= PATH+'images/boff.gif';
}

document.write('<map name="redirection">');
    document.write('<area shape="rect" coords="  2, 2,190,15" href="'+PATH+'school">');
    document.write('<area shape="rect" coords="215, 2,340,15" href="'+PATH+'seminars/courses.html">');
    document.write('<area shape="rect" coords="370, 2,520,15" href="'+PATH+'seminars/courses_4.html">');
    document.write('<area shape="rect" coords="535, 2,599,15" href="'+PATH+'partners">');
    document.write('<area shape="rect" coords="  2,47,70,58" href="'+PATH+'seminars">');
    document.write('<area shape="rect" coords="100,47,185,58" href="'+PATH+'bcamp">');
    document.write('<area shape="rect" coords="210,47,480,58" href="'+PATH+'intellect">');
    document.write('<area shape="rect" coords="505,47,599,58" href="'+PATH+'school/books">');
document.write('</map>');


document.write('<tr>');
    document.write('<td width=176 height=60 align=center background="'+PATH+'images/bgLogo.gif"><img src="'+PATH+'images/news/FrLogo.gif" border=0 width=176 height=60></td>');
    document.write('<td width=100% height=60 class=bgDark><img src="'+PATH+'images/news/titleMenu.gif" border=0 usemap="#redirection"></td>');
document.write('</tr>');


