function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.html" ;break;

	  case 2:window.location="about_us.html" ;break;

	  case 3:window.location="subscribe.html" ;break;

	  case 4:window.location="officesupply.html" ;break;

	  case 5:window.location="printing.html" ;break;

	  case 6:window.location="onlineedition.html" ;break;

	}
}