<!--
function openWindow(url) {
	style = "width=650,toolbar=0,menubar=0,location=1,statusbar=0,scrollbars=1,resizable=1"
	window.open (url,"_new", style)
	}
-->