function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="Who We Are.htm" ;break;

	  case 2:window.location="What We Offer.htm" ;break;

	  case 3:window.location="Our Clients.htm" ;break;

	  case 4:window.location="portfolio.htm" ;break;

	  case 5:window.location="Digital Brochures.htm" ;break;
	  
  	  case 6:window.location="contactus.htm" ;break;

	}
}