// JavaScript Document
theimage = new Array();

theimage[0]=["U104", "images/baby/U104.jpg"];
theimage[1]=["U104_GR", "images/baby/U104_GR.jpg"];
theimage[2]=["U211", "images/baby/U211.jpg"];
theimage[3]=["U220", "images/baby/U220.jpg"];
theimage[4]=["U222", "images/baby/U222.jpg"];
theimage[5]=["U223E", "images/baby/U223E.jpg"];
theimage[6]=["U223S", "images/baby/U223S.jpg"];
theimage[7]=["U223S_GR", "images/baby/U223S_GR.jpg"];
theimage[8]=["U310", "images/baby/U310.jpg"];
theimage[9]=["U313", "images/baby/U313.jpg"];
theimage[10]=["U318", "images/baby/U318.jpg"];
theimage[11]=["U322", "images/baby/U322.jpg"];
theimage[12]=["U327", "images/baby/U327.jpg"];
theimage[13]=["U410", "images/baby/U410.jpg"];
theimage[14]=["U421", "images/baby/U421.jpg"];
theimage[15]=["U513", "images/baby/U513.jpg"];
theimage[16]=["U515", "images/baby/U515.jpg"];
theimage[17]=["US23", "images/baby/US23.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;}
