// JavaScript Document
	
// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 5000

// Duration of crossfade (seconds)
var crossFadeDuration = 3

// Specify the image files
var Pic = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = 'media/slide/home1.jpg'
Pic[1] = 'media/slide/home2.jpg'
Pic[2] = 'media/slide/home3.jpg'
Pic[3] = 'media/slide/home4.jpg'
Pic[4] = 'media/slide/home5.jpg'



// =======================================
// do not edit anything below this line
// =======================================

var t
var j = 0
var p = Pic.length

var preLoad = new Array()
for (i = 0; i < p; i++){
   preLoad[i] = new Image()
   preLoad[i].src = Pic[i]
}

function runSlideShow(){
   if (document.all){
      document.images.SlideShow.style.filter="blendTrans(duration=2)"
      document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"
      document.images.SlideShow.filters.blendTrans.Apply()      
   }
   document.images.SlideShow.src = preLoad[j].src
   if (document.all){
      document.images.SlideShow.filters.blendTrans.Play()
   }
   j = j + 1
   if (j > (p-1)) j=0
   t = setTimeout('runSlideShow()', slideShowSpeed)
}



// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed2 = 5000

// Duration of crossfade (seconds)
var crossFadeDuration2 = 3

// Specify the image files
var Pic2 = new Array() 
// don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic2[0] = 'media/slide2/profile1.jpg'
Pic2[1] = 'media/slide2/profile2.jpg'
Pic2[2] = 'media/slide2/profile3.jpg'
Pic2[3] = 'media/slide2/profile4.jpg'
Pic2[4] = 'media/slide2/profile5.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t2
var j2 = 0
var p2 = Pic2.length

var preLoad2 = new Array()

for (i2 = 0; i2 < p2; i2++){
   preLoad2[i2] = new Image()
   preLoad2[i2].src = Pic2[i2]
}

function runSlideShow2(){
   if (document.all)
   	{
      document.images.SlideShow2.style.filter="blendTrans(duration=2)"
      document.images.SlideShow2.style.filter="blendTrans(duration=crossFadeDuration2)"
      document.images.SlideShow2.filters.blendTrans.Apply()      
   	}
   document.images.SlideShow2.src = preLoad2[j2].src
   if (document.all){
      document.images.SlideShow2.filters.blendTrans.Play()
   }
   j2 = j2 + 1
   if (j2 > (p2-1)) j2=0
   t2 = setTimeout('runSlideShow2()', slideShowSpeed2)
}

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed3 = 5000

// Duration of crossfade (seconds)
var crossFadeDuration3 = 3

// Specify the image files
var Pic3 = new Array() 
// don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic3[0] = 'media/slide3/serv_land1.jpg'
Pic3[1] = 'media/slide3/serv_land2.jpg'
Pic3[2] = 'media/slide3/serv_land3.jpg'
Pic3[3] = 'media/slide3/serv_land4.jpg'
Pic3[4] = 'media/slide3/serv_land5.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t3
var j3 = 0
var p3 = Pic3.length

var preLoad3 = new Array()

for (i3 = 0; i3 < p3; i3++){
   preLoad3[i3] = new Image()
   preLoad3[i3].src = Pic3[i3]
}

function runSlideShow3(){
   if (document.all)
   	{
      document.images.SlideShow3.style.filter="blendTrans(duration=2)"
      document.images.SlideShow3.style.filter="blendTrans(duration=crossFadeDuration2)"
      document.images.SlideShow3.filters.blendTrans.Apply()      
   	}
   document.images.SlideShow3.src = preLoad3[j3].src
   if (document.all){
      document.images.SlideShow3.filters.blendTrans.Play()
   }
   j3 = j3 + 1
   if (j3 > (p3-1)) j3=0
   t3 = setTimeout('runSlideShow3()', slideShowSpeed3)
}

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed4 = 5000

// Duration of crossfade (seconds)
var crossFadeDuration4 = 3

