a = screen.width;
b = screen.height;
i=0;
i1=1;
j=0;
j1=2;

var ie4=document.all
var ns4=document.layers
var ns6=document.getElementById && !document.all

image1 = new Image ( ) ; 
image1.src = "images/html.gif" ;
image2 = new Image ( ) ; 
image2.src = "images/html_over.gif" ;
image3 = new Image ( ) ; 
image3.src = "images/linux.gif" ;
image4 = new Image ( ) ; 
image4.src = "images/linux_over.gif" ;
image5 = new Image ( ) ; 
image5.src = "images/securite.gif" ;
image6 = new Image ( ) ; 
image6.src = "images/securite_over.gif" ;
image7 = new Image ( ) ; 
image7.src = "images/javascript.gif" ;
image8 = new Image ( ) ; 
image8.src = "images/javascript_over.gif" ;
image9 = new Image ( ) ; 
image9.src = "images/perl.gif" ;
image10 = new Image ( ) ; 
image10.src = "images/perl_over.gif" ;
image11 = new Image ( ) ; 
image11.src = "images/php.gif" ;
image12 = new Image ( ) ; 
image12.src = "images/php_over.gif" ;

function bouge () {
   divns6 = document.getElementsByTagName("div");
   stopouencore = 0;

if (ie4) {
   document.all.LINUX.style.left = 0.6 * a / 8;
   document.all.LINUX.style.top = b / 4.8;
   document.all.HTML.style.left = ( 0.6 * 3 ) * a / 8;
   document.all.HTML.style.top = b / 4.8;
   document.all.JAVA.style.left = ( 0.6 * 5 ) * a / 8;
   document.all.JAVA.style.top = b / 4.8;
   document.all.SECU.style.left = ( 0.6 * 7 ) * a / 8;
   document.all.SECU.style.top = b / 4.8; 
   document.all.PERL.style.left = ( 0.6 * 9 ) * a / 8;
   document.all.PERL.style.top = b / 4.8; 
   document.all.PHP.style.left = ( 0.6 * 11 ) * a / 8;
   document.all.PHP.style.top = b / 4.8; }
 else if (ns6) {
   divns6.LINUX.style.left = 0.6 * a / 8;
   divns6.LINUX.style.top = b / 4.8;
   divns6.HTML.style.left = ( 0.6 * 3 ) * a / 8;
   divns6.HTML.style.top = b / 4.8;
   divns6.JAVA.style.left = ( 0.6 * 5 ) * a / 8;
   divns6.JAVA.style.top = b / 4.8;
   divns6.SECU.style.left = ( 0.6 * 7 ) * a / 8;
   divns6.SECU.style.top = b / 4.8; 
   divns6.PERL.style.left = ( 0.6 * 9 ) * a / 8;
   divns6.PERL.style.top = b / 4.8; 
   divns6.PHP.style.left = ( 0.6 * 11 ) * a / 8;
   divns6.PHP.style.top = b / 4.8; }
 else if (ns4) {
   document.LINUX.left = 0.6 * a / 8;
   document.LINUX.top = b / 4.8;
   document.HTML.left = ( 0.6 * 3 ) * a / 8;
   document.HTML.top = b / 4.8; 
   document.JAVA.left = ( 0.6 * 5 ) * a / 8;
   document.JAVA.top = b / 4.8;
   document.SECU.left = ( 0.6 * 7 ) * a / 8;
   document.SECU.top = b / 4.8; 
   document.PERL.left = ( 0.6 * 9 ) * a / 8;
   document.PERL.top = b / 4.8; 
   document.PHP.left = ( 0.6 * 11 ) * a / 8;
   document.PHP.top = b / 4.8; }


linux = 0.6 * a / 8;
linuxtop = b / 4.8;
linuxvar = 1;
html =  ( 0.6 * 3 ) * a / 8;
htmlvar = 1;
java = ( 0.6 * 5 ) * a / 8;
javavar = 1; 
secu = ( 0.6 * 7 ) * a / 8;
secuvar = 1; 
perl =  ( 0.6 * 9 ) * a / 8;
perlvar = 1;
php =  ( 0.6 * 11 ) * a / 8;
phpvar = 1;

truc (); }

