function HelpWin(url)
{
	Features="left=175,screenX=200,top=450,screenY=200,width=235,height=120,scrollbar=no";
	window.open(url, "Help",Features)
}