slideShowPhotos = new symantec.itools.multimedia.SlideShow();
try {
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/PHOTO_1.GIF"), "Pristine Bungbusi beaches are ideal for relaxing and for all kinds of water sports, including surfing, water skiing, and snorkeling.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/Photo_8.gif"), "Hiking through the rainforest and touring botanical gardens are some of the many ways to explore the Bungbusi tropical paradise.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/PHOTO_3.GIF"), "At the top of Venduca volcano, you can safely watch the volcanic activity.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/Photo_7.gif"), "The ocean pounds against rocks formed from past Venduca lava flows.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/PHOTO_2.GIF"), "Who were the technologically advanced people that constructed this ancient Simerilian building? This riddle attracts archeologists and curious travelers from around the world.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/PHOTO_4.GIF"), "The extinct civilization that lived in Simerilia had indoor plumbing, running water, saunas, enclosed courtyards, and sophisticated art in their city buildings.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/PHOTO_5.GIF"), "The beautiful Moderna river slinks through this modern village. Portions of the river are perfect for white-water rafting.");
slideShowPhotos.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("Images/Photo_6.gif"), "Moderna rose gardens bloom year-round.");
} catch (Exception e) { }
slideShowPhotos.setBounds(8,8,337,232);
add(slideShowPhotos);
imageViewerClicker = new symantec.itools.multimedia.ImageViewer();
invisibleButtonNext = new symantec.itools.awt.InvisibleButton();
invisibleButtonNext.setBounds(305,272,40,41);
add(invisibleButtonNext);
invisibleButtonPrev = new symantec.itools.awt.InvisibleButton();
invisibleButtonPrev.setBounds(264,273,35,43);
add(invisibleButtonPrev);
wrappingLabelDesc = new symantec.itools.awt.WrappingLabel();
try {
wrappingLabelDesc.setText("Pristine Bungbusi beaches are ideal for relaxing and for all kinds of water sports, including surfing, water skiing, and snorkeling.");