theimage = new Array();

///// Configurable Variables

// The dimensions of ALL the images should be the same or some of them may look stretched or reduced in Netscape 4.
// Format: theimage[...]=[name/description, image_src, linking_url]
theimage[0]=["", "images/transition/aboutus/photo_1.jpg", ""];
theimage[1]=["", "images/transition/aboutus/photo_2.jpg", ""];
theimage[2]=["", "images/transition/aboutus/photo_3.jpg", ""];
theimage[3]=["", "images/transition/aboutus/photo_4.jpg", ""];
theimage[4]=["", "images/transition/aboutus/photo_5.jpg", ""];
theimage[5]=["", "images/transition/aboutus/photo_6.jpg", ""];
theimage[6]=["", "images/transition/aboutus/photo_7.jpg", ""];
theimage[7]=["", "images/transition/aboutus/photo_8.jpg", ""];
theimage[7]=["", "images/transition/aboutus/photo_9.jpg", ""];

///// Plugin variables

playspeed=6000;// The playspeed determines the delay for the "Play" button in ms
dotrans=1; // if value = 1 then there are transitions played in IE
transtype='blendTrans';// 'blendTrans' or 'revealtrans'
transattributes='duration=2,transition=23';// duration=seconds,transition=#<24
randomorder=0;
linksperline=4; // For the text links
playdiffernce=500; // The speed that the autplay speed is changed by
autostart=1;
preloadslides=1;

<!-- end of configurable script -->
<!-- plugin scripts -->

// Preloader
function preloadSlide() {for(k=0;k<til;k++) {theimage[k][1]=new Image().src=theimage[k][1];}}

// Add extra functions between the {} if you need other functions that require the onload
window.onload=function(){
if(window.preloadslides)preloadSlide();if(window.autostart)slidePlay();}

// NS4 resize handler
window.onresize=function(){
if(document.layers)this.location=this.location;}