<!--

function openwin(URL, name, width, height) {
	var w = window.open(URL, name, 'width='+width+',height='+height+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes, resizable=no,copyhistory=no');
	w.focus;
}

//-->
