function encodeit(x)
{
  //x=escape(x);
  //x="webex.asp?"+x
  window.open(x,'targetname','toolbar=no, menubar=no, location=no, scrollbars=yes, resizable=yes');
}
function encodeit2(x)
{
  //x=escape(x);
  //x="webex.asp?"+x
  var NS = (navigator.appName=="Netscape")?true:false; 
  iWidth = (NS)?window.innerWidth:document.body.clientWidth; 
  iHeight = (NS)?window.innerHeight:document.body.clientHeight;
  iWidth=(iWidth/2)-405
  iHeight=(iHeight/2)-217
  window.open('camtasia/cam.asp?'+x,'targetname','toolbar=no, width=810, height=505, top='+iHeight+', left='+iWidth+', menubar=no, location=no, scrollbars=yes, resizable=yes');
}
