<!--
function help(url) {
        openWindow ('help', url, 415,350);
}
function openWindow (name, url, w, h) {
	win = open(url, name, 'menubar=no,directories=no,location=no,resizable=no,scrollbars=yes,width='+w +',height='+h);
	win.focus();
}
//-->

