function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="office.htm" ;break;

	  case 2:window.location="creative.htm" ;break;

	  case 3:window.location="web.htm" ;break;

	  case 4:window.location="opcschedule.htm" ;break;

	}
}