function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="current.htm" ;break;

	  case 2:window.location="volunteer.htm" ;break;

	  case 3:window.location="donations.htm" ;break;

	  case 4:window.location="qualifying.htm" ;break;

	  case 5:window.location="restore.htm" ;break;

	  case 6:window.location="aboutus.htm" ;break;

	}
}