function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="lighting_solutions.htm" ;break;

	  case 2:window.location="audio_video.htm" ;break;

	  case 3:window.location="teledata.htm" ;break;

	  case 4:window.location="residential.htm" ;break;

	  case 5:window.location="commercial.htm" ;break;

	  case 6:window.location="customer_service.htm" ;break;

	}
}