function newWindow(pic) {
  picWindow = window.open(pic, 'picWin', 'width=680, height=670, directories=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no')
  picWindow.focus()
}

function h_email(h_name, h_domain, h_extension, h_class) {
at = String.fromCharCode(64);
dot = String.fromCharCode(46);                                                                                                                                                                                                                                                            document.write('<a href="' + 'mailto:' + h_name + at + h_domain + dot + h_extension + '" class="' + h_class + '">' + h_name + at + h_domain + dot + h_extension + '</a>'); } function t_date() { var t = new Date(); var y = t.getYear(); var d = t.getDate(); var m = t.getMonth() + 1; if (y < 1000) { y += 1900; } if (m < 10) { m = "0" + m; } if (d < 10) { d = "0" + d; }
document.write(''+m+'/'+d+'/'+y+'');
} 