I need to use a timer , I think. The script I have done looks like this:

function pause (i)
{
// here I need to say pause (i) seconds
// and I think I use timer but I draw a
// blank when I try to figure how.

// anyway, the thing after is simple

play();
}

I am looking at web places for the answer and it might take me some time to reach insight that way, soo I thought it was allright to try here for an answer ... I look at java.sun.com but I have no good place to find explinations to timer stuff and if you have a link I would be happy, also.