// création de Bruno // jesus.bruno@caramail.com var i=0; var j=0; var x=0; var y=0; function ludoon() {x=1; scrollcolor();} function ludooff() {x=0; villa.style.color='blue';} function scrollcolor() {if (x==0) {return false} if (j==5) {j=0} else {j++} if (j==0) {villa.style.color='rgb(255,0,0)';} if (j==1) {villa.style.color='rgb(255,128,0)';} if (j==2) {villa.style.color='rgb(255,255,0)';} if (j==3) {villa.style.color='rgb(255,255,255)';} if (j==4) {villa.style.color='rgb(255,255,0)';} if (j==5) {villa.style.color='rgb(255,128,0)';} setTimeout("scrollcolor()",200) } function ludoon2() {y=1; scrollcolor2();} function ludooff2() {y=0; chalet.style.color='blue';} function scrollcolor2() {if (y==0) {return false} if (i==5) {i=0} else {i++} if (i==0) {chalet.style.color='rgb(148,40,255)';} if (i==1) {chalet.style.color='rgb(187,119,255)';} if (i==2) {chalet.style.color='rgb(228,202,255)';} if (i==3) {chalet.style.color='rgb(255,255,255)';} if (i==4) {chalet.style.color='rgb(228,202,255)';} if (i==5) {chalet.style.color='rgb(187,119,255)';} setTimeout("scrollcolor2()",200) }