<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<PRE>function move_menu(num)
{
	switch(num)</PRE>
<PRE>	{</PRE>
<PRE>	  case 1:window.location=&quot;Home.htm&quot; ;break;</PRE>
<PRE>	  case 2:window.location=&quot;Villas.htm&quot; ;break;</PRE>
<PRE>	  case 3:window.location=&quot;services.htm&quot; ;break;</PRE>
<PRE>	  case 4:window.location=&quot;readme.htm&quot; ;break;</PRE>
<PRE>	  case 5:window.location=&quot;1column.htm&quot; ;break;
	  </PRE>
<PRE>	}
}</PRE>