// Specify the image files
var Pic4 = new Array() 
// don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic4[0] = 'media/slide4/serv_log1.jpg'
Pic4[1] = 'media/slide4/serv_log2.jpg'
Pic4[2] = 'media/slide4/serv_log3.jpg'
Pic4[3] = 'media/slide4/serv_log4.jpg'
Pic4[4] = 'media/slide4/serv_log5.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t4
var j4 = 0
var p4 = Pic4.length

var preLoad4 = new Array()

for (i4 = 0; i4 < p4; i4++){
   preLoad4[i4] = new Image()
   preLoad4[i4].src = Pic4[i4]
}

function runSlideShow4(){
   if (document.all)
   	{
      document.images.SlideShow4.style.filter="blendTrans(duration=2)"
      document.images.SlideShow4.style.filter="blendTrans(duration=crossFadeDuration2)"
      document.images.SlideShow4.filters.blendTrans.Apply()      
   	}
   document.images.SlideShow4.src = preLoad4[j4].src
   if (document.all){
      document.images.SlideShow4.filters.blendTrans.Play()
   }
   j4 = j4 + 1
   if (j4 > (p4-1)) j4=0
   t4 = setTimeout('runSlideShow4()', slideShowSpeed4)
}

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed5 = 5000

// Duration of crossfade (seconds)
var crossFadeDuration5 = 3

// Specify the image files
var Pic5 = new Array() 
// don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic5[0] = 'media/slide5/serv_timber1.jpg'
Pic5[1] = 'media/slide5/serv_timber2.jpg'
Pic5[2] = 'media/slide5/serv_timber3.jpg'
Pic5[3] = 'media/slide5/serv_timber4.jpg'
Pic5[4] = 'media/slide5/serv_timber5.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t5
var j5 = 0
var p5 = Pic5.length

var preLoad5 = new Array()

for (i5 = 0; i5 < p5; i5++){
   preLoad5[i5] = new Image()
   preLoad5[i5].src = Pic5[i5]
}

function runSlideShow5(){
   if (document.all)
   	{
      document.images.SlideShow5.style.filter="blendTrans(duration=2)"
      document.images.SlideShow5.style.filter="blendTrans(duration=crossFadeDuration2)"
      document.images.SlideShow5.filters.blendTrans.Apply()      
   	}
   document.images.SlideShow5.src = preLoad5[j5].src
   if (document.all){
      document.images.SlideShow5.filters.blendTrans.Play()
   }
   j5 = j5 + 1
   if (j5 > (p5-1)) j5=0
   t5 = setTimeout('runSlideShow5()', slideShowSpeed5)
}

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed6 = 5000

// Duration of crossfade (seconds)
var crossFadeDuration6 = 3

// Specify the image files
var Pic6 = new Array() 
// don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic6[0] = 'media/slide6/serv_hist1.jpg'
Pic6[1] = 'media/slide6/serv_hist2.jpg'
Pic6[2] = 'media/slide6/serv_hist3.jpg'
Pic6[3] = 'media/slide6/serv_hist4.jpg'
Pic6[4] = 'media/slide6/serv_hist5.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t6
var j6 = 0
var p6 = Pic6.length

var preLoad6 = new Array()

for (i6 = 0; i6 < p6; i6++){
   preLoad6[i6] = new Image()
   preLoad6[i6].src = Pic6[i6]
}

function runSlideShow6(){
   if (document.all)
   	{
      document.images.SlideShow6.style.filter="blendTrans(duration=2)"
      document.images.SlideShow6.style.filter="blendTrans(duration=crossFadeDuration2)"
      document.images.SlideShow6.filters.blendTrans.Apply()      
   	}
   document.images.SlideShow6.src = preLoad6[j6].src
   if (document.all){
      document.images.SlideShow6.filters.blendTrans.Play()
   }
   j6 = j6 + 1
   if (j6 > (p6-1)) j6=0
   t6 = setTimeout('runSlideShow6()', slideShowSpeed6)
}

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed7 = 5000

// Duration of crossfade (seconds)
var crossFadeDuration7 = 3

