function Help(pg,sp)
{
	hlp = "/help/" + sp + "-" + pg;
	window.open(hlp,'Help','width=410,height=400,toolbar=0,scrollbars=1,resizable');
}