function truc () {
 if ( stopouencore == 0 ) {

if (ie4) {
    document.all.LINUX.style.left = linux;
    document.all.HTML.style.left = html;
    document.all.PERL.style.left = perl;
    document.all.PHP.style.left = php;
    document.all.JAVA.style.left = java;
    document.all.SECU.style.left = secu; }
 else if (ns6) {
    divns6.LINUX.style.left = linux;
    divns6.HTML.style.left = html;
    divns6.PERL.style.left = perl;
    divns6.PHP.style.left = php;
    divns6.JAVA.style.left = java;
    divns6.SECU.style.left = secu; }
 else if (ns4) {
    document.LINUX.left = linux;
    document.HTML.left = html;
    document.PERL.left = perl;
    document.PHP.left = php;
    document.JAVA.left = java;
    document.SECU.left = secu; }

  linux = linux + linuxvar;
  html = html + htmlvar;
  perl = perl + perlvar;
  php = php + phpvar;
  java = java + javavar ;
  secu = secu + secuvar ;
  if ( linux <= 0 || linux > html - 90) {
    linuxvar = linuxvar * -1; }
  if ( html < linux + 90 || html > java - 90 ) {
    htmlvar = htmlvar * -1; }
  if ( java < html + 90 || java > secu - 90 ) {
    javavar = javavar * -1; }
  if ( secu < java + 90 || secu > perl - 90 ) {
    secuvar = secuvar * -1; }
  if ( perl < secu + 90 || perl > php - 90 ) {
    perlvar = perlvar * -1; }
  if ( php < perl + 90 || php > a / 1.11) {
    phpvar = phpvar * -1; }
  d=setTimeout ("truc ();",10);   } }

function logo () {
   window.location = "mailto:bibicanard@free.fr";  }

function linuxover () { 
image4 = document.lin ; 
image4.src = "images/linux_over.gif" ;
 if ( stopouencore == 0 ) {
  clearTimeout (d);   

if (ie4) {
   document.all.LINUX.style.top = linuxtop;
   document.all.HTML.style.left = html;
   document.all.PERL.style.left = perl;
   document.all.PHP.style.left = php;
   document.all.JAVA.style.left = java;
   document.all.SECU.style.left = secu; }
 else if (ns6) {
   divns6.LINUX.style.top = linuxtop;
   divns6.HTML.style.left = html;
   divns6.PERL.style.left = perl;
   divns6.PHP.style.left = php;
   divns6.JAVA.style.left = java;
   divns6.SECU.style.left = secu; }
 else if (ns4) {
   document.LINUX.top = linuxtop;
   document.HTML.left = html;
   document.PERL.left = perl;
   document.PHP.left = php;
   document.JAVA.left = java;
   document.SECU.left = secu; }

  linuxtop = linuxtop + linuxvar;
  html = html + htmlvar;
  perl = perl + perlvar;
  php = php + phpvar;
  java = java + javavar ;
  secu = secu + secuvar;
  if ( linuxtop > (5 + b / 4.8) || linuxtop < (-5 + b / 4.8) ) {
    linuxvar = linuxvar * -1; }
  if ( html < linux + 90 || html > java - 90 ) {
    htmlvar = htmlvar * -1; }
  if ( java < html + 90 || java > secu - 90 ) {
    javavar = javavar * -1; }
  if ( secu < java + 90 || secu > perl - 90 ) {
    secuvar = secuvar * -1; }
  if ( perl < secu + 90 || perl > php - 90 ) {
    perlvar = perlvar * -1; }
  if ( php < perl + 90 || php > a / 1.11 ) {
    phpvar = phpvar * -1; }
  d=setTimeout ("linuxover ();",10);   } }

function linuxout () { 
image1 = document.htm ; 
image1.src = "images/html.gif" ;
image3 = document.lin ; 
image3.src = "images/linux.gif" ;
image5 = document.sec ; 
image5.src = "images/securite.gif" ;
image7 = document.jav ; 
image7.src = "images/javascript.gif" ;
image9 = document.per ; 
image9.src = "images/perl.gif" ;
image11 = document.php ; 
image11.src = "images/php.gif" ;

 if ( stopouencore == 0 ) {
  clearTimeout (d);   
  truc (); 
  linuxtop = b / 4.8;

if (ie4) {
   document.all.LINUX.style.top = b / 4.8;
   document.all.PERL.style.top = b / 4.8;
   document.all.PHP.style.top = b / 4.8;
   document.all.JAVA.style.top = b / 4.8;
   document.all.SECU.style.top = b / 4.8;
   document.all.HTML.style.top = b / 4.8; }
 else if (ns6) {
   divns6.LINUX.style.top = b / 4.8;
   divns6.PERL.style.top = b / 4.8;
   divns6.PHP.style.top = b / 4.8;
   divns6.JAVA.style.top = b / 4.8;
   divns6.SECU.style.top = b / 4.8;
   divns6.HTML.style.top = b / 4.8; }
 else if (ns4) {
   document.LINUX.top = b / 4.8;
   document.PERL.top = b / 4.8;
   document.PHP.top = b / 4.8;
   document.JAVA.top = b / 4.8;
   document.SECU.top = b / 4.8;
   document.HTML.top = b / 4.8; } } }

