<!--
function icommpop(agentid,progid,poptype,wsize)
   {   
   var twidth
   var theight
   var xurl="http://198.64.135.71/pop.php?a="+agentid+"&p="+progid+"&ws="+wsize
   var wintitle = "Pop"
   switch (wsize)
      {
      case "1":
         twidth=300
         theight=300
         break
      case "2":
         twidth=500
         theight=300
         break
      case "3":
         twidth=720
         theight=300
         break
      default:
         twidth=300
         theight=300
      }
   var wValues = "config='scrollbars=yes,toolbar=no,location=no,menubar=no,width=" + twidth + ",height=" + theight + ",left=50,top=50'";
   var winName
   winName = window.open(xurl,wintitle,wValues);
   switch (poptype)
      {
      case "1":
         winName.blur();
         window.focus();
      }
   }
function icommexit(agentid,exid,extype,poptype)
   {
   var twidth
   var theight
   var xurl="http://www.icommissions.com/iserver/agtexit.php?a="+agentid+"&exid="+exid+"&extype="+extype
   var wintitle = "Pop"
   var winName

   switch (extype)
      {
      case "1":
         twidth=720
         theight=600
         break
      default:
         twidth=720
         theight=600
      }
  var winValues = "scrollbars=yes,toolbar=no,location=no,toobar=no,menubar=no,width=" + twidth + ",height=" + theight + ",left=50,top=50";
  winName = window.open(xurl,wintitle,winValues);

  switch (poptype)
      {
      case "1":
         winName.blur();
         window.focus();
         break;
      }
   }
//-->

