/* turn image */

function turnImg(img_a,img_b) {img_a.src = img_b;}

function MM_openBrWindow(theURL,winName,features) { //v2.0++
  popWin=window.open(theURL,winName,features);
  popWin.focus();
}

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

function popUpAcc(url) {
 accWin = window.open(url,'acc','toolbar=1,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=560,height=480');
 accWin.focus();
}