function menu_link(num)
{
	switch(num)

	{

	  //Replace the # character to your file name
	  // Menu1 & SubMenu
	  case 1:window.location="default.htm" ;break;

	  case 11:window.location="news.htm" ;break;


	  // Menu2 & SubMenu
	  case 2:window.location="donateonline.htm" ;break;

	  case 21:window.location="donateonline.htm" ;break;

	  case 22:window.location="club24.htm"  ;break;


	  // Menu3 & SubMenu
	  case 3:window.location="default.htm" ;break;

	  case 31:window.location="volunteer2.htm" ;break;



	  // Menu4 & SubMenu
	  case 4:window.location="default.htm" ;break;

	  case 41:window.location="shelters.htm" ;break;

	  case 42:window.location="freestores.htm"  ;break;


	  // Menu5 & SubMenu
	  case 5:window.location="freestores.htm" ;break;


	}
}