var photos=new Array()
photos[0]="images/menuTab.png"
photos[1]="images/home_newsStripe_right.gif"
photos[2]="images/home_topStripe.jpg"
photos[3]="images/headerBg.png"
photos[4]="images/logo.png"
photos[5]="images/about_bottomStripeBg.gif"
photos[6]="images/about_bottomStripeLeft.gif"
photos[7]="images/about_projPic.png"
/*
photos[8]="images/home_ideaStripe_bottom.gif"
photos[9]="images/home_topStripe.jpg"
photos[10]="images/centerIMG_center.gif"
photos[11]="images/virtualTureHead.gif"
photos[12]="images/centerIMG_seperatorLeft.gif"
photos[13]="images/customerClub_head.gif"
photos[14]="images/customerClub_bottom.gif"
photos[15]="images/newsBlock_head.gif"
photos[16]="images/newsBlock_bg.gif"
photos[17]="images/newsBlock_bottom.gif"
photos[18]="images/customerClub_bg.gif"
photos[19]="images/customerSat_top.gif"
photos[20]="images/customerSat_bg.gif"
photos[21]="images/coupon.png"
photos[22]="images/customerSat_bottom.gif"
*/
var preloadedimages=new Array()
for (i=0;i<photos.length;i++){
preloadedimages[i]=new Image()
preloadedimages[i].src=photos[i]
}

