function goto()
{ y=getFormWarpRequest().elements["cv.id"];
// if the report is running from reportStudio or the Portal objects are different
if(y.value == "RS")
oCVRS.rvMainWnd.executePreviousReport(-1);
else
oCV_NS_.rvMainWnd.executePreviousReport(-1);
}