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