function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="nurture_yourself_self_care_teleclass.htm" ;break;

	  case 2:window.location="free_single_parent_support_group.htm" ;break;

	  case 3:window.location="parent_coaching_services.htm" ;break;

	  case 4:window.location="parenting_tools.htm" ;break;

	}
}