//Global var to store a reference to the opened window
var openWindowRPB;

function openWindowRPB()
{
 openWindowRPB = window.open('./services/index.php');
}
































