// JavaScript Document
theimage = new Array();

theimage[0]=["Stone Vase AV01", "images/stonevase/AV01.jpg"];
theimage[1]=["Stone Vase AV02", "images/stonevase/AV02.jpg"];
theimage[2]=["Stone Vase AV03", "images/stonevase/AV03.jpg"];
theimage[3]=["Stone Vase AV21", "images/stonevase/AV21.jpg"];
theimage[4]=["Stone Vase AV22", "images/stonevase/AV22.jpg"];
theimage[5]=["Stone Vase AV23", "images/stonevase/AV23.jpg"];
/*theimage[6]=["FIERRO P106", "images/mausoleum/P106.jpg"];
theimage[7]=["STARKEY P107", "images/mausoleum/P107.jpg"];
theimage[8]=["CASWELL P108", "images/mausoleum/P108.jpg"];
theimage[9]=["LARKINS P109", "images/mausoleum/P109.jpg"];
theimage[10]=["YANCEY P110", "images/mausoleum/P110.jpg"];
theimage[11]=["IVERSON P111", "images/mausoleum/P111.jpg"];
theimage[12]=["PATINO P112", "images/mausoleum/P112.jpg"];
theimage[13]=["CRANFORD P113", "images/mausoleum/P113.jpg"];
theimage[14]=["KIEFER P114", "images/mausoleum/P114.jpg"];
theimage[15]=["TERRAZAS P115", "images/mausoleum/P115.jpg"];
theimage[16]=["NOWLIN P116", "images/mausoleum/P116.jpg"];
theimage[17]=["PARIS P117", "images/mausoleum/P117.jpg"];*/

playspeed=3000; 
dotrans=1;   
transtype='blendTrans';  
transattributes='duration=1,transition=23';  
randomorder=1;
playdiffernce=500;  
autostart=0;
preloadslides=1;
function makeRandom() {
tempimage = new Array();
for(p=0;p<theimage.length;p++){
for(p1=0;p1>-1;p1) {tempNum = Math.floor(Math.random()*theimage.length)
if(!tempimage[tempNum]){tempimage[tempNum]=theimage[p];break}}}
for(p=0;p<theimage.length;p++)theimage[p]=tempimage[p]}
if(randomorder==1)makeRandom()

function preloadSlide() {for(k=0;k<til;k++) {theimage[k][1]=new Image().src=theimage[k][1];}}

window.onload=function(){
if(window.preloadslides)preloadSlide();if(window.autostart)slidePlay();}

window.onresize=function(){
if(document.layers)this.location=this.location;}