function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.shtml" ;break;

	  case 2:window.location="About Us.htm" ;break;

	  case 3:window.location="Subscribe.htm" ;break;

	  case 4:window.location="Services.htm" ;break;

	  case 5:window.location="Latest Releases.htm" ;break;

	  case 6:window.location="Contact Us.htm" ;break;


	}
}