// JavaScript Document
  function show_rights(){
  var rights=xDOMobject('rights');
  var text1="Tout mat&eacute;riel contenu, logos, noms de marque et illustrations ";
  var text2="sont utilis&eacute;s comme pr&eacute;sentation sugg&eacute;r&eacute;e. <br>";
  var text3="Theo Puplicity, Cit&eacute; Menu, les logos et le contenu de ce site ";
  var text4="sont propri&eacute;t&eacute; de Theo Publicity ©2006 <br>et leur r&eacute;production "
  var text5="sans autorisation &eacute;crite du propri&eacute;taire est strictement interdite!"
  var text6="<br>All materials, brand names, logos and artwork in this site ";
  var text7=" are used for demonstration purposes only.<br>";
  var text8="Theo Publicity, the logo and the contents of this site are property "
  var text9="and Copyright of ©2006 Theo Publicity.<br>";
  var text10="The use without written authorization from the owners of <br>";
  var text11="the material or intellectual property in this site are forbidden.";  
  rights.innerHTML=text1+text2+text3+text4+text5+text6+text7+text8+text9+text10+text11;
  }

