  function f__openWin(v__link) {
	mywin = window.open(v__link, 'formmail', 'top=0,left=0,width=800,height=540,scrollbars');
	mywin.focus();
  }