function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="index.html" ;break;

	  case 2:window.location="anchoragerealestate_contactus.htm" ;break;

	  case 3:window.location="anchoragerealestate_FindHome.htm" ;break;

	  case 4:window.location="anchoragerealestate_sitemap.htm" ;break;

	  case 5:window.location="anchoragerealestate_aboutus.htm" ;break;
	  
  	  case 6:window.location="anchorage_real_estate_links.htm" ;break;
  	  
  	  case 7:window.location="" ;break;

	}
}