function htmlover () { 
image2 = document.htm ; 
image2.src = "images/html_over.gif" ;
 if ( stopouencore == 0 ) {
  clearTimeout (d);   

if (ie4) {
   document.all.LINUX.style.left = linux;
   document.all.HTML.style.top = linuxtop;
   document.all.PERL.style.left = perl;
   document.all.PHP.style.left = php;
   document.all.JAVA.style.left = java;
   document.all.SECU.style.left = secu; }
 else if (ns6) {
   divns6.LINUX.style.left = linux;
   divns6.HTML.style.top = linuxtop;
   divns6.PERL.style.left = perl;
   divns6.PHP.style.left = php;
   divns6.JAVA.style.left = java;
   divns6.SECU.style.left = secu; }
 else if (ns4) {
   document.LINUX.left = linux;
   document.PERL.left = perl;
   document.PHP.left = php;
   document.HTML.top = linuxtop;
   document.JAVA.left = java;
   document.SECU.left = secu; }

  linux = linux + linuxvar;
  perl = perl + perlvar;
  php = php + phpvar;
  linuxtop = linuxtop + htmlvar;
  secu = secu + secuvar;
  java = java + javavar ;
  if ( linuxtop > (5 + b / 4.8) || linuxtop < (-5 + b / 4.8) ) {
    htmlvar = htmlvar * -1; }
  if ( linux <= 0 || linux > html - 90) {
    linuxvar = linuxvar * -1; }
  if ( java < html + 90 || java > secu - 90 ) {
    javavar = javavar * -1; }
  if ( secu < java + 90 || secu > perl - 90 ) {
    secuvar = secuvar * -1; }
  if ( perl < secu + 90 || perl > php - 90 ) {
    perlvar = perlvar * -1; }
  if ( php < perl + 90 || php > a / 1.11 ) {
    phpvar = phpvar * -1; }
  d=setTimeout ("htmlover ();",10);   } }

function javaover () { 
image6 = document.jav ; 
image6.src = "images/javascript_over.gif" ;
 if ( stopouencore == 0 ) {
  clearTimeout (d);  

if (ie4) {
   document.all.LINUX.style.left = linux;
   document.all.HTML.style.left = html;
   document.all.PERL.style.left = perl;
   document.all.PHP.style.left = php;
   document.all.JAVA.style.top = linuxtop;
   document.all.SECU.style.left = secu; }
 else if (ns6) {
   divns6.LINUX.style.left = linux;
   divns6.HTML.style.left = html;
   divns6.PERL.style.left = perl;
   divns6.PHP.style.left = php;
   divns6.JAVA.style.top = linuxtop;
   divns6.SECU.style.left = secu; }
 else if (ns4) {
   document.LINUX.left = linux;
   document.PERL.left = perl;
   document.PHP.left = php;
   document.HTML.top = html;
   document.JAVA.top = linuxtop;
   document.SECU.left = secu; }

  linux = linux + linuxvar;
  html = html + htmlvar;
  perl = perl + perlvar;
  php = php + phpvar;
  secu = secu + secuvar;
  linuxtop = linuxtop + javavar;
  if ( linuxtop > (5 + b / 4.8) || linuxtop < (-5 + b / 4.8) ) {
    javavar = javavar * -1; }
  if ( linux <= 0 || linux > html - 90) {
    linuxvar = linuxvar * -1; }
  if ( html < linux + 90 || html > java - 90 ) {
    htmlvar = htmlvar * -1; }
  if ( secu < java + 90 || secu > perl - 90 ) {
    secuvar = secuvar * -1; }
  if ( perl < secu + 90 || perl > php - 90 ) {
    perlvar = perlvar * -1; }
  if ( php < perl + 90 || php > a / 1.11 ) {
    phpvar = phpvar * -1; }
  d=setTimeout ("javaover ();",10);   } }

function secuover () { 
image6 = document.sec ; 
image6.src = "images/securite_over.gif" ;
 if ( stopouencore == 0 ) {
  clearTimeout (d);   

if (ie4) {
   document.all.LINUX.style.left = linux;
   document.all.HTML.style.left = html;
   document.all.PERL.style.left = perl;
   document.all.PHP.style.left = php;
   document.all.JAVA.style.left = java;
   document.all.SECU.style.top = linuxtop; }
 else if (ns6) {
   divns6.LINUX.style.left = linux;
   divns6.HTML.style.left = html;
   divns6.PERL.style.left = perl;
   divns6.PHP.style.left = php;
   divns6.JAVA.style.left = java;
   divns6.SECU.style.top = linuxtop; }
 else if (ns4) {
   document.LINUX.left = linux;
   document.PERL.left = perl;
   document.PHP.left = php;
   document.HTML.left = html;
   document.JAVA.left = java;
   document.SECU.top = linuxtop; }

  linux = linux + linuxvar;
  html = html + htmlvar;
  perl = perl + perlvar;
  php = php + phpvar;
  java = java + javavar;
  linuxtop = linuxtop + secuvar;
  if ( linuxtop > (5 + b / 4.8) || linuxtop < (-5 + b / 4.8) ) {
    secuvar = secuvar * -1; }
  if ( linux <= 0 || linux > html - 90) {
    linuxvar = linuxvar * -1; }
  if ( html < linux + 90 || html > java - 90 ) {
    htmlvar = htmlvar * -1; }
  if ( java < html + 90 || java > secu - 90 ) {
    javavar = javavar * -1; }
  if ( perl < secu + 90 || perl > php - 90 ) {
    perlvar = perlvar * -1; }
  if ( php < perl + 90 || php > a / 1.11 ) {
    phpvar = phpvar * -1; }
  d=setTimeout ("secuover ();",10);   } }

