<!--
function openwin(link,w,h) {
	window.open(link,'','width='+(w+20)+',height='+(h+30)+',top=0,left=0,toolbar=no,resizable=no,menubar=no,location=no,status=yes,scrollbars=no').focus()
}
-->