function launchPopHelp2(page)
{
	var popWindow = window.open(page,"pop","scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=yes,resizable=yes,width=500,height=500,top=5,left=5");
	popWindow.focus();
}