function move_menu(num)
{
	switch(num)

	{

	case 1:window.location="about-us.htm" ;break;

	case 2:window.location="buyers.htm" ;break;

	case 3:window.location="sellers.htm" ;break;

	case 4:window.location="search.htm" ;break;

	case 5:window.location="new-construction.htm" ;break;

	case 6:window.location="community.htm" ;break;

	case 7:window.location="contact-us.htm" ;break;

	  

	}
}