function newwin(lnk) {
	window.open(lnk.href, 'newwindow'+new Date().getTime(),'toolbar=yes, location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes, resizable=yes');
	return false;
}
