function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="http://dutchproperties.net/index.html" ;break;

	  case 2:window.location="http://dutchproperties.net/buy_a_home.htm" ;break;

	  case 3:window.location="http://dutchproperties.net/available_homes.htm" ;break;

	  case 4:window.location="http://www.dutchproperties.net/investors.htm" ;break;

	}
}