<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<PRE>function move_menu(num)</PRE>
<PRE>{</PRE>
<PRE>	switch(num)

</PRE>
<PRE>	{

</PRE>
<PRE>	  case 1:window.location=&quot;aboutus.htm&quot; ;break;

</PRE>
<PRE>	  case 2:window.location=&quot;solidwaste.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>
<PRE>	}</PRE>
<PRE>}</PRE>