function swapImage(intImage) {

switch (intImage) {
 case 1:
   document.getElementById('feature_main1').style.display = "block"
	document.getElementById('feature_main2').style.display = "none"
	document.getElementById('feature_main3').style.display = "none"
	document.getElementById('feature_main4').style.display = "none"
	document.getElementById('feature_main5').style.display = "none"
	document.getElementById('feature_main6').style.display = "none"
	document.getElementById('feature_main7').style.display = "none"
	document.getElementById('feature_main8').style.display = "none"
	document.getElementById('feature_main9').style.display = "none"
	document.getElementById('feature_main10').style.display = "none"
	document.getElementById('feature_main11').style.display = "none"
	document.getElementById('feature_main12').style.display = "none"
   document.getElementById('feature_main').style.backgroundImage = "url(/images/banner1.jpg)"
   document.getElementById('feature_main').title = "pic1"
   document.getElementById('feature_main').setAttribute("alt","pic1")
		document.getElementById('I1').className = "yl active_rotater"
        document.getElementById('I2').className = "ed not_active_rotater"
        document.getElementById('I3').className = "ga not_active_rotater"
        document.getElementById('I4').className = "he not_active_rotater"
        document.getElementById('I5').className = "co not_active_rotater"
		document.getElementById('I6').className = "se not_active_rotater"
        document.getElementById('I7').className = "rd not_active_rotater"
        document.getElementById('I8').className = "bl not_active_rotater"
		document.getElementById('I9').className = "gr not_active_rotater"
		document.getElementById('I10').className = "or not_active_rotater"
		document.getElementById('I11').className = "vl not_active_rotater"
		document.getElementById('I12').className = "sb not_active_rotater"
   break;
   
case 2:
   document.getElementById('feature_main1').style.display = "none"
	document.getElementById('feature_main2').style.display = "block"
	document.getElementById('feature_main3').style.display = "none"
	document.getElementById('feature_main4').style.display = "none"
	document.getElementById('feature_main5').style.display = "none"
	document.getElementById('feature_main6').style.display = "none"
	document.getElementById('feature_main7').style.display = "none"
	document.getElementById('feature_main8').style.display = "none"
	document.getElementById('feature_main9').style.display = "none"
	document.getElementById('feature_main10').style.display = "none"
	document.getElementById('feature_main11').style.display = "none"
	document.getElementById('feature_main12').style.display = "none"
   document.getElementById('feature_main').style.backgroundImage = "url(/images/banner2.jpg)"
   document.getElementById('feature_main').title = "pic2"
   document.getElementById('feature_main').setAttribute("alt","pic2")
   document.getElementById('I1').className = "yl not_active_rotater"
        document.getElementById('I2').className = "ed active_rotater"
        document.getElementById('I3').className = "ga not_active_rotater"
        document.getElementById('I4').className = "he not_active_rotater"
        document.getElementById('I5').className = "co not_active_rotater"
		document.getElementById('I6').className = "se not_active_rotater"
        document.getElementById('I7').className = "rd not_active_rotater"
        document.getElementById('I8').className = "bl not_active_rotater"
		document.getElementById('I9').className = "gr not_active_rotater"
		document.getElementById('I10').className = "or not_active_rotater"
		document.getElementById('I11').className = "vl not_active_rotater"
		document.getElementById('I12').className = "sb not_active_rotater"
   break;
   
case 3:
   document.getElementById('feature_main1').style.display = "none"
	document.getElementById('feature_main2').style.display = "none"
	document.getElementById('feature_main3').style.display = "block"
	document.getElementById('feature_main4').style.display = "none"
	document.getElementById('feature_main5').style.display = "none"
	document.getElementById('feature_main6').style.display = "none"
	document.getElementById('feature_main7').style.display = "none"
	document.getElementById('feature_main8').style.display = "none"
	document.getElementById('feature_main9').style.display = "none"
	document.getElementById('feature_main10').style.display = "none"
	document.getElementById('feature_main11').style.display = "none"
	document.getElementById('feature_main12').style.display = "none"
   document.getElementById('feature_main').style.backgroundImage = "url(/images/banner3.jpg)"
   document.getElementById('feature_main').title = "pic3"
   document.getElementById('feature_main').setAttribute("alt","pic3")
   document.getElementById('I1').className = "yl not_active_rotater"
        document.getElementById('I2').className = "ed not_active_rotater"
        document.getElementById('I3').className = "ga active_rotater"
        document.getElementById('I4').className = "he not_active_rotater"
        document.getElementById('I5').className = "co not_active_rotater"
		document.getElementById('I6').className = "se not_active_rotater"
        document.getElementById('I7').className = "rd not_active_rotater"
        document.getElementById('I8').className = "bl not_active_rotater"
		document.getElementById('I9').className = "gr not_active_rotater"
		document.getElementById('I10').className = "or not_active_rotater"
		document.getElementById('I11').className = "vl not_active_rotater"
		document.getElementById('I12').className = "sb not_active_rotater"
   break;

case 4:
   document.getElementById('feature_main1').style.display = "none"
	document.getElementById('feature_main2').style.display = "none"
	document.getElementById('feature_main3').style.display = "none"
	document.getElementById('feature_main4').style.display = "block"
	document.getElementById('feature_main5').style.display = "none"
	document.getElementById('feature_main6').style.display = "none"
	document.getElementById('feature_main7').style.display = "none"
	document.getElementById('feature_main8').style.display = "none"
	document.getElementById('feature_main9').style.display = "none"
	document.getElementById('feature_main10').style.display = "none"
	document.getElementById('feature_main11').style.display = "none"
	document.getElementById('feature_main12').style.display = "none"
   document.getElementById('feature_main').style.backgroundImage = "url(/images/banner4.jpg)"
   document.getElementById('feature_main').title = "pic4"
   document.getElementById('feature_main').setAttribute("alt","pic4")
   document.getElementById('I1').className = "yl not_active_rotater"
        document.getElementById('I2').className = "ed not_active_rotater"
        document.getElementById('I3').className = "ga not_active_rotater"
        document.getElementById('I4').className = "he active_rotater"
        document.getElementById('I5').className = "co not_active_rotater"
		document.getElementById('I6').className = "se not_active_rotater"
        document.getElementById('I7').className = "rd not_active_rotater"
        document.getElementById('I8').className = "bl not_active_rotater"
		document.getElementById('I9').className = "gr not_active_rotater"
		document.getElementById('I10').className = "or not_active_rotater"
		document.getElementById('I11').className = "vl not_active_rotater"
		document.getElementById('I12').className = "sb not_active_rotater"
   break;

case 5:    
   document.getElementById('feature_main1').style.display = "none"
	document.getElementById('feature_main2').style.display = "none"
	document.getElementById('feature_main3').style.display = "none"
	document.getElementById('feature_main4').style.display = "none"
	document.getElementById('feature_main5').style.display = "block"
	document.getElementById('feature_main6').style.display = "none"
	document.getElementById('feature_main7').style.display = "none"
	document.getElementById('feature_main8').style.display = "none"
	document.getElementById('feature_main9').style.display = "none"
	document.getElementById('feature_main10').style.display = "none"
	document.getElementById('feature_main11').style.display = "none"
	document.getElementById('feature_main12').style.display = "none"
   document.getElementById('feature_main').style.backgroundImage = "url(/images/banner5.jpg)"
   document.getElementById('feature_main').title = "pic5"
   document.getElementById('feature_main').setAttribute("alt","pic5")
   document.getElementById('I1').className = "yl not_active_rotater"
        document.getElementById('I2').className = "ed not_active_rotater"
        document.getElementById('I3').className = "ga not_active_rotater"
        document.getElementById('I4').className = "he not_active_rotater"
        document.getElementById('I5').className = "co active_rotater"
		document.getElementById('I6').className = "se not_active_rotater"
        document.getElementById('I7').className = "rd not_active_rotater"
        document.getElementById('I8').className = "bl not_active_rotater"
		document.getElementById('I9').className = "gr not_active_rotater"
		document.getElementById('I10').className = "or not_active_rotater"
		document.getElementById('I11').className = "vl not_active_rotater"
		document.getElementById('I12').className = "sb not_active_rotater"
   break;

   case 6:
   document.getElementById('feature_main1').style.display = "none"
	document.getElementById('feature_main2').style.display = "none"
	document.getElementById('feature_main3').style.display = "none"
	document.getElementById('feature_main4').style.display = "none"
	document.getElementById('feature_main5').style.display = "none"
	document.getElementById('feature_main6').style.display = "block"
	document.getElementById('feature_main7').style.display = "none"
	document.getElementById('feature_main8').style.display = "none"
	document.getElementById('feature_main9').style.display = "none"
	document.getElementById('feature_main10').style.display = "none"
	document.getElementById('feature_main11').style.display = "none"
	document.getElementById('feature_main12').style.display = "none"
   document.getElementById('feature_main').style.backgroundImage = "url(/images/banner6.jpg)"
   document.getElementById('feature_main').title = "pic6"
   document.getElementById('feature_main').setAttribute("alt","pic6")
   document.getElementById('I1').className = "yl not_active_rotater"
        document.getElementById('I2').className = "ed not_active_rotater"
        document.getElementById('I3').className = "ga not_active_rotater"
        document.getElementById('I4').className = "he not_active_rotater"
        document.getElementById('I5').className = "co not_active_rotater"
		document.getElementById('I6').className = "se active_rotater"
        document.getElementById('I7').className = "rd not_active_rotater"
        document.getElementById('I8').className = "bl not_active_rotater"
		document.getElementById('I9').className = "gr not_active_rotater"
		document.getElementById('I10').className = "or not_active_rotater"
		document.getElementById('I11').className = "vl not_active_rotater"
		document.getElementById('I12').className = "sb not_active_rotater"
   break;

   case 7:
   document.getElementById('feature_main1').style.display = "none"
	document.getElementById('feature_main2').style.display = "none"
	document.getElementById('feature_main3').style.display = "none"
	document.getElementById('feature_main4').style.display = "none"
	document.getElementById('feature_main5').style.display = "none"
	document.getElementById('feature_main6').style.display = "none"
	document.getElementById('feature_main7').style.display = "block"
	document.getElementById('feature_main8').style.display = "none"
	document.getElementById('feature_main9').style.display = "none"
	document.getElementById('feature_main10').style.display = "none"
	document.getElementById('feature_main11').style.display = "none"
	document.getElementById('feature_main12').style.display = "none"
   document.getElementById('feature_main').style.backgroundImage = "url(/images/banner7.jpg)"
   document.getElementById('feature_main').title = "pic7"
   document.getElementById('feature_main').setAttribute("alt","pic7")
   document.getElementById('I1').className = "yl not_active_rotater"
        document.getElementById('I2').className = "ed not_active_rotater"
        document.getElementById('I3').className = "ga not_active_rotater"
        document.getElementById('I4').className = "he not_active_rotater"
        document.getElementById('I5').className = "co not_active_rotater"
		document.getElementById('I6').className = "se not_active_rotater"
        document.getElementById('I7').className = "rd active_rotater"
        document.getElementById('I8').className = "bl not_active_rotater"
		document.getElementById('I9').className = "gr not_active_rotater"
		document.getElementById('I10').className = "or not_active_rotater"
		document.getElementById('I11').className = "vl not_active_rotater"
		document.getElementById('I12').className = "sb not_active_rotater"
   break;

   case 8:
        document.getElementById('feature_main1').style.display = "none"
        document.getElementById('feature_main2').style.display = "none"
        document.getElementById('feature_main3').style.display = "none"
        document.getElementById('feature_main4').style.display = "none"
        document.getElementById('feature_main5').style.display = "none"
        document.getElementById('feature_main6').style.display = "none"
        document.getElementById('feature_main7').style.display = "none"
		document.getElementById('feature_main8').style.display = "block"
		document.getElementById('feature_main9').style.display = "none"
		document.getElementById('feature_main10').style.display = "none"
		document.getElementById('feature_main11').style.display = "none"
		document.getElementById('feature_main12').style.display = "none"
        document.getElementById('feature_main').style.backgroundImage = "url(/images/banner8.jpg)"
		document.getElementById('feature_main').title = "pic8"
		document.getElementById('feature_main').setAttribute("alt","pic8")
        document.getElementById('I1').className = "yl not_active_rotater"
        document.getElementById('I2').className = "ed not_active_rotater"
        document.getElementById('I3').className = "ga not_active_rotater"
        document.getElementById('I4').className = "he not_active_rotater"
        document.getElementById('I5').className = "co not_active_rotater"
		document.getElementById('I6').className = "se not_active_rotater"
        document.getElementById('I7').className = "rd not_active_rotater"
        document.getElementById('I8').className = "bl active_rotater"
		document.getElementById('I9').className = "gr not_active_rotater"
		document.getElementById('I10').className = "or not_active_rotater"
		document.getElementById('I11').className = "vl not_active_rotater"
		document.getElementById('I12').className = "sb not_active_rotater"
		return(false);

	case 9:
        document.getElementById('feature_main1').style.display = "none"
        document.getElementById('feature_main2').style.display = "none"
        document.getElementById('feature_main3').style.display = "none"
        document.getElementById('feature_main4').style.display = "none"
        document.getElementById('feature_main5').style.display = "none"
        document.getElementById('feature_main6').style.display = "none"
        document.getElementById('feature_main7').style.display = "none"
		document.getElementById('feature_main8').style.display = "none"
		document.getElementById('feature_main9').style.display = "block"
		document.getElementById('feature_main10').style.display = "none"
		document.getElementById('feature_main11').style.display = "none"
		document.getElementById('feature_main12').style.display = "none"
        document.getElementById('feature_main').style.backgroundImage = "url(/images/banner9.jpg)"
		document.getElementById('feature_main').title = "pic9"
		document.getElementById('feature_main').setAttribute("alt","pic9")
        document.getElementById('I1').className = "yl not_active_rotater"
        document.getElementById('I2').className = "ed not_active_rotater"
        document.getElementById('I3').className = "ga not_active_rotater"
        document.getElementById('I4').className = "he not_active_rotater"
        document.getElementById('I5').className = "co not_active_rotater"
		document.getElementById('I6').className = "se not_active_rotater"
        document.getElementById('I7').className = "rd not_active_rotater"
        document.getElementById('I8').className = "bl not_active_rotater"
		document.getElementById('I9').className = "gr active_rotater"
		document.getElementById('I10').className = "or not_active_rotater"
		document.getElementById('I11').className = "vl not_active_rotater"
		document.getElementById('I12').className = "sb not_active_rotater"
		return(false);

	case 10:
        document.getElementById('feature_main1').style.display = "none"
        document.getElementById('feature_main2').style.display = "none"
        document.getElementById('feature_main3').style.display = "none"
        document.getElementById('feature_main4').style.display = "none"
        document.getElementById('feature_main5').style.display = "none"
        document.getElementById('feature_main6').style.display = "none"
        document.getElementById('feature_main7').style.display = "none"
		document.getElementById('feature_main8').style.display = "none"
		document.getElementById('feature_main9').style.display = "none"
		document.getElementById('feature_main10').style.display = "block"
		document.getElementById('feature_main11').style.display = "none"
		document.getElementById('feature_main12').style.display = "none"
        document.getElementById('feature_main').style.backgroundImage = "url(/images/banner10.jpg)"
		document.getElementById('feature_main').title = "pic10"
		document.getElementById('feature_main').setAttribute("alt","pic10")
        document.getElementById('I1').className = "yl not_active_rotater"
        document.getElementById('I2').className = "ed not_active_rotater"
        document.getElementById('I3').className = "ga not_active_rotater"
        document.getElementById('I4').className = "he not_active_rotater"
        document.getElementById('I5').className = "co not_active_rotater"
		document.getElementById('I6').className = "se not_active_rotater"
        document.getElementById('I7').className = "rd not_active_rotater"
        document.getElementById('I8').className = "bl not_active_rotater"
		document.getElementById('I9').className = "gr not_active_rotater"
		document.getElementById('I10').className = "or active_rotater"
		document.getElementById('I11').className = "vl not_active_rotater"
		document.getElementById('I12').className = "sb not_active_rotater"
		return(false);


	case 11:
        document.getElementById('feature_main1').style.display = "none"
        document.getElementById('feature_main2').style.display = "none"
        document.getElementById('feature_main3').style.display = "none"
        document.getElementById('feature_main4').style.display = "none"
        document.getElementById('feature_main5').style.display = "none"
        document.getElementById('feature_main6').style.display = "none"
        document.getElementById('feature_main7').style.display = "none"
		document.getElementById('feature_main8').style.display = "none"
		document.getElementById('feature_main9').style.display = "none"
		document.getElementById('feature_main10').style.display = "none"
		document.getElementById('feature_main11').style.display = "block"
		document.getElementById('feature_main12').style.display = "none"
        document.getElementById('feature_main').style.backgroundImage = "url(/images/banner11.jpg)"
		document.getElementById('feature_main').title = "pic11"
		document.getElementById('feature_main').setAttribute("alt","pic11")
        document.getElementById('I1').className = "yl not_active_rotater"
        document.getElementById('I2').className = "ed not_active_rotater"
        document.getElementById('I3').className = "ga not_active_rotater"
        document.getElementById('I4').className = "he not_active_rotater"
        document.getElementById('I5').className = "co not_active_rotater"
		document.getElementById('I6').className = "se not_active_rotater"
        document.getElementById('I7').className = "rd not_active_rotater"
        document.getElementById('I8').className = "bl not_active_rotater"
		document.getElementById('I9').className = "gr not_active_rotater"
		document.getElementById('I10').className = "or not_active_rotater"
		document.getElementById('I11').className = "vl active_rotater"
		document.getElementById('I12').className = "sb not_active_rotater"
		return(false);


	case 12:
        document.getElementById('feature_main1').style.display = "none"
        document.getElementById('feature_main2').style.display = "none"
        document.getElementById('feature_main3').style.display = "none"
        document.getElementById('feature_main4').style.display = "none"
        document.getElementById('feature_main5').style.display = "none"
        document.getElementById('feature_main6').style.display = "none"
        document.getElementById('feature_main7').style.display = "none"
		document.getElementById('feature_main8').style.display = "none"
		document.getElementById('feature_main9').style.display = "none"
		document.getElementById('feature_main10').style.display = "none"
		document.getElementById('feature_main11').style.display = "none"
		document.getElementById('feature_main12').style.display = "block"
        document.getElementById('feature_main').style.backgroundImage = "url(/images/banner12.jpg)"
		document.getElementById('feature_main').title = "pic12"
		document.getElementById('feature_main').setAttribute("alt","pic12")
        document.getElementById('I1').className = "yl not_active_rotater"
        document.getElementById('I2').className = "ed not_active_rotater"
        document.getElementById('I3').className = "ga not_active_rotater"
        document.getElementById('I4').className = "he not_active_rotater"
        document.getElementById('I5').className = "co not_active_rotater"
		document.getElementById('I6').className = "se not_active_rotater"
        document.getElementById('I7').className = "rd not_active_rotater"
        document.getElementById('I8').className = "bl not_active_rotater"
		document.getElementById('I9').className = "gr not_active_rotater"
		document.getElementById('I10').className = "or not_active_rotater"
		document.getElementById('I11').className = "vl not_active_rotater"
		document.getElementById('I12').className = "sb active_rotater"
		return(false);

 }
dw_Rotator.stop();
 /*{
   //var obj = dw_Rotator.getInstanceById(intImage);
//   dw_Rotator.start();

  var len = dw_Rotator.col.length, obj;
  for (var i=0; i<len; i++) {
    obj = dw_Rotator.col[i];
    //alert(obj.ctr);
    obj.ctr = intImage - 1;
   if (obj ) { obj.timer = setTimeout( obj.animString + ".rotate()", obj.speed); }
  }
    
 }*/

  return(false);
  
}

var rotator1 = {
    path:   '/images/',
    id:     'feature_main',
    speed:  5000,
    images: ["banner1.jpg", "banner2.jpg", "banner3.jpg", "banner4.jpg", "banner5.jpg", "banner6.jpg", "banner7.jpg", "banner8.jpg", "banner9.jpg", "banner10.jpg", "banner11.jpg", "banner12.jpg"],
    title:  ["feature 1", "feature 2", "feature 3", "feature 4", "feature 5", "feature 6", "feature 7", "feature 8", "feature 9", "feature 10", "feature 11", "feature 12"],
    alt:    ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]
}

function initRotator() {
    dw_Rotator.setup(rotator1);
}

addLoadEvent(initRotator);
addLoadEvent(dw_Rotator.addControls);
