﻿function yyyy() {
	today=new Date();
	y=today.getFullYear();
	document.write(y);
}

function mail_to(i_1,i_2)
{eval(String.fromCharCode(108,111,99,97,116,105,111,110,46,104,114,101,102,32,61,32,39,109,97,105,108,116,111,58)
 + i_1 + String.fromCharCode(60,105,110,102,111,64,110,105,110,103,101,110,46,99,111,46,106,112,62,63,115,117,98,106,101,99,116,61) +  i_2 + "'");}

var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