function perlover () { 
image10 = document.per ; 
image10.src = "images/perl_over.gif" ;
 if ( stopouencore == 0 ) {
  clearTimeout (d);   

if (ie4) {
   document.all.LINUX.style.left = linux;
   document.all.HTML.style.left = html;
   document.all.PERL.style.top = linuxtop;
   document.all.PHP.style.left = php;
   document.all.JAVA.style.left = java;
   document.all.SECU.style.left = secu; }
 else if (ns6) {
   divns6.LINUX.style.left = linux;
   divns6.HTML.style.left = html;
   divns6.PERL.style.top = linuxtop;
   divns6.PHP.style.left = php;
   divns6.JAVA.style.left = java;
   divns6.SECU.style.left = secu; }
 else if (ns4) {
   document.LINUX.left = linux;
   document.PERL.top = linuxtop;
   document.PHP.left = php;
   document.HTML.left = html;
   document.JAVA.left = java;
   document.SECU.left = secu; }

  linux = linux + linuxvar;
  html = html + htmlvar;
  php = php + phpvar;
  java = java + javavar ;
  secu = secu + secuvar ;
  linuxtop = linuxtop + perlvar;
  if ( linuxtop > (5 + b / 4.8) || linuxtop < (-5 + b / 4.8) ) {
    perlvar = perlvar * -1; }
  if ( linux <= 0 || linux > html - 90) {
    linuxvar = linuxvar * -1; }
  if ( html < linux + 90 || html > java - 90 ) {
    htmlvar = htmlvar * -1; }
  if ( java < html + 90 || java > secu - 90 ) {
    javavar = javavar * -1; }
   if ( secu < java + 90 || secu > perl - 90 ) {
    secuvar = secuvar * -1; }
  if ( php < perl + 90 || php > a / 1.11 ) {
    phpvar = phpvar * -1; }
  d=setTimeout ("perlover ();",10);   } }

function phpover () { 
image12 = document.php ; 
image12.src = "images/php_over.gif" ;
 if ( stopouencore == 0 ) {
  clearTimeout (d);   

if (ie4) {
   document.all.LINUX.style.left = linux;
   document.all.HTML.style.left = html;
   document.all.PERL.style.left = perl;
   document.all.PHP.style.top = linuxtop;
   document.all.JAVA.style.left = java;
   document.all.SECU.style.left = secu; }
 else if (ns6) {
   divns6.LINUX.style.left = linux;
   divns6.HTML.style.left = html;
   divns6.PERL.style.left = perl;
   divns6.PHP.style.top = linuxtop;
   divns6.JAVA.style.left = java;
   divns6.SECU.style.left = secu; }
 else if (ns4) {
   document.LINUX.left = linux;
   document.PERL.left = perl;
   document.PHP.top = linuxtop;
   document.HTML.left = html;
   document.JAVA.left = java;
   document.SECU.left = secu; }

  linux = linux + linuxvar;
  html = html + htmlvar;
  perl = perl + perlvar;
  secu = secu + secuvar;
  java = java + javavar;
  linuxtop = linuxtop + phpvar;
  if ( linuxtop > (5 + b / 4.8) || linuxtop < (-5 + b / 4.8) ) {
    phpvar = phpvar * -1; }
  if ( linux <= 0 || linux > html - 90) {
    linuxvar = linuxvar * -1; }
  if ( html < linux + 90 || html > java - 90 ) {
    htmlvar = htmlvar * -1; }
  if ( java < html + 90 || java > secu - 90 ) {
    javavar = javavar * -1; }
  if ( perl < secu + 90 || perl > php - 90 ) {
    perlvar = perlvar * -1; }
  if ( secu < java + 90 || secu > perl - 90) {
    secuvar = secuvar * -1; }
  d=setTimeout ("phpover ();",10);   } }

function stop () {
  if ( stopouencore == 0 ) {
    clearTimeout (d);   
    stopouencore = 1; }
  else  {
    stopouencore = 0; 
     truc ();  }  }


