 
//var mpath='' //specify path to files online or local

  aImg= new Array(10) 	//init. array definition and fill it with image files.
  
  
  aImg[1]=new Image(); aImg[1].src="/images/building/upgrade2002/mattpaulgreg.jpg"
  aImg[2]=new Image(); aImg[2].src="/images/building/upgrade2002/2002roof1.jpg"
  aImg[3]=new Image(); aImg[3].src="/images/building/upgrade2002/2002roof15.jpg"
  aImg[4]=new Image(); aImg[4].src="/images/building/upgrade2002/2002roof9.jpg"
  aImg[5]=new Image(); aImg[5].src="/images/building/upgrade2002/2002roof4.jpg"
  aImg[6]=new Image(); aImg[6].src="/images/building/upgrade2002/2002roof8.jpg"
  aImg[7]=new Image(); aImg[7].src="/images/building/upgrade2002/2002roof16.jpg"
  aImg[8]=new Image(); aImg[8].src="/images/building/upgrade2002/2002roof10.jpg"
  aImg[9]=new Image(); aImg[9].src="/images/building/upgrade2002/2002roof11.jpg"
  aImg[10]=new Image(); aImg[10].src="/images/building/upgrade2002/2002roof13.jpg"

  aLabel= new Array()	//init image descriptions and fill it.
  aLabel[1]='-- 1 --'
  aLabel[2]='-- 2 --'
  aLabel[3]='-- 3 --'
  aLabel[4]='-- 4 --'
  aLabel[5]='-- 5 --'
  aLabel[6]='-- 1 --'
  aLabel[7]='-- 2 --'
  aLabel[8]='-- 3 --'
  aLabel[9]='-- 4 --'
  aLabel[10]='-- 5 --'

