function OpenWindowR(cCode,features) { //v2.0
var newWin=window.open("",cCode,features);
newWin.focus();
return true;
}