// Specify the image files
var Pic7 = new Array() 
// don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic7[0] = 'media/slide7/serv_restore1.jpg'
Pic7[1] = 'media/slide7/serv_restore2.jpg'
Pic7[2] = 'media/slide7/serv_restore3.jpg'
Pic7[3] = 'media/slide7/serv_restore4.jpg'
Pic7[4] = 'media/slide7/serv_restore5.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t7
var j7 = 0
var p7 = Pic7.length

var preLoad7 = new Array()

for (i7 = 0; i7 < p7; i7++){
   preLoad7[i7] = new Image()
   preLoad7[i7].src = Pic7[i7]
}

function runSlideShow7(){
   if (document.all)
   	{
      document.images.SlideShow7.style.filter="blendTrans(duration=2)"
      document.images.SlideShow7.style.filter="blendTrans(duration=crossFadeDuration2)"
      document.images.SlideShow7.filters.blendTrans.Apply()      
   	}
   document.images.SlideShow7.src = preLoad7[j7].src
   if (document.all){
      document.images.SlideShow7.filters.blendTrans.Play()
   }
   j7 = j7 + 1
   if (j7 > (p7-1)) j7=0
   t7 = setTimeout('runSlideShow7()', slideShowSpeed7)
}

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed8 = 5000

// Duration of crossfade (seconds)
var crossFadeDuration8 = 3

// Specify the image files
var Pic8 = new Array() 
// don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic8[0] = 'media/slide8/serv_new1.jpg'
Pic8[1] = 'media/slide8/serv_new2.jpg'
Pic8[2] = 'media/slide8/serv_new3.jpg'
Pic8[3] = 'media/slide8/serv_new4.jpg'
Pic8[4] = 'media/slide8/serv_new5.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t8
var j8 = 0
var p8 = Pic8.length

var preLoad8 = new Array()

for (i8 = 0; i8 < p8; i8++){
   preLoad8[i8] = new Image()
   preLoad8[i8].src = Pic8[i8]
}

function runSlideShow8(){
   if (document.all)
   	{
      document.images.SlideShow8.style.filter="blendTrans(duration=2)"
      document.images.SlideShow8.style.filter="blendTrans(duration=crossFadeDuration2)"
      document.images.SlideShow8.filters.blendTrans.Apply()      
   	}
   document.images.SlideShow8.src = preLoad8[j8].src
   if (document.all){
      document.images.SlideShow8.filters.blendTrans.Play()
   }
   j8 = j8 + 1
   if (j8 > (p8-1)) j8=0
   t8 = setTimeout('runSlideShow8()', slideShowSpeed8)
}

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed9 = 5000

// Duration of crossfade (seconds)
var crossFadeDuration9 = 3

// Specify the image files
var Pic9 = new Array() 
// don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic9[0] = 'media/slide9/forsale_land1.jpg'
Pic9[1] = 'media/slide9/forsale_land2.jpg'
Pic9[2] = 'media/slide9/forsale_land3.jpg'
Pic9[3] = 'media/slide9/forsale_land4.jpg'
Pic9[4] = 'media/slide9/forsale_land5.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t9
var j9 = 0
var p9 = Pic9.length

var preLoad9 = new Array()

for (i9 = 0; i9 < p9; i9++){
   preLoad9[i9] = new Image()
   preLoad9[i9].src = Pic9[i9]
}

function runSlideShow9(){
   if (document.all)
   	{
      document.images.SlideShow9.style.filter="blendTrans(duration=2)"
      document.images.SlideShow9.style.filter="blendTrans(duration=crossFadeDuration2)"
      document.images.SlideShow9.filters.blendTrans.Apply()      
   	}
   document.images.SlideShow9.src = preLoad9[j9].src
   if (document.all){
      document.images.SlideShow9.filters.blendTrans.Play()
   }
   j9 = j9 + 1
   if (j9 > (p9-1)) j9=0
   t9 = setTimeout('runSlideShow9()', slideShowSpeed9)
}

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed10 = 5000

