var oldBgColor="";
function changeBgColorCell(vObj,bgColor,typeCursor) {
  oldBgColor= "" + vObj.bgColor
    vObj.bgColor=bgColor
    if (vObj.style)
        vObj.style.cursor= typeCursor;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openPopUpPage2(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function openPopUpPage2(str,ppname, stile) {
     myStr=str;
     myPPName=ppname;
     myStyle=stile;
     // if (popUpPage != 'VOID' ) popUpPage.close();
     popUpPage = window.open(str, ppname,stile);
     popUpPage.focus();
}