function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="BVIVC about_us.asp" ;break;

	  case 2:window.location="BVIVC contact.asp" ;break;

	  case 3:window.location="ourvillas.asp" ;break;

	  case 4:window.location="aboutthebvi.asp" ;break;

	  case 5:window.location="Virgin Gorda Main.asp" ;break;

	  case 6:window.location="Weddings.asp" ;break;

	}
}