//-- Database "tips" Web Project - le 10/08/2002

function _tips(a,b,c,d,e,f) {
  this.poids=a;
  this.titre=b;
  this.lien=c;
  this.texte=d;
  this.stitre=e;
  this.img=f;
}

var tips=new Array(),c=0;
tips[c++]= new _tips("20","R&eacute;f&eacute;rencement","table:referencement","Votre site, mal r&eacute;f&eacute;renc&eacute;, manque de contacts ?","le rem&egrave;de","francais/images/tip_ref.gif!143!73!!");
tips[c++]= new _tips("10","Relookez votre site !","table:refonte sites","Quelques ann&eacute;es sur le web d&eacute;j&agrave;... Besoin d'un nouvel impact ?","cure de jouvence","francais/images/tip_relook.jpg!143!73!!");
tips[c++]= new _tips("20","Les catalogues PDF","table:cat pdf","Votre catalogue Acrobat PDF transform&eacute; en site web interactif !...","direct et rapide","francais/images/tip_pdf.gif!143!73!!");
tips[c++]= new _tips("30","Votre catalogue Ciel","table:cat ciel","Transformez votre catalogue Ciel en outil de vente internet !","simple et efficace","francais/images/tip_ciel.gif!143!73!!");
tips[c++]= new _tips("10","Site Vitrine","table:creation sites","Votre site professionnel r&eacute;alis&eacute; à partir de 390 &euro; HT ?","la solution","francais/images/tip_decouverte.gif!143!73!!");
tips[c++]= new _tips("20","Pages mal affich&eacute;es ?","table:competences autres#compatibilite","Un sympt&ocirc;me h&eacute;las courant. Combien de visiteurs voient vraiment vos pages ?","plus de compatibilit&eacute;","francais/images/tip_beurk.gif!143!73!!");

