<!--Accordion Nav script-->
<script type="text/javascript" src="js/accordian.pack.js"></script>
<!--Slide Show Script-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
<script src="js/desSlideshow.js"></script>
<script language="javascript" type="text/javascript">
$(function() {
$("#desSlideshow2").desSlideshow({
autoplay: 'enable', //option:enable,disable
slideshow_width: '600', //slideshow window width
slideshow_height: '249', //slideshow window height
thumbnail_width: '120', //thumbnail width
time_Interval: '4000', //Milliseconds
directory: 'images/'// flash-on.gif and flashtext-bg.jpg directory
});
});
</script>