function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.htm" ;break;

	  case 2:window.location="buying.htm" ;break;

	  case 3:window.location="selling.htm" ;break;

	  case 4:window.location="financing.htm" ;break;

	  case 5:window.location="agents.htm" ;break;

	  case 6:window.location="about_us.htm" ;break;

	}
}