function getBMoc(prot, ocName, ocImg)
{
   var n = new Date();
   var qs = ocName + '*' + escape(window.location) + '*' + (navigator.javaEnabled()) + '/';
   if(window.screen)
   {
       qs += screen.width+'x'+screen.height + '/' + screen.colorDepth + '/';
   }
   else
   {
       qs += '//';
   }
   qs += n.getTime() + '/';
   document.images[ocImg].src = prot + '://www.bmmetrix.com/V10' + qs;
   //return prot + '://www.bmmetrix.com/V10' + qs;
}

function bmGo(ocLoc)
{
   document.location=(ocLoc);
}

function bmPopUp(ocLoc)
{
   window.open(ocLoc);
}