// dadaIMC: $Id: help.js,v 1.5 2003/10/01 00:41:37 spud Exp $
// license: GNU LGPL
// copyright 2001-2002: dada typo and contributors
function helpwin(name) {
	window.open('/help.php?name=' + escape(name),'Help','top=20,left=300,width=400,height=300,toolbar=no,menubar=no,scrollbars=yes');
	return false;
}