function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="bulletinboards.htm" ;break;

	  case 2:window.location="classified_ads.htm" ;break;

	  case 3:window.location="help_wanted.htm" ;break;

	  case 4:window.location="yellow_pages.htm" ;break;

	  case 5:window.location="online_trade_show.htm" ;break;

	  case 6:window.location="mobile.htm" ;break;

	  case 7:window.location="giggles.htm" ;break;

	  case 8:window.location="calendar.htm" ;break;

	  case 9:window.location="surveys.htm" ;break;

	  case 10:window.location="dog_grooming_competitions.htm" ;break;

	  case 11:window.location="index3.html" ;break;

	  case 12:window.location="careerwatch.htm" ;break;

	  case 13:window.location="pet_grooming_schools.htm" ;break;

	  case 14:window.location="pet_grooming_home_study.htm" ;break;

	  case 15:window.location="grooming_product_news.htm" ;break;

	  case 16:window.location="groomingbasics101.htm" ;break;

	  case 17:window.location="franchises.htm" ;break;

	  case 18:window.location="research.htm" ;break;

	  case 19:window.location="galleries.htm" ;break;

	  case 20:window.location="consultants.htm" ;break;

	}
}