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