if (navigator.browserLanguage)
var language = navigator.browserLanguage;
else
var language = navigator.language;
if (language.indexOf('en') > -1)
{
document.write("<table style='width: 100%; height: 100%; margin-left: auto; margin-right: auto;' border='0' cellpadding='5' cellspacing='5'><tbody><tr>");
document.write("<td class='category'><a style='display : block' href=http://www.olivox.com/index_en.html>home</a></td>");
document.write("<td class='category'><a style='display : block' href=http://www.olivox.com/couleur/index.html>painting</a></td>");
document.write("<td class='category'><a style='display : block' href=http://www.olivox.com/dessin/index.html>drawing</a></td>");
document.write("<td class='category'><a style='display : block' href=http://www.olivox.com/bd/comics.html>comics</a></td>");
document.write("<td class='category'><a style='display : block' href=http://www.olivox.com/caricature/index.html>caricature</a></td>");
document.write("<td class='category'><a style='display : block' href=http://www.olivox.com/buy.html>shop</a></td>");
document.write("<td class='category'><a style='display : block' href='mailto:olivox@olivox.com'>contact</a></td>");
document.write("<td class='category'><a style='display : block' name='fb_share' href='http://www.facebook.com/sharer.php'>share</a><script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'></script></td>");
document.write("</tr></tbody></table>");
}
else
{
document.write("<table style='width: 100%; height: 100%; margin-left: auto; margin-right: auto;' border='0' cellpadding='5' cellspacing='5'><tbody><tr>");
document.write("<td class='category'><a style='display : block' href=http://www.olivox.com><span >home</a></td>");
document.write("<td class='category'><a style='display : block' href=http://www.olivox.com/couleur/index.html>peinture</a></td>");
document.write("<td class='category'><a style='display : block' href=http://www.olivox.com/dessin/index.html>dessin</a></td>");
document.write("<td class='category'><a style='display : block' href=http://www.olivox.com/bd/2012/index.html>BD</a></td>");
document.write("<td class='category'><a style='display : block' href=http://www.olivox.com/caricature/index.html>caricature</a></td>");
document.write("<td class='category'><a style='display : block' href=http://www.olivox.com/buy.html>boutique</a></td>");
document.write("<td class='category'><a style='display : block' href='mailto:olivox@olivox.com'>contactez-moi</a></td>");
document.write("<td class='category'><a style='display : block' name='fb_share' href='http://www.facebook.com/sharer.php'>partager</a><script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'></script></td>");
document.write("</tr></tbody></table>");
}


