// onclick="winopen(this.href);return false;"
function winopen(url) {
	if (url) {
		opwin = window.open(url);
		opwin.focus();
	}
}