function popup(url) {
	window.open(url,"helpWindow","scrollbars,width=600,height=400,resizable");
	return false;
}