var content=new Array(); content[0]=""His hands move on the keyboard as the hands of a man caress the body of a woman. And while they do so, the image takes shape, colors come to life and the work is accomplished. Only the most ardent passion can transform a job in what makes the difference. Michele makes the difference."

Alice Buda | GiapponeGiappone"; content[1]=""I like the work of Michele because he know how elegantly satisfy the requests. The Japanese flag is not explicit and trivialised and is particularly delicate the way he joined the flag to pixels. Good work."

Carlo Minucci | Atoi"; content[2]=""The mark is all about simplicity and minimal style. You really did a great work. Thanks!"

Francesco Boccia | Scacco matto"; content[3]=""We are very satisfied with the Michele's work. With great simplicity he has been able to fulfill our wishes and give an image to our agency."

Ester Tonno | Autoscuola Nives"; textRotator = { i : 0, target:null, delay:20000, setupTarget : function() { Effect.Appear('menudx', { duration: 1.0 }); textRotator.target = $('testimonials'); textRotator.target.innerHTML = content[0]; textRotator.target.hide(); // Test setAttribute('style','display:none;'); Effect.Appear(textRotator.target, { duration: 1.0 }); textRotator.timerRotate = window.setInterval( 'textRotator.rotate()', textRotator.delay); }, changeText : function () { if (textRotator.i == content.length - 1) textRotator.i = 0 else textRotator.i++; textRotator.target.innerHTML = content[textRotator.i]; }, rotate : function() { Effect.Fade(textRotator.target, { duration: 1.0 }); textRotator.timerChangeText = window.setTimeout( 'textRotator.changeText()', 1500 ); textRotator.timerReappear = window.setTimeout( 'Effect.Appear(textRotator.target, { duration: 1.0 })', 2000 ); } } Event.observe(window, 'load', textRotator.setupTarget);