function scene_slideshow(show, nm)
{
show.timeout = 5000;
show.prefetch = 2;
show.repeat = true;

//-s = new slide();
//-s.src =  'slides/slide1.png';
//-s.text = "<b>Welcome to Monarch</b>Report Mining Made Easy";
//-s.link = 'http://www.Datawatch.com/';
//-s.target = 'Datawatch';
//-s.attr = 'width:1024 height:768';
//-s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
//-show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/onlyindphil/paintings/fruitvendors.jpg';
s.text = "<center><b>Fruit Vendors</b><br />Oil Paintings</center>"
;
s.link = 'http://www.kabayancentral.com/onlyindphil/paintings.html';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/onlyindphil/paintings/saaplaya.jpg';
s.text = "<center><b>Aplaya</b><br />Philippine Scenery</center>"
;
s.link = 'http://www.kabayancentral.com/onlyindphil/paintings.html';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/onlyindphil/paintings/sabaklad.jpg';
s.text = "<center><b>Baklad</b><br />Countryside</center>"
;
s.link = 'http://www.kabayancentral.com/onlyindphil/paintings.html';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/onlyindphil/paintings/dfarmer.jpg';
s.text = "<center><b>Farmer</b><br />Philippine Sights</center>"
;
s.link = 'http://www.kabayancentral.com/onlyindphil/paintings.html';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/onlyindphil/paintings/harvestfishing.jpg';
s.text = "<center><b>Harvest Fishing</b><br />Oil Paintings</center>"
;
s.link = 'http://www.kabayancentral.com/onlyindphil/paintings.html';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/onlyindphil/paintings/kawayan.jpg';
s.text = "<center><b>Kawayan Lights</b><br />Sa Probinsiya</center>"
;
s.link = 'http://www.kabayancentral.com/onlyindphil/paintings.html';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);

s = new slide();
s.src =  'http://www.kabayancentral.com/onlyindphil/paintings/motherchild.jpg';
s.text = "<center><b>Mother and Child</b><br />Oil Paintings</center>"
;
s.link = 'http://www.kabayancentral.com/onlyindphil/paintings.html';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
show.add_slide(s);
if (false) show.shuffle();
show.shuffle();
show.preamble(nm,show.slides[0].image);
show.tail(nm,show.slides[0].image);
show.image=document.images.sceneIMG;
show.show(nm+"text");
}
