function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="new_passport.htm" ;break;

	  case 2:window.location="passport_renewal.htm" ;break;

	  case 3:window.location="fast_travel_visa.htm" ;break;

	  case 4:window.location="cheap_deals.htm" ;break;

	  case 5:window.location="luggage.htm" ;break;

	  case 6:window.location="travel_tips.htm" ;break;

	}
}