function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="interior.htm" ;break;

	  case 11:window.location="interior.htm" ;break;

	  case 12:window.location="faux.htm" ;break;

	  case 13:window.location="wallpaper.htm" ;break;

	  case 14:window.location="custom_stencils.htm" ;break;



	  case 2:window.location="exterior.htm" ;break;

	  case 21:window.location="exterior.htm" ;break;

	  case 22:window.location="powerwash.htm" ;break;

	  case 23:window.location="deck_care.htm" ;break;

	  case 24:window.location="concrete_floors.htm" ;break;



	  case 3:window.location="aboutus.htm" ;break;

	  case 31:window.location="casual interiors.htm" ;break;

	  case 32:window.location="ceilings.htm" ;break;

	  case 33:window.location="staining.htm" ;break;

	  case 34:window.location="carpentry.htm" ;break;



	  case 4:window.location="contactus.htm" ;break;

	  case 41:window.location="references.htm" ;break;

	  case 42:window.location="aboutus.htm" ;break;

	  case 43:window.location="contactus.htm" ;break;

	  case 44:window.location="employment.htm" ;break;

	}
}