function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.accountsglobal.com/index.htm" ;break;

	  case 2:window.location="http://www.accountsglobal.com/processingsolutions.htm" ;break;

	  case 3:window.location="http://www.accountsglobal.com/webhosting.htm" ;break;

	  case 4:window.location="http://www.accountsglobal.com/webdesign.htm" ;break;

	  case 5:window.location="http://www.accountsglobal.com/productservices.htm" ;break;

	}
}
