<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<PRE>function menu_link(num)
{
	switch(num)</PRE>
<PRE>	{</PRE>
<PRE>	  case 1:window.location=&quot;about_us1.htm&quot; ;break;</PRE>
<PRE>	  case 2:window.location=&quot;contact.htm&quot; ;break;</PRE>
<PRE>	  case 3:window.location=&quot;services.htm&quot; ;break;</PRE>
<PRE>	  case 4:window.location=&quot;success_stories.htm&quot; ;break;</PRE>
<PRE>	  case 5:window.location=&quot;articles.htm&quot; ;break;</PRE>
<PRE>	  case 6:window.location=&quot;resources.htm&quot; ;break;</PRE>
<PRE>	}
}</PRE>