// Duration of crossfade (seconds)
var crossFadeDuration10 = 3

// Specify the image files
var Pic10 = new Array() 
// don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic10[0] = 'media/slide10/photo_land1.jpg'
Pic10[1] = 'media/slide10/photo_land2.jpg'
Pic10[2] = 'media/slide10/photo_land3.jpg'
Pic10[3] = 'media/slide10/photo_land4.jpg'
Pic10[4] = 'media/slide10/photo_land5.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t10
var j10 = 0
var p10 = Pic10.length

var preLoad10 = new Array()

for (i10 = 0; i10 < p10; i10++){
   preLoad10[i10] = new Image()
   preLoad10[i10].src = Pic10[i10]
}

function runSlideShow10(){
   if (document.all)
   	{
      document.images.SlideShow10.style.filter="blendTrans(duration=2)"
      document.images.SlideShow10.style.filter="blendTrans(duration=crossFadeDuration2)"
      document.images.SlideShow10.filters.blendTrans.Apply()      
   	}
   document.images.SlideShow10.src = preLoad10[j10].src
   if (document.all){
      document.images.SlideShow8.filters.blendTrans.Play()
   }
   j10 = j10 + 1
   if (j10 > (p10-1)) j10=0
   t10 = setTimeout('runSlideShow10()', slideShowSpeed10)
}

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed11 = 5000

// Duration of crossfade (seconds)
var crossFadeDuration11 = 3

// Specify the image files
var Pic11 = new Array() 
// don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic11[0] = 'media/slide11/1.jpg'
Pic11[1] = 'media/slide11/2.jpg'
Pic11[2] = 'media/slide11/3.jpg'
Pic11[3] = 'media/slide11/4.jpg'
Pic11[4] = 'media/slide11/5.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t11
var j11 = 0
var p11 = Pic11.length

var preLoad11 = new Array()

for (i11 = 0; i11 < p11; i11++){
   preLoad11[i11] = new Image()
   preLoad11[i11].src = Pic11[i11]
}

function runSlideShow11(){
   if (document.all)
   	{
      document.images.SlideShow11.style.filter="blendTrans(duration=2)"
      document.images.SlideShow11.style.filter="blendTrans(duration=crossFadeDuration2)"
      document.images.SlideShow11.filters.blendTrans.Apply()      
   	}
   document.images.SlideShow11.src = preLoad11[j11].src
   if (document.all){
      document.images.SlideShow9.filters.blendTrans.Play()
   }
   j11 = j11 + 1
   if (j11 > (p11-1)) j11=0
   t11 = setTimeout('runSlideShow11()', slideShowSpeed11)
}

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed12 = 5000

// Duration of crossfade (seconds)
var crossFadeDuration12 = 3

// Specify the image files
var Pic12 = new Array() 
// don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic12[0] = 'media/slide12/1.jpg'
Pic12[1] = 'media/slide12/2.jpg'
Pic12[2] = 'media/slide12/3.jpg'
Pic12[3] = 'media/slide12/4.jpg'
Pic12[4] = 'media/slide12/5.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t12
var j12 = 0
var p12 = Pic12.length

var preLoad12 = new Array()

for (i12 = 0; i12 < p12; i12++){
   preLoad12[i12] = new Image()
   preLoad12[i12].src = Pic10[i12]
}

function runSlideShow12(){
   if (document.all)
   	{
      document.images.SlideShow12.style.filter="blendTrans(duration=2)"
      document.images.SlideShow12.style.filter="blendTrans(duration=crossFadeDuration2)"
      document.images.SlideShow12.filters.blendTrans.Apply()      
   	}
   document.images.SlideShow12.src = preLoad12[j12].src
   if (document.all){
      document.images.SlideShow12.filters.blendTrans.Play()
   }
   j12 = j12 + 1
   if (j12 > (p12-1)) j12=0
   t12 = setTimeout('runSlideShow12()', slideShowSpeed12)
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
