<!-- 
function openwindow(URL, w, h){
	settings = "width="+w+",height="+h+",hotkeys=yes,scrollbars=yes"
	title = ""
	awin=window.open(URL,title,settings);
	} 
	-->
