$(function() {
var $ss = $('#slideshow');

var s3=['Communicate with Whiteboard','Sketch to explain your words. Collaborate on diagrams. Enter mathematical formulas like on paper. Draw together for fun. You decide how you visually communicate.'];
var s4=['Communicate with Voice','Handsfree communication for people who love multitasking.  Discuss while working together in the whiteboard. Make a call while working on a document. It is all possible.'];
var s5=['Communicate with Documents','Exchange your documents using fast file transfer. Send files in real-time to your contacts.'];
var s6=['Communicate with Multiple People','Chat with multiple people in a virtual room. Team up in a multi-user whiteboard session.'];
var s7=['Communicate with Presence','See who is available for communication. See which communication channels you can use. See what your contacts are doing. See their emotions.'];
var s8=['Communicate with Everybody','Instant message with people on all legacy chat systems. Interact with people using interoperable software based on the industry-standard XMPP protocol, including Google Talk, Apple iChat and Nokia Chat.'];

var text=['','',s3,s4,s5,s6,s7,s8];

for (var i = 2; i < 8; i++) {$ss.append('<div style="height: 300;"><div class="slide"><img name="coccinella" onMouseOver="over(0)" onMouseOut="out(0)" class="next" title="Click for next slide" src="/stuff/about'+i+'.png" alt="Screenshot: ' + text[i][0] + '" width="240"/></div><div class="text"><div style="height: 210px;"><h3>' + text[i][0] + '</h3><p>' + text[i][1] + '</p></div><table><tr><td align="center"><a title="About Coccinella" href="/about"><img src="/stuff/book.png" alt="About" width="48" height="48"/><br/>Learn</a></td><td align="center"><a title="Coccinella Screenshots" href="/gallery"><img src="/stuff/thumbnail-show.png" alt="Screenshots" width="48" height="48"/><br/>View</a></td><td align="center"><a title="Coccinella Downloads" href="/download"><img src="/stuff/kget.png" alt="Download" width="48" height="48"/><br/>Get</a></td></tr></table></div></div>');}

$ss.cycle({
timeout: 0,
next: '.next'});});

