function help_show(hrefsrc){
	helpw=window.open(hrefsrc,"body","DIRECTORIES=0,LOCATION=0,MENUBAR=1,RESIZABLE=1,STATUS=1,TOOLBAR=0,SCROLLBARS=1,width=770,height=500,left=0,top=0");
	helpw.focus();
}

function help_show_full(hrefsrc){
	helpw=window.open(hrefsrc,"help");
	helpw.focus();
}

