function XGt2()
{
  img=XGt2.arguments[0];
  if (img && img.src) {
	  if (!img.sr0) {
	    img.sr0 = new Image();
		  img.sr0.src = img.src;
		}
		if (!img.sr1)
		{
      jx = img.src.lastIndexOf('.');
      if (jx>0)
		  {
	      img.sr1 = new Image();
        img.sr1.src = img.src.substring(0,jx-1)+'2'+img.src.substring(jx,img.src.length);
			}
		}
  }
}
function XSw2()
{
  img=document[XSw2.arguments[0]];
	if (img && img.sr1)
	  img.src = img.sr1.src;
}
function XPop()
{
  img=document[XPop.arguments[0]];
  if (img && img.sr0)
      img.src = img.sr0.src;
}
function m2(x,w,s,d)
{
  pre = "mai";
  hst = d + ".";
  url = pre + "lto:" + w + "@";
  sbj = x + "?subject=" + s;
  document.location.href = url + hst + sbj;
}
function mx(w,s)
{
  m2('nl',w,s,'c-tje');
}
function ml(s)
{
  mx('info',s);
}
