var rotator1 = {
    path:   'images/',
    id:   'r1',
    speed:  5000, // default 4500
    images: ["mainband-img1.jpg", "mainband-img2.jpg", "mainband-img3.jpg"],
    bTrans: true // ie win filter
}

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

addLoadEvent(initRotator);

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
