function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.html" ;break;

	  case 2:window.location="home-apartment-rentals.html" ;break;

	  case 3:window.location="property_management.html" ;break;

	  case 4:window.location="mortgage-calculator.html" ;break;

	  case 5:window.location="about.html" ;break;

	  case 6:window.location="contact.html" ;break;


	}
}